Support for DotNet #52
-
Hi, I currently have a monorepo with Angular and DotNet projects, I know this plugin will support scanning the Angular code, will it work with DotNet applications as well? Given the different nature required by Sonar to prepare a scan, build the application then analyse/publish the results. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @Seneti42, It will not work .NET applications as of right now because the executor specifically looks at the test target's Jest configuration and respective coverageDirectory path so it can upload test coverage results. I'm open to expanding the allowed test runner list (vite & whatever .net uses) if folks want to contribute back to the plugin. |
Beta Was this translation helpful? Give feedback.
Hi @Seneti42,
It will not work .NET applications as of right now because the executor specifically looks at the test target's Jest configuration and respective coverageDirectory path so it can upload test coverage results. I'm open to expanding the allowed test runner list (vite & whatever .net uses) if folks want to contribute back to the plugin.