Microsoft.Diagnostics.NETCore.Client
by: Microsoft
- 35 total downloads
- Latest version: 0.2.661903
.NET Core Diagnostics Client Library
Microsoft.Diagnostics.Runtime
by: Microsoft
- 67 total downloads
- Latest version: 4.0.0-beta.24360.3
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.
Microsoft.Diagnostics.Tracing.TraceEvent
by: Microsoft
- 95 total downloads
- Latest version: 3.1.28
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.
Microsoft.DiaSymReader
by: Microsoft
- 12 total downloads
- Latest version: 2.2.2
Microsoft DiaSymReader interop interfaces and utilities.
Microsoft.DiaSymReader.Native
by: Microsoft
- 19 total downloads
- Latest version: 17.10.0-beta1.24272.1
Native implementation of PDB file reader and writer.
Supported Platforms:
- Windows x86
- Windows amd64
- Windows arm
- Windows arm64
Microsoft.Dnx.Runtime.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 1.0.0-beta7
ASP.NET 5 interfaces to take advantage of capabilities exposed by the runtime.
Microsoft.DotNet.HotReload.WebAssembly.Browser
by: Microsoft
- 8 total downloads
- Latest version: 10.0.102
HotReload package for WebAssembly
Microsoft.DotNet.ILCompiler
by: Microsoft
- 98 total downloads
- Latest version: 10.0.2
Provides a native AOT compiler and runtime for .NET
Microsoft.DotNet.InternalAbstractions
by: Microsoft.DotNet.InternalAbstractions
- 3 total downloads
- Latest version: 1.0.500-preview2-1-003177
Abstractions for making code that uses file system and environment testable.
Microsoft.DotNet.PlatformAbstractions
by: Microsoft
- 51 total downloads
- Latest version: 5.0.0-preview.5.20278.1
Abstractions for making code that uses file system and environment testable.
Microsoft.EntityFrameworkCore
by: Microsoft
- 125 total downloads
- Latest version: 6.0.0-preview.5.21301.9
Entity Framework Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations. EF Core works with SQL Server, Azure SQL Database, SQLite, Azure Cosmos DB, MySQL, PostgreSQL, and other databases through a provider plugin API.
Commonly Used Types:
Microsoft.EntityFrameworkCore.DbContext
Microsoft.EntityFrameworkCore.DbSet
Microsoft.EntityFrameworkCore.Abstractions
by: Microsoft
- 36 total downloads
- Latest version: 6.0.0-preview.5.21301.9
Provides abstractions and attributes that are used to configure Entity Framework Core
Microsoft.EntityFrameworkCore.Analyzers
by: Microsoft
- 88 total downloads
- Latest version: 10.0.2
CSharp Analyzers for Entity Framework Core.
Microsoft.EntityFrameworkCore.Design
by: Microsoft
- 249 total downloads
- Latest version: 6.0.0-preview.5.21301.9
Shared design-time components for Entity Framework Core tools.
Microsoft.EntityFrameworkCore.Relational
by: Microsoft
- 191 total downloads
- Latest version: 6.0.0-preview.5.21301.9
Shared Entity Framework Core components for relational database providers.
Microsoft.EntityFrameworkCore.Relational.Design
by: Microsoft
- 3 total downloads
- Latest version: 2.0.0-preview1-final
Shared design-time Entity Framework Core components for relational database providers.
Microsoft.EntityFrameworkCore.SqlServer
by: Microsoft
- 4 total downloads
- Latest version: 2.2.0-preview1-35029
Microsoft SQL Server database provider for Entity Framework Core.
This package was built from the source at:
https://github.com/aspnet/EntityFramework.git/tree/50b2296dfa89108dc7a5fcfea9537d978994f456
Microsoft.Extensions.AI
by: Microsoft
- 15 total downloads
- Latest version: 10.2.0
Utilities for working with generative AI components.
Microsoft.Extensions.AI.Abstractions
by: Microsoft
- 27 total downloads
- Latest version: 10.2.0
Abstractions representing generative AI components.
Microsoft.Extensions.AI.OpenAI
by: Microsoft
- 55 total downloads
- Latest version: 10.2.0-preview.1.26063.2
Implementation of generative AI abstractions for OpenAI-compatible endpoints.