Jeremy Koritzinsky
Jeremy Koritzinsky
@RussKie why do you think this is a runtime issue instead of a winforms issue given that it only reproduces in a winforms app? Based on the repro, my initial...
That is likely due to https://github.com/dotnet/winforms/pull/4831, which added a hot-reload handler in WinForms to refresh all open forms based on any updates from HotReload. It's possible that one of the...
As we already have the rootfs targeting plan for our cross-architecture builds, it might be worthwhile using a similar model for targeting a down-level libc version (basically cross-compiling from x64...
We currently use it in containers for our arm32 and arm64 builds (as well as our FreeBSD build).
Ive had some musings about using SDLang or KDL as an alternative markup language for Avalonia, so I might take a stab at an implementation (non-Sprache based for perf reasons)...
I have no context here either.
Awesome! Let me know if there's anything I can do to help!
Building a self-contained C++/CLI application is not supported, but I remember some discussions with the SDK team about if C++/CLI dependencies of a self-contained C# app should be supported. @wli3...
At the moment there isn't really a good option since MSDN has been shut down. You could write your own doc provider to pull from docs.microsoft.com (which is basically the...
I'm not sure if I ever got around to writing that doc. I'll put that on my list of things to do!