Closed hagaygo closed 8 months ago
Can you provide a repro showing the issue please.
I'll try to create a simple repro.
After failing to reproduce the issue on a clean new project i went on "stripping" my project from non relevant and non public code.
Just before pushing the git to a github, i did some cleanup on the folder and tested again and the error did not show and the app worked.
Did the same cleaning on my original project and the app worked. It seems removing the "obj" folder from file system fixed the issue !!!.
Just to make it clear i did "clean" and "rebuild" via visual studio , that did not work , only totally removing the folder from file system fixed the issue.
I hope this helps any else in the future.
Everything worked fine on dotnet 6/7.
When trying to upgrade to dotnet 8 my app works fine on debug/release (WASM).
When publishing the app using dotnet publish i get the following error on browser console :
Any idea how to fix it ?
Thanks in advance.