-
Notifications
You must be signed in to change notification settings - Fork 746
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
net5.0+
and Skia XAML Hot Reload does not work if the solution path contains a #
character
#5953
Comments
Thanks for the report! A few questions:
|
|
Thanks for the update. For For the errors you're seeing in |
|
Thanks for the update.
|
@jeromelaban The resharper builder was already disabled, I only use it rarely anyway. I am not very experienced with dotnet CLI so just to make sure I do not mess up can you please post full commands for me to try out? Regarding the ReSharper, should I add a feature ticket, or is it too expensive to even consider? |
Apologies for the command line mistake I fixed it above, but basically, using a command prompt:
This will create a |
@jeromelaban Here are the logs, 0 errors for both WASM and GTK. 2 errors for GTK with that property group commented out. |
Thanks for the reports. I've found the issue here, and it's unfortunately related to this Roslyn issue dotnet/roslyn#44596, and is caused by the folder name of your solution (it contains |
#
character
#
characternet5.0
and Skia XAML Hot Reload does not work if the solution path contains a #
character
net5.0
and Skia XAML Hot Reload does not work if the solution path contains a #
characternet5.0+
and Skia XAML Hot Reload does not work if the solution path contains a #
character
@jeromelaban Ok, for now I just renamed my projects folder to CSharp, hopefully that will break only some of my projects... |
@jeromelaban I don't think we can do anything here. Should we close? |
Indeed, we cannot do anything we'll have to wait for roslyn updates. |
Current behavior
I am getting a LOT of errors and warnings, even though solutions compile and run just fine.
Expected behavior
No errors/warnings.
How to reproduce it (as minimally and precisely as possible)
This is my main layout:
This is my test layout:
Log:
Environment
Nuget Package:
Affected platform(s):
IDE:
Relevant plugins:
Anything else we need to know?
I disabled solution wide analysis on ReSharper. It is a bit frustrating because I really love the idea of the UNO platform, but at the same time it is incredibly difficult to just get an empty template that does not throw warnings and errors at every step, with or without ReSharper.
The text was updated successfully, but these errors were encountered: