CsDebugScript.CodeGen
1.1.1-beta
See the version list below for details.
dotnet add package CsDebugScript.CodeGen --version 1.1.1-beta
NuGet\Install-Package CsDebugScript.CodeGen -Version 1.1.1-beta
<PackageReference Include="CsDebugScript.CodeGen" Version="1.1.1-beta" />
paket add CsDebugScript.CodeGen --version 1.1.1-beta
#r "nuget: CsDebugScript.CodeGen, 1.1.1-beta"
// Install CsDebugScript.CodeGen as a Cake Addin #addin nuget:?package=CsDebugScript.CodeGen&version=1.1.1-beta&prerelease // Install CsDebugScript.CodeGen as a Cake Tool #tool nuget:?package=CsDebugScript.CodeGen&version=1.1.1-beta&prerelease
Helper application for extracting user types from PDBs.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NETPlatform | dotnet is compatible. |
-
- CommandLineParser (>= 2.0.275-beta)
- CsDebugScript.DiaHelpers (>= 1.1.1-beta)
- Microsoft.CodeAnalysis.CSharp (>= 1.2.1)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on CsDebugScript.CodeGen:
Package | Downloads |
---|---|
CsDebugScript.UI
Exposes WPF controls for easier scripting, autocompletion, C# REPL... |
|
CsDebugScript.Scripting
Provides scripting ability to CsDebugScript.Engine: executing scripts, interactive execution with REPL. |
|
CsDebugScript.CodeGen.App
Small tool that uses CsDebugScript.CodeGen ability to extract user types from symbols files. It uses DIA to read PDB files and CsDebugScript.DwarfSymbolProvider for DWARF symbols (either from PE or ELF image containers). |
|
CsDebugScript.DwarfSymbolProvider
Provides access to DWARF symbols (for PE and ELF image containers) and also ability to read ELF core dumps. It is symbol provider and debugger engine interface for CsDebugScript.Engine. |
|
CsDebugScript.PdbSymbolProvider
Provides fast access to symbols by directly reading PDB files. It is symbol provider for CsDebugScript.CodeGen. |
GitHub repositories
This package is not used by any popular GitHub repositories.