CsDebugScript.CodeGen
1.3.0.195
See the version list below for details.
dotnet add package CsDebugScript.CodeGen --version 1.3.0.195
NuGet\Install-Package CsDebugScript.CodeGen -Version 1.3.0.195
<PackageReference Include="CsDebugScript.CodeGen" Version="1.3.0.195" />
paket add CsDebugScript.CodeGen --version 1.3.0.195
#r "nuget: CsDebugScript.CodeGen, 1.3.0.195"
// Install CsDebugScript.CodeGen as a Cake Addin #addin nuget:?package=CsDebugScript.CodeGen&version=1.3.0.195 // Install CsDebugScript.CodeGen as a Cake Tool #tool nuget:?package=CsDebugScript.CodeGen&version=1.3.0.195
Extension to CsDebugScript.Engine that provides ability to extract user types from symbols files. By default it uses DIA to read PDB files, but it can be used with CsDebugScript.DwarfSymbolProvider to generate from DWARF symbols (either from PE or ELF image containers).
Product | Versions 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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6.1
- CsDebugScript.DiaSymbolProvider (>= 1.3.0.195)
- CsDebugScript.Engine (>= 1.3.0.195)
- Microsoft.CodeAnalysis.CSharp (>= 2.6.0)
-
.NETStandard 2.0
- CsDebugScript.DiaSymbolProvider (>= 1.3.0.195)
- CsDebugScript.Engine (>= 1.3.0.195)
- Microsoft.CodeAnalysis.CSharp (>= 2.6.0)
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.