dotnet / code-analysis

MIT License
63 stars 19 forks source link

Is this outdated and no longer maintained? #18

Open Franklin89 opened 2 years ago

Franklin89 commented 2 years ago

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?

It was not possible to find any compatible framework version
The framework 'Microsoft.NETCore.App', version '3.1.2' (x64) was not found.
  - The following frameworks were found:
      6.0.6 at [C:\Users\runneradmin\AppData\Local\Microsoft\dotnet\shared\Microsoft.NETCore.App]
You can resolve the problem by installing the specified framework and/or SDK.
mavasani commented 2 years ago

Not, this project is not abandoned. I'll work on getting this updated.

mavasani commented 2 years ago

@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'
baharedankoyuncu commented 1 year ago

Hi, What is the status of this project? The project is linked to in the docs but it seems to be outdated.

BenjaminMichaelis commented 1 year ago

It seems to be outdated for me as well with no version release tag.

BenjaminMichaelis commented 10 months ago

@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

dlidstrom commented 4 months ago

This project is only updated for now legacy .NET Core 3.1. So yes, unfortunately this project is outdated and does not work.