The .NET 8 support comes with Qodana 2023.3-eap #211
smth-to-smb
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you migrated to a new version of the .NET framework, you might be having some issues with scanning projects using the Qodana for .NET linter.
Starting from version 2023.3-eap, Qodana supports .NET 8, and we plan to officially release the linter before the end of the year.
In the meantime, we'd like to help you make the most of code quality with Qodana so you will need to migrate if you haven't done it already.
For example, if you are using the Qodana Scan GitHub action in your GitHub pipelines, you can use the following pipeline configuration:
In case of Azure Pipelines, you can use the following configuration sample:
For the CI/CD systems that employ the Docker images of Qodana, you can specify the
jetbrains/qodana-dotnet:2023.3-eap
linteras described here. For example, for a Jenkins Pipeline you can use the following configuration:
Beta Was this translation helpful? Give feedback.
All reactions