code-analysis
code-analysis copied to clipboard
Until a version is tagged, people who read the readme need to be able to use something that works. Please either tag v1 or accept this PR so that the...
"Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/". I am receiving the above warning when i...
The [micorsoft docs](https://docs.microsoft.com/en-us/dotnet/devops/dotnet-github-action-reference#net-code-analysis) recommend to use this action, yet it does not support anything else than .NET Core 3.1... Could you please update this or update the docs to the...
This rule raises a conflict for a namespace something like below. Aaa.Bbb.Ccc.Ddd.Host.Startup and AAA.Bbb.CCc.Ddd.Sdk.Core.Startup Aaa.Bbb.Ccc.Ddd.Host.Startup is a type in the application. AAA.Bbb.CCc.Ddd.Sdk.Core.Startup is a namespace in the referenced assembly.
When I tried to run code-analysis inside windows-2022 virtual environment, the action is failing with the following error message: ``` Error: Error running roslynanalyzers job: 1 of 1 Error: GuardianErrorExitCodeException:...
Hi, I'm trying to set this action up for a project I'm working on to analyze the code. However every build fails with ``` Error: Error running roslynanalyzers job: 1...
Tried using the action with a project that runs on .NET 5, but I keep getting ``` The framework 'Microsoft.NETCore.App', version '3.1.2' was not found. - The following frameworks were...
Will this action be available through the GitHub Marketplace soon? Due to restrictions in the organization, I'm working on. This action is rejected because it is not a verified GitHub...
Please provide an example of how to use this in Azure Devops, not just github. Thanks
`uses: dotnet/code-analysis@v1` Doesn't work as no tags exist in this project.