Edward Miller
Edward Miller
MAUI would work on any platform even mobile. It is open source and backed by Microsoft. It would have familiar XAML syntax. I've never used it but I like the...
Oh, I found an interesting one https://github.com/ArthurHub/HTML-Renderer
So here is a very rough attempt to use the C# HTML Renderer It looks like it has correctness issues on even these pretty basic screens, but maybe there's other...
Should use the prefers-color-scheme media query to set the default color scheme via CSS
https://github.com/eclipse/openvsx/wiki/Publishing-Extensions
hmmm, the primary thing is to get the debugger to ignore this. Async was just something that came to mind because it is what I do. Perhaps a better way...
If a child object with validation errors is deleted, it seems to still throw client-side validation errors as if it was never deleted. This seems like the same issue. Your...
I think I fixed this here: https://github.com/RobThree/NUlid/pull/19
Looks like if you are compiling with the .NET Native toolchain you need to set the rendererAssemblies in App.xaml.cs to point to the UWP renderer, and not the portable renderer
https://vladislavantonyuk.github.io/articles/Creating-Markdown-control-with-.NET-MAUI-Graphics