dotnet / roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
https://docs.microsoft.com/dotnet/csharp/roslyn-sdk/
MIT License
18.91k stars 4.01k forks source link

Wiki: Link to the new documentation at docs.microsoft.com/dotnet/csharp/roslyn-sdk #25744

Open MaStr11 opened 6 years ago

MaStr11 commented 6 years ago

The documentation in the Wiki is now available at docs.microsoft.com. The content in the Wiki should be replaced by links to the docs pages:

dotnet/roslyn/wiki docs.microsoft.com/dotnet/csharp/roslyn-sdk Remarks
Roslyn Overview compiler-api-model
work-with-syntax
work-with-semantics
work-with-workspace
Syntax Visualizer Explore code with the Roslyn syntax visualizer in Visual Studio
Getting Started C# Syntax Analysis Get started with syntax analysis
Getting Started VB Syntax Analysis Not available?
Getting Started C# Semantic Analysis Get started with semantic analysis
Getting Started VB Semantic Analysis Not available?
Getting Started Syntax Transformation C# + VB Not available? dotnet/docs#4835
Getting Started Writing a Custom Analyzer & Code Fix Not available? dotnet/docs#4836
How To Write a C# Analyzer and Code Fix Not available? dotnet/docs#4831

Related

/cc @BillWagner @jmarolf

jinujoseph commented 6 years ago

@jmarolf is this done already ?

BillWagner commented 6 years ago

There's one update for the table above: The getting started with syntax transformation using C# has been published.

MaStr11 commented 6 years ago

I would recommend to not remove the wiki pages but to replace the content with a short explanation that the content has moved and a link to the new location. There are a lot of blog posts pointing to these wiki pages out there.