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/dotnethas been added as another default path for the dotnet CLI for Linux systems- An exclusion for the
slf4-apipackage has been added to prevent anotherNoClassDefFoundError pluginSinceBuildhas been raised to231andplatformVersionhas been set to231.9225.16, sincerunPluginVerifierfound incompatibilities with older versions when I forked the repo initially.pluginVersionhas been updated to231.5.0
- Backend:
- Support for .NET 8 and
CSharp12has 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.