Rossynt icon indicating copy to clipboard operation
Rossynt copied to clipboard

Update dependencies & Support Rider 2023.2 and .NET 8

Open TSRBerry opened this issue 1 year ago • 2 comments

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

TSRBerry avatar Jan 15 '24 21:01 TSRBerry

Would be amazing if support for 2024.1 version would be added

ykoellmann avatar Apr 12 '24 15:04 ykoellmann

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

TSRBerry avatar Apr 13 '24 07:04 TSRBerry