Klaus Löffelmann
Klaus Löffelmann
**Visual Studio Version**: \>=16.8 **Summary**: In a .NET 5 WinForms Application Framework App, the Startup Form cannot be change via the UI. The changes are getting written to the wrong...
The runtime PR https://github.com/dotnet/runtime/pull/73087 broke the Visual Basic Application Framework Logging. https://source.dot.net/#Microsoft.VisualBasic.Forms/Microsoft/VisualBasic/Logging/Log.vb,170  The original assumption that this would work was, that when `GetSupportedAttributes` gets called in a class derived...
## Rationale: Usually, there are 2 types of events which are considered to be a Property Change for a Value which has been edited in a TextBox, RichTextBox or ComboBox:...
# Rationale With the arrival of the WebView2 control, which introduces APIs for WinForms which can only be called asynchronously and therefore need to be awaited, and also with the...
The Language Specs have not been updated in a while, if I researched correctly. It would be helpful, if we had a current version of the specs, or if there...
Source Generator - Visual representation of generated .g.cs files in Solution Explorer never updates
I am not entirely sure, if this is a bug or if there is an additional step involved, to mitigate this behavior. If it's not a bug, consider this to...
[Updated 11/24/2025] We will aim to pick Visual Styles up and finalize them in the time frame of .NET 11. It was originally decided, that we postpone it from .NET...
Since this topic is one of my personal favorite topics, which I deal with as a hobby in my spare time, I have been experimenting with GDI+, DirectWrite/Direct2D and SkiaSharp...
Hey Daniels, thanks so much for this project - this is a really cool community effort to get this working! I have tried to build the `eventhandler` branch, but failed...
Draft PR for getting this started for .NET 9. Note: This branch is based on feature/DarkMode and NO longer on main! * `Control.InvokeAsync`. * `MessageBox.ShowAsync`. * `Form.ShowAsync`. #10739 ###### Microsoft...