Eric Johnson

Results 8 comments of Eric Johnson

I ran into the same issue. It seems the problem is with the branch names. The latest versions of git uses "main" for the default branch, where it used to...

Sure I get it. I was just trying to find a fix for this issue. I have fixed it locally for my project. It just means I need to always...

Yes but the Abp framework adds the localization on top of ASP.NET Core and MVC so I was thinking it could automatically handle this better. This isn't What about adding...

No, because it is not coming from the route or query string. It is coming from the form post which then goes to the FormValueProviderFactory and FormValueProvider. Using the above...

Yes, this [http://blog.rebuildall.net/2011/03/02/jquery_validate_and_the_comma_decimal_separator](http://blog.rebuildall.net/2011/03/02/jquery_validate_and_the_comma_decimal_separator) should fix the client side. `globalizejs` and `jquery-validation-globalize` do almost the exact same thing by overriding the default jquery validator.methods.number function, with one that is culture aware....

Thanks for considering this and possibly adding it in a future version. I looked into `globalize` but it has dependencies on `cldrjs` and then needs json data to initialize it...

Here is a project to reproduce the issue. Yes, setting 'SnapsToDevicePixels' or 'UseLayoutRounding' to 'True' does fix the issue. [MyWpfApp.zip](https://github.com/user-attachments/files/17103165/MyWpfApp.zip)

I also had a similar issue #21592. The new template had the line `options.FileSets.AddEmbedded();` in it but the old template did not. Also, why are the new templates not open...