Open Franklin89 opened 2 years ago
Not, this project is not abandoned. I'll work on getting this updated.
@Franklin89 Can you check if the below works for you: https://github.com/dotnet/code-analysis/blob/d3a5cb6ef8547e36e87c4378cc3e982d9fe1afe7/README.md#basic?
Note: The Microsoft Code Analysis CLI is built with dotnet v3.1.201. A version greater than or equal to v3.1.201 of dotnet must be installed on the runner in order to run this action. GitHub hosted runners already have a compatible version of dotnet installed. To ensure a compatible version of dotnet is installed on a self-hosted runner, please configure the actions/setup-dotnet action.
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.x'
Hi, What is the status of this project? The project is linked to in the docs but it seems to be outdated.
It seems to be outdated for me as well with no version release tag.
@mavasani do you have an updated status? You mentioned it would be updated but no work looks like it's been done so just want to see if it is actually not abandoned
This project is only updated for now legacy .NET Core 3.1. So yes, unfortunately this project is outdated and does not work.
The micorsoft docs 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 current recommended way?