Analyze your C# Source files using PowerShell and the Get-RoslynInfo C(www.dougfinke.com)
submitted by
Noldorin(829) 6 months, 22 days ago
"Get-RoslynInfo let’s me walk up to directory, get a listing of all C# files and then pipe it to my custom Roslyn SyntaxWalker, PipelinedSyntaxWalker, which visits the Classes and Methods and gives the results below. It shows me the name the declaration, either the class name or method name, the file it is in (including the full file name) and the line number it was found on"
|category: C#
|Views: 25
tags:
C# another
Everyones tags:
Your Tags: