Microsoft.CodeAnalysis.PublicApiAnalyzers
by: Microsoft
- 3 total downloads
- Latest version: 3.11.0-beta1.24508.2
Public API Analyzers
Microsoft.Diagnostics.Tracing.TraceEvent
by: Microsoft
- 1 total downloads
- Latest version: 2.0.59
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
- 2 total downloads
- Latest version: 1.0.8-rc2-60418-01
Microsoft DiaSymReader interop interfaces and utilities.
Microsoft.EntityFrameworkCore.Sqlite
by: Microsoft
- 21 total downloads
- Latest version: 2.0.3
SQLite database provider for Entity Framework Core.
Microsoft.EntityFrameworkCore.SqlServer.Design
by: Microsoft.EntityFrameworkCore.SqlServer.Design
- 1 total downloads
- Latest version: 1.0.1
Design-time Entity Framework Core Functionality for Microsoft SQL Server.
Microsoft.Extensions.ApiDescription.Server
by: Microsoft
- 1 total downloads
- Latest version: 3.1.2
MSBuild tasks and targets for build-time Swagger and OpenApi document generation
This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/c3acdcac86dad91c3d3fbc3b93ecc6b7ba494bdc
Microsoft.Extensions.DependencyInjection.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 1.0.0-rc1-final
Contracts for dependency injection.
Microsoft.Extensions.DependencyModel
by: Microsoft.Extensions.DependencyModel
- 1 total downloads
- Latest version: 1.0.0-rc2-final
Abstractions for reading `.deps` files.
Microsoft.Extensions.Logging.Console
by: Microsoft
- 4 total downloads
- Latest version: 2.0.0-preview2-final
Console logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.EventSource
by: Microsoft
- 3 total downloads
- Latest version: 2.0.0-preview2-final
EventSource/EventListener logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.WebEncoders
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview1-final
Contains registration and configuration APIs to add the core framework encoders to a dependency injection container.
Microsoft.IdentityModel.Protocols.OpenIdConnect
by: Microsoft
- 20 total downloads
- Latest version: 6.36.0
Includes types that provide support for OpenIdConnect protocol.
Microsoft.Net.Compilers
by: Microsoft
- 130 total downloads
- Latest version: 4.2.0
Note: This package is deprecated. Please use Microsoft.Net.Compilers.Toolset instead
.NET Compilers package.
Referencing this package will cause the project to be built using the C# and Visual Basic compilers contained in the package, as opposed to the version installed with MSBuild.
The tools in this package require .NET Framework 4.7.2+
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/46c8f4f56765e16b92759de8098494b36cfb84f5.
Microsoft.Net.Http.Headers
by: Microsoft
- 3 total downloads
- Latest version: 1.0.0-rc1-final
ASP.NET 5 HTTP header implementations.
Microsoft.NETCore.DotNetAppHost
by: Microsoft
- 1 total downloads
- Latest version: 2.2.1
Provides the .NET Core app bootstrapper intended for use in the application directory
878dd11e62232865aec731fc91604c52c4ecafcf
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.NETCore.DotNetHost
by: Microsoft
- 1 total downloads
- Latest version: 7.0.1
Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module
Microsoft.NETCore.DotNetHostPolicy
by: Microsoft
- 97 total downloads
- Latest version: 8.0.10
Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing
Microsoft.NETCore.DotNetHostResolver
by: Microsoft
- 1 total downloads
- Latest version: 6.0.4
Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost
Microsoft.Orleans.Client
by: Microsoft
- 1 total downloads
- Latest version: 3.2.0-rc2
Collection of Microsoft Orleans libraries and files needed on the client.
Microsoft.Orleans.OrleansCodeGenerator.Build
by: Microsoft
- 1 total downloads
- Latest version: 2.0.3
Microsoft Orleans build-time code generator to install in all grain interface & implementation projects.