dotnet / docs

This repository contains .NET Documentation.
https://learn.microsoft.com/dotnet
Creative Commons Attribution 4.0 International
4.24k stars 5.89k forks source link

Analyzer template: netcoreapp2.0 is out of support #26035

Open MartyIX opened 3 years ago

MartyIX commented 3 years ago

After this step https://docs.microsoft.com/en-us/dotnet/csharp/roslyn-sdk/tutorials/how-to-write-csharp-analyzer-code-fix#create-the-solution, I get a compilation warning because test project uses netcoreapp2.0 which is out of support.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

BillWagner commented 3 years ago

Thanks @MartyIX

I'll leave this open to address, but you should be able to change that to netcoreapp3.1 to continue working.

MartyIX commented 3 years ago

I'll leave this open to address, but you should be able to change that to netcoreapp3.1 to continue working.

Yes, it's indeed possible. 👍

Youssef1313 commented 2 years ago

@BillWagner I'm not sure why this is marked as "doc-bug"?

It looks like a product issue, which is being tracked by https://github.com/dotnet/roslyn-sdk/issues/741.

Youssef1313 commented 2 years ago

This was actually fixed in https://github.com/dotnet/roslyn-sdk/pull/884.