Can’t deploy default Cloud Scripting project
This is very strange because two weeks ago, I was able to deploy a very simple Mesh project with cloud scripting to my tenant without any issues, but now it doesn’t work. I have created a new project with just an emulator, floor and empty Mesh Cloud Scripting object, but it fails during deployment.
Here is the error message
ArgumentException: The resource object with key ‘TimeSpanHumanize_MultipleMinutes’ was not found
Parameter name: resourceKey
Humanizer.Localisation.Formatters.DefaultFormatter.Format (System.String resourceKey, System.Int32 number, System.Boolean toWords) (at /_/src/Humanizer/Localisation/Formatters/DefaultFormatter.cs:140)
Humanizer.Localisation.Formatters.DefaultFormatter.GetResourceForTimeSpan (Humanizer.Localisation.TimeUnit unit, System.Int32 count, System.Boolean toWords) (at /_/src/Humanizer/Localisation/Formatters/DefaultFormatter.cs:102)
There is no error on the Azure side.
I use Mesh Toolki version 5.2414.126
Do you have any idea what is wrong?
This is very strange because two weeks ago, I was able to deploy a very simple Mesh project with cloud scripting to my tenant without any issues, but now it doesn’t work. I have created a new project with just an emulator, floor and empty Mesh Cloud Scripting object, but it fails during deployment. Here is the error message ArgumentException: The resource object with key ‘TimeSpanHumanize_MultipleMinutes’ was not foundParameter name: resourceKeyHumanizer.Localisation.Formatters.DefaultFormatter.Format (System.String resourceKey, System.Int32 number, System.Boolean toWords) (at /_/src/Humanizer/Localisation/Formatters/DefaultFormatter.cs:140)Humanizer.Localisation.Formatters.DefaultFormatter.GetResourceForTimeSpan (Humanizer.Localisation.TimeUnit unit, System.Int32 count, System.Boolean toWords) (at /_/src/Humanizer/Localisation/Formatters/DefaultFormatter.cs:102) There is no error on the Azure side.I use Mesh Toolki version 5.2414.126 Do you have any idea what is wrong? Read More