MartyIX
MartyIX
@fenhai I'm sorry, I don't have free time at my hand now. Still I put some effort and it seems that a failure edge is missing. PRs are welcomed though,...
@fenhai There are multiple errors in the code as far as I have found out. I put the code here https://pastebin.com/GWLfJhRj with debugging statements (it can be simply run in...
Do I understand correctly that this would allow me to: Have globally installed .NET 8 but test with .NET 9 that would be stored in a folder (not installed)? I...
Possibly relevant here: https://github.com/dotnet/maui/discussions/7515
This would be really helpful to document. Especially, it would be great to know how to emulate "dispose" behavior for custom controls - i.e. should one use the combination of...
Not sure how relevant here but theming is described here https://learn.microsoft.com/en-us/dotnet/maui/user-interface/theming?view=net-maui-8.0 and it allows you to use `
This helped me to install preview7 after having installed preview6: `dotnet workload install maui -v d --ignore-failed-sources --disable-parallel --temp-dir="C:\maui-temp"`
I would love to suppress compiler warnings using `SuppressMessageAttribute`. It looks much nicer.
This issues will be fixed by #22472.