Microsoft.Diagnostics.Tracing.TraceEvent by: Microsoft
  • 2 total downloads
  • Latest version: 3.0.7
  • TraceEvent EventSource Microsoft ETW Event Tracing for Windows
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
  • 3 total downloads
  • Latest version: 3.0.0-preview.2.26159.112
  • DiaSymReader ISymUnmanagedReader PDB COM interop debugging
Microsoft DiaSymReader interop interfaces and utilities.
Microsoft.EntityFrameworkCore.Abstractions by: Microsoft
  • 1 total downloads
  • Latest version: 2.2.0-preview1-35029
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
Provides abstractions and attributes that are used to configure Entity Framework Core This package was built from the source at: https://github.com/aspnet/EntityFramework.git/tree/50b2296dfa89108dc7a5fcfea9537d978994f456
Microsoft.EntityFrameworkCore.Analyzers by: Microsoft
  • 5 total downloads
  • Latest version: 11.0.0-preview.6.26359.118
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
CSharp Analyzers for Entity Framework Core.
Microsoft.EntityFrameworkCore.Design by: Microsoft
  • 3 total downloads
  • Latest version: 3.1.25
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
Shared design-time components for Entity Framework Core tools.
Microsoft.EntityFrameworkCore.Relational by: Microsoft
  • 2 total downloads
  • Latest version: 3.0.0-preview3.19153.1
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
Shared Entity Framework Core components for relational database providers.
Microsoft.EntityFrameworkCore.Sqlite by: Microsoft
  • 4 total downloads
  • Latest version: 3.1.18
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore SQLite
SQLite database provider for Entity Framework Core.
Microsoft.EntityFrameworkCore.Sqlite.Core by: Microsoft
  • 2 total downloads
  • Latest version: 2.2.0-preview2-35157
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore SQLite
SQLite database provider for Entity Framework Core. This package was built from the source at: https://github.com/aspnet/EntityFramework.git/tree/cbd2a2074d908673195abbb14de5a460acaa2aea
Microsoft.EntityFrameworkCore.SqlServer by: Microsoft.EntityFrameworkCore.SqlServer
  • 1 total downloads
  • Latest version: 1.0.1
  • Entity Framework Core,entity-framework-core,EF,Data,O/RM,SQL Server
Microsoft SQL Server database provider for Entity Framework Core.
Microsoft.EntityFrameworkCore.Tools by: Microsoft
  • 6 total downloads
  • Latest version: 9.0.12
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
Entity Framework Core Tools for the NuGet Package Manager Console in Visual Studio. Enables these commonly used commands: Add-Migration Bundle-Migration Drop-Database Get-DbContext Get-Migration Optimize-DbContext Remove-Migration Scaffold-DbContext Script-Migration Update-Database
Microsoft.Extensions.AmbientMetadata.Application by: Microsoft
  • 3 total downloads
  • Latest version: 10.4.0
Runtime information provider for application-level ambient metadata.
Microsoft.Extensions.ApiDescription.Server by: Microsoft
  • 4 total downloads
  • Latest version: 10.0.5
  • MSBuild Swagger OpenAPI code generation Web API service reference document
MSBuild tasks and targets for build-time Swagger and OpenApi document generation This package was built from the source code at https://github.com/dotnet/dotnet/tree/a612c2a1056fe3265387ae3ff7c94eba1505caf9
Microsoft.Extensions.Caching.Abstractions by: Microsoft
  • 2 total downloads
  • Latest version: 10.0.2
Caching abstractions for in-memory cache and distributed cache. Commonly Used Types: Microsoft.Extensions.Caching.Distributed.IDistributedCache Microsoft.Extensions.Caching.Memory.IMemoryCache
Microsoft.Extensions.Caching.Hybrid by: Microsoft
  • 1 total downloads
  • Latest version: 10.4.0
  • cache distributedcache hybridcache
Multi-level caching implementation building on and extending IDistributedCache
Microsoft.Extensions.Caching.Memory by: Microsoft
  • 1 total downloads
  • Latest version: 9.0.0-preview.4.24266.19
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
Microsoft.Extensions.Caching.SqlServer by: Microsoft
  • 5 total downloads
  • Latest version: 10.0.2
  • cache distributedcache sqlserver
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Microsoft SQL Server. This package was built from the source code at https://github.com/dotnet/dotnet/tree/44525024595742ebe09023abe709df51de65009b
Microsoft.Extensions.Caching.StackExchangeRedis by: Microsoft
  • 10 total downloads
  • Latest version: 11.0.0-preview.6.26359.118
  • cache distributedcache redis
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis. This package was built from the source code at https://github.com/dotnet/dotnet/tree/ba53d0ed335bed4ab7bfd01988c8e3953ee5ffbe
Microsoft.Extensions.Compliance.Abstractions by: Microsoft
  • 7 total downloads
  • Latest version: 9.10.0
Abstractions to help ensure compliant data management.
Microsoft.Extensions.Configuration by: Microsoft
  • 1 total downloads
  • Latest version: 3.1.29
  • configuration
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
Microsoft.Extensions.Configuration.Abstractions by: Microsoft
  • 3 total downloads
  • Latest version: 10.0.2
Provides abstractions of key-value pair based configuration. Interfaces defined in this package are implemented by classes in Microsoft.Extensions.Configuration and other configuration packages.