Skip to content

wk-j/try-roslyn

Repository files navigation

Try Roslyn

https://github.com/dotnet/roslyn/wiki/Samples-and-Walkthroughs

  • Syntax Analysis
    • Manual Traversal
    • Query Methods
    • Syntax Walkers
  • Semantic Analysis
  • Syntax Transformation
  • Writing Custom Analyzers and Code Fixes
  • Microsoft.CodeAnalysis.CSharp.Scripting

Learn Roslyn Now

https://joshvarty.wordpress.com/learn-roslyn-now

  • Part 1: Installing Roslyn
  • Part 2: Analyzing Syntax Trees With LINQ
  • Part 3: Syntax Nodes and Syntax Tokens
  • Part 4: CSharpSyntaxWalker
  • Part 5: CSharpSyntaxRewriter
  • Part 6: Working with Workspaces
  • Part 7: Introducing the Semantic Model
  • Part 8: Data Flow Analysis
  • Part 9: Control Flow Analysis
  • Part 10: Introduction to Analyzers
  • Part 11: Introduction to Code Fixes
  • Part 12: The DocumentEditor
  • Part 13: Syntax Annotations
  • Part 14: Introduction to the Scripting API
  • Part 15: The SymbolVisitor
  • Part 16: The Emit API

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages