You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is now marked as "help wanted", and we’re looking for a community volunteer to work on this issue. If we receive no interest in 180 days, we will close the issue. To learn more about how we handle feature requests, please see our documentation.
This issue is now marked as "help wanted", and we’re looking for a community volunteer to work on this issue. If we receive no interest in 180 days, we will close the issue. To learn more about how we handle feature requests, please see our documentation.
Hello! I am interested in contributing to this issue, but this would be my first ever open source contribution. I am currently reading the provided documents on the README of the project. Is there any support I could recieve related to getting started that is not listed in the provided documentaiton? Thanks!
I am willing to help if you have specific questions. First step is to Fork Code from GitHub to your own repository.
Create a new Branch, with short title and the issue number you are fixing something lke
Fix wrong BackColor in toolStrinpPanel #12041
If possible you want to create a test that fails without the fix.
You will want to make sure that none of the existing tests fail locally or on GitHub after your fix.
.NET version
.NET 9.0.100-rc.2.24453.35
Did it work in .NET Framework?
No
Did it work in any of the earlier releases of .NET Core or .NET 5+?
This is a new feature Dark Mode: #11857
Issue description
The toolstripPanel have the wrong BackColor that black color in dark mode in DemoConsole application.
Steps to reproduce
The text was updated successfully, but these errors were encountered: