SyntaxWalker służy do rekursywnego odwiedzania wszystkich węzłów drzewa składni. Za pomocą SyntaxWalker można zbadać/odczytać strukturę kodu: using System; using System.Collections.Generic; using System.Linq; using Roslyn.Compilers.CSharp; namespace GettingStartedCS { class SyntaxWalkerTest { private static string source = @" using System; using System.Collections; using System.Linq; using System.Text; ...
Strona głównaNarzędzia
Narzędzia 4919 dni, 5 godzin, 50 minut temu 84 pokaż kod licznika zwiń
Podobne artykuły:
- [EN] Exception usage analyzer · Cezary Piątek Blog
- [EN] CSharp Macros - let the Roslyn type for you · Cezary Piątek Blog
- [EN] Avoid multithreading traps with Roslyn: Lock object selection · Cezary Piątek Blog
- How to use Roslyn with .NET Core | Michał Komorowski
- Learn What’s New in .NET Productivity | Visual Studio Blog
- Roslyn–analiza kodu za pomocą LINQ
- [EN] Immutable types in C# with Roslyn · Cezary Piątek Blog
- [EN] Improving non-nullable reference types handling · Cezary Piątek Blog
- Roslyn and unit tests suck | Michał Komorowski
- [EN] Generate mapping code with Roslyn code fix provider. · CEZARY PIĄTEK
- Visual Studio Alive