kgen.roslynviewer
0.5.1
dotnet tool install --global kgen.roslynviewer --version 0.5.1
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local kgen.roslynviewer --version 0.5.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=kgen.roslynviewer&version=0.5.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package kgen.roslynviewer --version 0.5.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
RoslynViewer
DotNet Tool to explore a roslyn tree. Nothing fancy, just paste the code into the code section... and et voila !
Note that if you select a node, you will see the 'string' view of it into the bottom
Install & Launching
Its is a simple dotnet tool... thus simply install it as any dotnet tool :
dotnet tool -g upgrade kgen.roslynviewer
and then simply on a command line :
roslynviewer
It means it should work on any .NET platform, Microsoft Windows, Apple MacOS - Intel or Mac, Linux
Status
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.