Skip to content
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

Update dependencies & Support Rider 2023.2 and .NET 8 #264

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

TSRBerry
Copy link

@TSRBerry TSRBerry commented Jan 15, 2024

This PR contains a lot of changes but they are pretty simple to break down:

  • Dependencies:
    • All the GitHub Action dependencies have been updated
    • All the backend dependencies have been updated (including code changes to make the backend compatible with the new NUnit version)
    • All the plugin dependencies have been updated
  • Plugin:
    • The plugin files have been updated according to the latest intellij-platform-plugin-template commit
    • /usr/bin/dotnet has been added as another default path for the dotnet CLI for Linux systems
    • An exclusion for the slf4-api package has been added to prevent another NoClassDefFoundError
    • pluginSinceBuild has been raised to 231 and platformVersion has been set to 231.9225.16, since runPluginVerifier found incompatibilities with older versions when I forked the repo initially.
    • pluginVersion has been updated to 231.5.0
  • Backend:
    • Support for .NET 8 and CSharp12 has been added

I created a test release with all these changes here.


Closes #263

@ykoellmann
Copy link

Would be amazing if support for 2024.1 version would be added

@TSRBerry
Copy link
Author

I'll look into that when I'm home again.

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.

Rossynt is not compatible with Rider 2023.2
2 participants