Info
Version: | 1.0.2 |
Author(s): | Paul Gonzalez-Becerra |
Last Update: | Monday, March 16, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/FuLagann/sharp-checker |
NuGet Url: | https://www.nuget.org/packages/CSharpChecker |
Install
Install-Package CSharpChecker
dotnet add package CSharpChecker
paket add CSharpChecker
CSharpChecker Download (Unzip the "nupkg" after downloading)
Dependencies
- Mono.Cecil(>= 0.11.2)
- Newtonsoft.Json(>= 12.0.3)
Tags
SharpChecker will generate a JSON file that records everything it can about the specified type. Alternatively, the program can also list all the types existing in the list of .NET assemblies that the user has specified, recording a JSON file of all the types found within their respective assembly.