Joe Perkins
Joe Perkins
The icon can be specified in the newly mounted volume FS, please refer to the link below https://msdn.microsoft.com/en-us/library/windows/desktop/cc144102(v=vs.85).aspx basically add an icon file and a desktop.ini file to the root...
There is a breaking change in the framework, download the repo and edit below and reference the changed DotNetEd.CoreAdmin.csproj from your project until an updated nuget package is published. Change...
The implemented fix was to decorate the float property with [DataType(DataType.Text)] and the backend will catch any validation issues. [DataType(DataType.Text)] public float TaxRate { get; set; }