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

Solution creation instructions are slightly incorrect #26719

Open pranavkm opened 2 years ago

pranavkm commented 2 years ago

https://docs.microsoft.com/en-us/dotnet/csharp/roslyn-sdk/tutorials/how-to-write-csharp-analyzer-code-fix#create-the-solution The instructions tell you to search for the Extensibility section: Under Visual C# > Extensibility, choose Analyzer with code fix (.NET Standard).. In the updated project creation dialog, the section no longer exists. Projects could be filtered by the Extensions project type, but searching for Analyzers should result in the most specific results.


Document Details

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

BillWagner commented 2 years ago

Thanks for pointing this out @pranavkm

I've added it to our backlog to address in our next set of updates.