-
-
Notifications
You must be signed in to change notification settings - Fork 8
feat: target net9 for GE 6.0 #89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
add .editorconfig from GE to suppress WFO1000 The complete config is included, with many settings.
@@ -33,6 +33,7 @@ Use the following pattern to link revision data to Gerrit: | |||
| 4.1.x <= v <= 4.2.0 | 2.0.6 <= v | | |||
| 4.2.x <= v <= 5.0.0 | 2.0.7 <= v | | |||
| 5.0.x <= v | 3.0.0 <= v | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 5.0.x <= v | 3.0.0 <= v | | |
| 5.0.x <= v <= 6.0.0 | 3.0.0 <= v | |
@@ -33,6 +33,7 @@ Use the following pattern to link revision data to Gerrit: | |||
| 4.1.x <= v <= 4.2.0 | 2.0.6 <= v | | |||
| 4.2.x <= v <= 5.0.0 | 2.0.7 <= v | | |||
| 5.0.x <= v | 3.0.0 <= v | | |||
| 6.0.1 <= v | 3.1.0 <= v | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 6.0.1 <= v | 3.1.0 <= v | | |
| 6.0.x <= v | 3.1.0 <= v | |
Thanks @gerhardol ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will update GitExtensions.Extensibility to 0.3.3 (likely) too. |
add .editorconfig from GE to suppress WFO1000
The complete config is included, with many settings.
No usage at all.
Note that with upcoming 6.0.1, you get a popup due to a changed API.
The plugin may work before, but not applying the dark theme
(may be required manually also targetting .net9, all untested).
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
Support GitExtensions 6.0
What is the current behavior?
Popup and no dark mode, unknown with GE6
What is the new behavior?
No popup but still unknown.
Does this PR introduce a breaking change?
New .net9, new GE version
Other information