riganti / dotvvm

Open source MVVM framework for Web Apps
https://www.dotvvm.com
Apache License 2.0
743 stars 97 forks source link

dotvvm for vs2022 problem (Again "I" character problem) #1360

Open daltinkurt opened 2 years ago

daltinkurt commented 2 years ago

Hi, I updated to visual studio vs2022 and installed dotvvm extension. But I think there is a bug, let me explain: I am creating 2 same dotvvm project. (DotVVM Web Application (.Net Core) from project templates) 1) one of them D:\Test-1 (one) 2) other one D:\Test-I (Uppercase i)

1 - Working properly

image

2 - file icons cannot be displayed and intellisense is not working

image

Note: I haven't tried it but maybe the same problem exists in vs2019 extension.

acizmarik commented 2 years ago

Thanks for reporting. I will fix it in the extension as well.

It is really not ideal that the default behaviour for string comparisons in .NET is culture sensitive... Hopefully, this is the last place where this issue manifests. I will let you know once this is fixed.