Rossynt
Rossynt copied to clipboard
Update dependencies & Support Rider 2023.2 and .NET 8
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 anotherNoClassDefFoundError
-
pluginSinceBuild
has been raised to231
andplatformVersion
has been set to231.9225.16
, sincerunPluginVerifier
found incompatibilities with older versions when I forked the repo initially. -
pluginVersion
has been updated to231.5.0
- Backend:
- Support for .NET 8 and
CSharp12
has been added
- Support for .NET 8 and
I created a test release with all these changes here.
Closes #263
Would be amazing if support for 2024.1 version would be added
I'll look into that when I'm home again.