𝗝𝗮𝗺𝗲𝘀
Does structs generate inaccessible copies?
Found this article that reinforces the usage of fields instead of properties in these specific cases discussed in it as being one of possible solutions to reduce copy overhead https://devblogs.microsoft.com/premier-developer/the-in-modifier-and-the-readonly-structs-in-c/
12 replies
Visual studio 2022 community Jquery ,Js, html hot reload
anyway, i wish you only the best. Hopes you'll find a way to solve your problem. If you get endup stuck and don't know what to do, as crazy as it sounds, maybe starting from scratch will give you an understanding of where you have made a mistake
27 replies
Visual studio 2022 community Jquery ,Js, html hot reload
the first thing that comes to mind is
when you compile,
gets copied to
therefore, no changes applied to wwwroot/index.html would be perceptible until next compilation.
Can you check if that's what causing the issue?
27 replies
Visual studio 2022 community Jquery ,Js, html hot reload
There is also issues related to Blazor and compilation caching. That may not be your problem but i would strongly recommend for you to clear the cache files to see if the problem just goes away.
- Close your IDE and go to the project root folder
- Delete .vs folder
- Goto %AppData%/../Local/Microsoft/VisualStudio/17.0_{your_version}/ComponentModelCache
- Delete everything inside
27 replies