Skip to content

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

feat: target net9 for GE 6.0 #89

wants to merge 1 commit into from

Conversation

gerhardol
Copy link
Member

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:

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

Support GitExtensions 6.0

  • Bugfix
  • Feature
  • Refactoring
  • Build related changes
  • Documentation
  • Other:

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?

  • Yes
  • No

New .net9, new GE version

Other information

add .editorconfig from GE to suppress WFO1000
The complete config is included, with many settings.
@gerhardol gerhardol requested a review from lekhmanrus August 16, 2025 21:16
@@ -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 |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| 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 |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| 6.0.1 <= v | 3.1.0 <= v |
| 6.0.x <= v | 3.1.0 <= v |

@lekhmanrus
Copy link
Collaborator

Thanks @gerhardol !

Copy link
Member

@RussKie RussKie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@gerhardol
Copy link
Member Author

gerhardol commented Aug 17, 2025

Will update GitExtensions.Extensibility to 0.3.3 (likely) too.
gitextensions/gitextensions.extensibility#33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants