Microsoft.Diagnostics.Tracing.TraceEvent
by: Microsoft
- 1 total downloads
- Latest version: 3.0.7
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.DotNet.PlatformAbstractions
by: Microsoft
- 1 total downloads
- Latest version: 3.0.0-preview9-19423-09
Abstractions for making code that uses file system and environment testable.
Microsoft.EntityFrameworkCore.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 3.0.0-preview.19074.3
Provides abstractions and attributes that are used to configure Entity Framework Core
Microsoft.EntityFrameworkCore.Analyzers
by: Microsoft
- 2 total downloads
- Latest version: 8.0.1
CSharp Analyzers for Entity Framework Core.
Microsoft.EntityFrameworkCore.Design
by: Microsoft
- 1 total downloads
- Latest version: 2.1.14
Shared design-time components for Entity Framework Core tools.
Microsoft.EntityFrameworkCore.Relational
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview1-final
Shared Entity Framework Core components for relational database providers.
Microsoft.Extensions.Caching.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 2.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.Memory
by: Microsoft
- 2 total downloads
- Latest version: 3.0.0-preview5.19227.9
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
Microsoft.Extensions.Caching.StackExchangeRedis
by: Microsoft
- 1 total downloads
- Latest version: 7.0.0-rc.1.22427.2
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/cb14812a5c6098bd1091f5b7fd471ce2be45e8dd
Microsoft.Extensions.Configuration
by: Microsoft
- 2 total downloads
- Latest version: 6.0.0-preview.3.21201.4
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
Microsoft.Extensions.Configuration.AzureKeyVault
by: Microsoft
- 2 total downloads
- Latest version: 3.0.3
Azure KeyVault configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.EnvironmentVariables
by: Microsoft
- 3 total downloads
- Latest version: 5.0.0-preview.4.20251.6
Environment variables configuration provider implementation for Microsoft.Extensions.Configuration.
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Extensions.Configuration.FileExtensions
by: Microsoft
- 1 total downloads
- Latest version: 10.0.0-preview.2.25163.2
Provides a base class for file-based configuration providers used with Microsoft.Extensions.Configuration and extension methods for configuring them.
Microsoft.Extensions.Configuration.UserSecrets
by: Microsoft
- 1 total downloads
- Latest version: 10.0.0-preview.1.25080.5
User secrets configuration provider implementation for Microsoft.Extensions.Configuration. User secrets mechanism enables you to override application configuration settings with values stored in the local secrets file. You can use UserSecretsConfigurationExtensions.AddUserSecrets extension method on IConfigurationBuilder to add user secrets provider to the configuration builder.
Microsoft.Extensions.Configuration.Xml
by: Microsoft
- 1 total downloads
- Latest version: 5.0.0-preview.1.20120.4
XML configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.DiagnosticAdapter
by: Microsoft
- 1 total downloads
- Latest version: 2.1.0-preview1-final
Microsoft extension adapter feature to extend DiagnosticListener. Contains extension methods that extend System.Diagnostics.DiagnosticListener, and enables duck-typing based event handling by using dynamically generated proxy types.
Microsoft.Extensions.Diagnostics.HealthChecks
by: Microsoft
- 1 total downloads
- Latest version: 7.0.0-preview.4.22251.1
Components for performing health checks in .NET applications
Commonly Used Types:
Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckService
Microsoft.Extensions.Diagnostics.HealthChecks.IHealthChecksBuilder
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/e77cb01b5529c137130757859f09f892dbdd2436
- 1 total downloads
- Latest version: 7.0.3
Abstractions for defining health checks in .NET applications
Commonly Used Types
Microsoft.Extensions.Diagnostics.HealthChecks.IHealthCheck
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/febee99db845fd8766a13bdb391a07c3ee90b4ba
Microsoft.Extensions.Features
by: Microsoft
- 1 total downloads
- Latest version: 8.0.0-preview.6.23329.11
Provides abstractions for a loosly coupled collection of features.
Commonly Used Types:
Microsoft.AspNetCore.Http.Features.IFeatureCollection
Microsoft.AspNetCore.Http.Features.FeatureCollection
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/fb4b5a21ebd67b31fff4ddf5c039181da504c932
Microsoft.Extensions.FileProviders.Embedded
by: Microsoft
- 2 total downloads
- Latest version: 6.0.0
File provider for files in embedded resources for Microsoft.Extensions.FileProviders.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/ae1a6cbe225b99c0bf38b7e31bf60cb653b73a52