code-analysis icon indicating copy to clipboard operation
code-analysis copied to clipboard

Is this outdated and no longer maintained?

Open Franklin89 opened this issue 2 years ago • 6 comments

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.

Franklin89 avatar Jun 20 '22 10:06 Franklin89

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

mavasani avatar Sep 15 '22 16:09 mavasani

@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'

mavasani avatar Sep 15 '22 16:09 mavasani

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

baharedankoyuncu avatar Dec 07 '22 21:12 baharedankoyuncu

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

BenjaminMichaelis avatar Dec 15 '22 18:12 BenjaminMichaelis

@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

BenjaminMichaelis avatar Dec 27 '23 14:12 BenjaminMichaelis

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

dlidstrom avatar Jun 20 '24 07:06 dlidstrom