CSharpChecker 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package CSharpChecker --version 1.0.0
NuGet\Install-Package CSharpChecker -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CSharpChecker" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CSharpChecker --version 1.0.0
#r "nuget: CSharpChecker, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CSharpChecker as a Cake Addin
#addin nuget:?package=CSharpChecker&version=1.0.0

// Install CSharpChecker as a Cake Tool
#tool nuget:?package=CSharpChecker&version=1.0.0

SharpChecker

SharpChecker is a CLI program that looks into .NET libraries (dll) and executables (exe) to check on information about specific types as the user has queried. 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. To see more information on how to use SharpChecker, see the Usage section.

NOTE: When looking up types with generic parameters, instead of looking for something like System.Collections.Generic.Dictionary<TValue, TKey>, you must look up the type with a grave character ( ` ); which means you must look up the type as such: System.Collections.Generic.Dictionary`2. Since the grave character ( ` ) does not work nicely with terminals, you can replace the grave character ( ` ) with a dash ( - ). Thus looking for types with generic parameters should be as such: System.Collections.Generic.Dictionary-2.

Build Status

Builds and tests are done as GitHub actions.

.NET Test | .NET build and test for all platforms in .NET Core 3.0 in the master branch.

Further documentation

If you want further documentation on how to use SharpChecker, then refer to the GitHub repository.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp3.0 is compatible.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.2 605 3/16/2020
1.0.1 515 3/13/2020
1.0.0 427 3/12/2020