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

roslyn-sdk docs shouldn't be located under csharp #23065

Open Youssef1313 opened 3 years ago

Youssef1313 commented 3 years ago

This is not a C#-only thing.

BillWagner commented 3 years ago

You raise a good point @Youssef1313

These are in the C# Guide because the usage of the roslyn SDK is primarily by developers working in C#. We do make the point of showing how analyzers using these APIs can and do work with both C# and VB code.

I checked with some internal team members and we think this is the correct location for these docs. I would accept a PR to add a reference to them from the VB guide for developers interested in writing analyzers for VB.NET.

Adding this to the backlog.