Jochen G
Jochen G
I recently find the stride tutorials for beginners on YouTube. Is there, somewhere, a tutorial (text or video) how to work with sprites or general in 2D? I know there...
 Or another example would be the Toast notification in VS Code in the right corner of the window
Avalonia offers with XPF a Framework to port WPF Applications directly or with minimal adjustments. It would be worth a try to ask them if they would sponsor a licence...
I have the same issue in my WPF project for .net5. I must add these lines to my csproj file to make it work. I also tried to use the...
I found out that there is a conflict with the Key-LanguageRule ```csharp new LanguageRule( $@"[,\{{]\s*({Regex_String})\s*:", new Dictionary { {1, ScopeName.JsonKey} }), ``` for my case it works when I use...