The Qodana build step seems to be missing the a linter for dotnet
I am currently evaluating teamcity and Qodana. When I try to add a build step for Qodana I do not see dotnet as a choice for linters. Please see the snippit below.

Please sign in to leave a comment.
The Cloud version of TeamCity already has .NET linter option pre-configured, and on-prem version should have it from 2023.05 release (planned for release in May). You may also select "Custom" option and specify `jetbrains/qodana-dotnet:latest` image/tag (other options in the list are just mappings for Qodana Docker images).
Please let me know if this helps.
`
Thank you