System.Reflection.Metadata 10.0.0-rc.1.25451.107
This package provides a low-level .NET (ECMA-335) metadata reader and writer. It's geared for performance and is the ideal choice for building higher-level libraries that intend to provide their own object model, such as compilers. The metadata format is defined by the ECMA-335 - Common Language Infrastructure (CLI) specification.
The System.Reflection.Metadata library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.
Showing the top 20 packages that depend on System.Reflection.Metadata.
Packages | Downloads |
---|---|
Microsoft.Diagnostics.Tracing.TraceEvent
Event Tracing for Windows (ETW) is a powerful logging mechanism built into the Windows OS and is used extensively in Windows.
You can also log ETW events yourself code using the System.Diagnostics.Tracing.EventSource class.
The TraceEvent library conains the classes needed to control ETW providers (including .NET EventSources)
and parse the events they emit.
The library includes
-- TraceEventSession which can enable ETW providers,
-- EtwTraceEventSource which lets you read the stream of ETW events, and
-- TraceLog which is is digested form of ETW events which include decoded stack traces associated with the events.
See https://github.com/Microsoft/perfview/blob/master/documentation/TraceEvent/TraceEventLibrary.md for more.
|
1 |
Microsoft.DotNet.ProjectModel
Types to model a .NET Project
|
1 |
Microsoft.Diagnostics.Runtime
ClrMD is a set of advanced APIs for programmatically inspecting a crash dump of a .NET program much in the same way that the SOS Debugging Extensions (SOS) do. This allows you to write automated crash analysis for your applications as well as automate many common debugger tasks. In addition to reading crash dumps ClrMD also allows supports attaching to live processes.
|
1 |
Sentry
Official SDK for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.
|
1 |
Microsoft.Orleans.Core
Core library of Microsoft Orleans used both on the client and server.
|
1 |
Microsoft.Build.Tasks.Core
This package contains the Microsoft.Build.Tasks assembly which implements the commonly used tasks of MSBuild.
|
1 |
Microsoft.NETCore
Provides a set of packages that can be used when building portable libraries on .NETCore based platforms. - 1548494
|
1 |
Microsoft.NETCore
Provides a set of packages that can be used when building portable libraries on .NETCore based platforms.
|
1 |
System.Diagnostics.StackTrace
Provides the System.Diagnostics.StackTrace class, which allows interaction with local and remote processes.
Commonly Used Types:
System.Diagnostics.StackFrame
System.Diagnostics.StackTrace
When using NuGet 3.x this package requires at least version 3.4.
|
1 |
Microsoft.CodeAnalysis.Common
A shared package used by the Microsoft .NET Compiler Platform ("Roslyn").
Do not install this package manually, it will be added as a prerequisite by other packages that require it.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/be223bbc06bdad4ee7e615ad32f18c40a10dea81.
|
1 |
.NET Framework 4.6.2
- System.Collections.Immutable (>= 10.0.0-rc.1.25451.107)
.NET 8.0
- System.Collections.Immutable (>= 10.0.0-rc.1.25451.107)
.NET 9.0
- System.Collections.Immutable (>= 10.0.0-rc.1.25451.107)
.NET 10.0
- No dependencies.
.NET Standard 2.0
- System.Collections.Immutable (>= 10.0.0-rc.1.25451.107)