Microsoft.DiaSymReader.Native 1.4.1

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.DiaSymReader.Native --version 1.4.1
                    
NuGet\Install-Package Microsoft.DiaSymReader.Native -Version 1.4.1
                    
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.Native" Version="1.4.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.DiaSymReader.Native" Version="1.4.1" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.DiaSymReader.Native" />
                    
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.Native --version 1.4.1
                    
#r "nuget: Microsoft.DiaSymReader.Native, 1.4.1"
                    
#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.
#:package Microsoft.DiaSymReader.Native@1.4.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.DiaSymReader.Native&version=1.4.1
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.DiaSymReader.Native&version=1.4.1
                    
Install as a Cake Tool

Native implementation of PDB file reader and writer.
Supported Platforms:
- Windows x86
- Windows amd64
- Windows arm

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (11)

Showing the top 5 NuGet packages that depend on Microsoft.DiaSymReader.Native:

Package Downloads
Microsoft.AspNetCore.Mvc.Razor

ASP.NET Core MVC Razor view engine for CSHTML files.

Microsoft.Extensions.Testing.Abstractions

Abstractions for test runners to communicate to a tool, such as Visual Studio.

Rookout

Rookout is a .NET package that supports on the fly debugging and data extraction from .NET applications in production.

JetBrains.ReSharperAutomationTools.src.Roslyn

JetBrains ReSharperAutomationTools src Roslyn Package Version 233.0.20240606.114412

ZKWeb

ZKWeb is a flexible web framework support .Net Framework and .Net Core.

GitHub repositories (20)

Showing the top 20 popular GitHub repositories that depend on Microsoft.DiaSymReader.Native:

Repository Stars
dnSpy/dnSpy
.NET debugger and assembly editor
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.
peachpiecompiler/peachpie
PeachPie - the PHP compiler and runtime for .NET and .NET Core
security-code-scan/security-code-scan
Vulnerability Patterns Detector for C# and VB.NET
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
icsharpcode/RefactoringEssentials
Refactoring Essentials for Visual Studio
zkweb-framework/ZKWeb
A flexible web framework supports .Net Framework and .Net Core
TeslaFly01/SmartSqlT
🔥🔥🔥 SmartSQL 是一款方便、快捷的数据库文档查询、导出工具!该工具从最初支持CHM文档格式开始,通过不断地探索开发、集思广益和不断改进,又陆续支持Word、Excel、PDF、Html、Xml、Json、MarkDown等文档格式的导出。同时支持SqlServer、MySql、PostgreSQL、SQLite等多种数据库的文档查询和导出功能。
mKenfenheuer/steam-deck-windows-usermode-driver
A windows usermode controller driver for the steam deck internal controller.
mcintyre321/FormFactory
MVC5, Core or standalone - Generate rich HTML5 forms from your ViewModels, or build them programatically
VSadov/Satori
Experimenting with dotnet runtime.
KirillOsenkov/MetadataTools
Various tools and helpers to read assembly metadata.
dnSpyRevived/dnSpy
.NET debugger and assembly editor
StackExchange/StackExchange.Precompilation
Roslyn based csc.exe and aspnet_compiler.exe replacement with metaprogramming hooks for ASP.NET MVC projects from the pre-DNX era
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.
TRKS-Team/WFBot
一个 Warframe 的多聊天平台机器人
SLaks/VSEmbed
Embed the Visual Studio editor & theme architecture in your own programs
Version Downloads Last Updated
17.12.0-beta1.24603.5 3,606 1/15/2025
17.10.0-beta1.24272.1 459,106 5/24/2024
17.8.7-beta1.24113.1 808 2/16/2024
17.8.0-beta1.23475.2 397,548 9/26/2023
17.0.0-beta1.21524.1 84,079 10/25/2021
16.11.29-beta1.23404.4 2,923 9/12/2023
16.11.27-beta1.23180.1 499 6/13/2023
16.11.23-beta1.23063.1 572 2/15/2023
16.9.0-beta1.21055.5 1,954 1/6/2021
15.9.52-beta1.23070.1 2,941 2/15/2023
1.7.0 25,426,203 12/5/2017
1.5.0 518,264 3/9/2017
1.5.0-beta2-24728 13,674 12/7/2016
1.5.0-beta1 102,453 8/1/2016
1.4.2 6,908 2/10/2017
1.4.1 38,925,780 2/2/2017
1.4.0 1,963,844 6/21/2016
1.4.0-rc2 2,745,499 6/8/2016
1.4.0-rc 8,848 5/19/2016
1.3.3 575,985 11/4/2015
1.2.0-rc 35,132 10/8/2015
1.1.0-alpha2 6,580 8/18/2015
1.1.0-alpha1 3,363 7/26/2015

Native implementation of PDB file reader and writer