![]() |
VOOZH | about |
dotnet add package Microsoft.DiaSymReader --version 2.2.9
NuGet\Install-Package Microsoft.DiaSymReader -Version 2.2.9
<PackageReference Include="Microsoft.DiaSymReader" Version="2.2.9" />
<PackageVersion Include="Microsoft.DiaSymReader" Version="2.2.9" />Directory.Packages.props
<PackageReference Include="Microsoft.DiaSymReader" />Project file
paket add Microsoft.DiaSymReader --version 2.2.9
#r "nuget: Microsoft.DiaSymReader, 2.2.9"
#:package Microsoft.DiaSymReader@2.2.9
#addin nuget:?package=Microsoft.DiaSymReader&version=2.2.9Install as a Cake Addin
#tool nuget:?package=Microsoft.DiaSymReader&version=2.2.9Install as a Cake Tool
Microsoft DiaSymReader interop interfaces and utilities.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on Microsoft.DiaSymReader:
| Package | Downloads |
|---|---|
|
Microsoft.CodeAnalysis.Features
.NET Compiler Platform ("Roslyn") support for creating editing experiences. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/16f9bd284cd49604ac82998bfe778a8eb16d4347. |
|
|
Microsoft.CodeAnalysis.CSharp.Features
.NET Compiler Platform ("Roslyn") support for creating C# editing experiences. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/16f9bd284cd49604ac82998bfe778a8eb16d4347. |
|
|
Microsoft.CodeAnalysis.VisualBasic.Features
.NET Compiler Platform ("Roslyn") support for creating Visual Basic editing experiences. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/16f9bd284cd49604ac82998bfe778a8eb16d4347. |
|
|
Microsoft.Testing.Extensions.CodeCoverage
Code coverage Microsoft.Testing.Platform extension. |
|
|
Microsoft.DiaSymReader.PortablePdb
Implementation of Microsoft DiaSymReader interfaces that reads debug information from Portable PDB format. |
Showing the top 12 popular GitHub repositories that depend on Microsoft.DiaSymReader:
| Repository | Stars |
|---|---|
|
icsharpcode/ILSpy
.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
|
|
|
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
|
|
|
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
|
|
|
dotnet/corert
This repo contains CoreRT, an experimental .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying compiler toolchain.
|
|
|
icsharpcode/AvaloniaILSpy
Avalonia-based .NET Decompiler (port of ILSpy)
|
|
|
VSadov/Satori
Experimenting with dotnet runtime.
|
|
|
CosmosOS/IL2CPU
IL2CPU is a compiler for .NET IL code to compile to assembly language for direct booting.
|
|
|
godotengine/godot-csharp-visualstudio
Godot C# extension for Visual Studio
|
|
|
KirillOsenkov/MetadataTools
Various tools and helpers to read assembly metadata.
|
|
|
X-Sharp/XSharpPublic
Public repository for the source code for the XSharp Compiler, Runtime, Project System and Tools.
|
|
|
unoplatform/Uno.SourceGeneration
A Roslyn based C# source generation framework
|
|
|
Dixin/Blog
Code examples for blog https://weblogs.asp.net/dixin.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 3.0.0-preview.5.26302.115 | 74 | 6/9/2026 |
| 3.0.0-preview.4.26230.115 | 139 | 5/12/2026 |
| 3.0.0-preview.3.26207.106 | 139 | 4/14/2026 |
| 3.0.0-preview.2.26159.112 | 148 | 3/10/2026 |
| 3.0.0-preview.1.26104.118 | 161 | 2/10/2026 |
| 2.2.9 | 1,304 | 6/9/2026 |
| 2.2.8 | 3,981 | 5/12/2026 |
| 2.2.7 | 5,119 | 4/21/2026 |
| 2.2.6 | 380,132 | 4/14/2026 |
| 2.2.5 | 852,608 | 3/12/2026 |
| 2.2.4 | 786 | 3/10/2026 |
| 2.2.3 | 2,015,938 | 2/10/2026 |
| 2.2.2 | 23,811 | 1/13/2026 |
| 2.2.1-beta.25569.105 | 619 | 12/9/2025 |
| 2.0.0 | 66,123,593 | 4/28/2023 |
| 1.4.0 | 11,842,366 | 2/13/2022 |
| 1.4.0-beta2-21528-02 | 28,564 | 1/27/2022 |
| 1.3.0 | 47,479,898 | 6/11/2018 |
| 1.2.0 | 3,894,776 | 12/5/2017 |
| 1.1.0 | 398,782 | 2/8/2017 |
Microsoft DiaSymReader interop interfaces and utilities