Microsoft.DiaSymReader 1.0.8-rc2-60418-01

Prefix Reserved
This is a prerelease version of Microsoft.DiaSymReader.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.DiaSymReader --version 1.0.8-rc2-60418-01
                    
NuGet\Install-Package Microsoft.DiaSymReader -Version 1.0.8-rc2-60418-01
                    
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="Microsoft.DiaSymReader" Version="1.0.8-rc2-60418-01" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.DiaSymReader" Version="1.0.8-rc2-60418-01" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.DiaSymReader" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.DiaSymReader --version 1.0.8-rc2-60418-01
                    
#r "nuget: Microsoft.DiaSymReader, 1.0.8-rc2-60418-01"
                    
#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.
#addin nuget:?package=Microsoft.DiaSymReader&version=1.0.8-rc2-60418-01&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.DiaSymReader&version=1.0.8-rc2-60418-01&prerelease
                    
Install as a Cake Tool

Microsoft DiaSymReader interop interfaces and utilities.

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.1 is compatible.  netstandard1.2 was computed.  netstandard1.3 was computed.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net20 is compatible.  net35 was computed.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  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 tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wpa81 was computed. 
Windows Store netcore was computed.  netcore45 was computed.  netcore451 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (47)

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/8edf7bcd4f1594c3d68a6a567469f41dbd33dd1b.

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/8edf7bcd4f1594c3d68a6a567469f41dbd33dd1b.

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/8edf7bcd4f1594c3d68a6a567469f41dbd33dd1b.

Microsoft.DiaSymReader.PortablePdb

Implementation of Microsoft DiaSymReader interfaces that reads debug information from Portable PDB format.

Steeltoe.Management.EndpointBase

Steeltoe management endpoints

GitHub repositories (14)

Showing the top 14 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.
EWSoftware/SHFB
Sandcastle Help File Builder (SHFB). A standalone GUI, Visual Studio integration package, and MSBuild tasks providing full configuration and extensibility for building help files with the Sandcastle tools.
icsharpcode/AvaloniaILSpy
Avalonia-based .NET Decompiler (port of ILSpy)
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
dotnet/razor
Compiler and tooling experience for Razor ASP.NET Core apps in Visual Studio, Visual Studio for Mac, and VS Code.
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.
VSadov/Satori
Experimenting with dotnet runtime.
unoplatform/Uno.SourceGeneration
A Roslyn based C# source generation framework
X-Sharp/XSharpPublic
Public repository for the source code for the XSharp Compiler, Runtime, Project System and Tools.
Version Downloads Last Updated
2.0.0 26,068,710 4/28/2023
1.4.0 10,035,236 2/13/2022
1.4.0-beta2-21528-02 11,942 1/27/2022
1.3.0 42,662,937 6/11/2018
1.2.0 3,314,061 12/5/2017
1.1.0 383,959 2/8/2017
1.0.8 3,052,812 6/27/2016
1.0.8-rc2-60418-01 1,602 4/18/2016
1.0.8-rc2-60325 9,566 3/26/2016
1.0.7 54,668 2/11/2016
1.0.6 480,576 10/7/2015
1.0.5.1 3,113 9/4/2015
1.0.5 9,435 6/5/2015
1.0.4-rc2 3,296 3/27/2015
1.0.3-rc2 1,595 3/20/2015
1.0.2-rc2 1,718 3/13/2015
1.0.1-rc2 1,851 2/23/2015

Preview of DiaSymReader interop library