Closed ivanjx closed 1 year ago
works fine with the latest sdk version 6.0.403
Just tried to reproduce on my machine and it works fine
take a look on this commt: https://github.com/AvaloniaUI/Avalonia.Markup.Declarative/compare/master...net7
yes it works if it is upgraded to net 7
is it always required to match the net version for hot reload to work though?
is it always required to match the net version for hot reload to work though?
probably. I'm not sue if we can do anything with that behavior
i cloned the repo and tried to run the
AvaloniaMarkupSample
withdotnet watch
. i also changed theglobal.json
to use7.0.100
.