Microsoft.AspNetCore.Diagnostics.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 1.1.3
ASP.NET Core diagnostics middleware abstractions and feature interface definitions.
Microsoft.AspNetCore.HttpOverrides
by: Microsoft.AspNetCore.HttpOverrides
- 1 total downloads
- Latest version: 1.0.0-rc2-final
ASP.NET Core basic middleware for:
X-Forwarded-* headers to forward headers from a proxy.
HTTP method override header.
Microsoft.AspNetCore.Identity.UI
by: Microsoft
- 56 total downloads
- Latest version: 10.0.0-preview.4.25258.110
ASP.NET Core Identity UI is the default Razor Pages built-in UI for the ASP.NET Core Identity framework.
This package was built from the source code at https://github.com/dotnet/dotnet/tree/c22dcd0c7a78d095a94d20e59ec0271b9924c82c
Microsoft.AspNetCore.Mvc.Razor.Extensions
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview2-final
ASP.NET Core design time hosting infrastructure for the Razor view engine.
Microsoft.AspNetCore.OpenApi
by: Microsoft
- 1 total downloads
- Latest version: 10.0.0-rc.2.25502.107
Provides APIs for annotating route handler endpoints in ASP.NET Core with OpenAPI annotations.
This package was built from the source code at https://github.com/dotnet/dotnet/tree/89c8f6a112d37d2ea8b77821e56d170a1bccdc5a
Microsoft.AspNetCore.SignalR.Redis
by: Microsoft
- 1 total downloads
- Latest version: 1.0.0-alpha1-final
Redis for ASP.NET Core SignalR.
Microsoft.AspNetCore.StaticFiles
by: Microsoft
- 1 total downloads
- Latest version: 1.1.3
ASP.NET Core static files middleware. Includes middleware for serving static files, directory browsing, and default files.
Microsoft.CodeAnalysis.BannedApiAnalyzers
by: Microsoft
- 0 total downloads
- Latest version: 3.11.0-beta1.24219.2
Banned API Analyzers
Microsoft.CodeAnalysis.Compilers
by: Microsoft
- 4 total downloads
- Latest version: 4.9.0-2.final
Compiler layer of the .NET Compiler Platform ("Roslyn").
Install this package to get both C# and Visual Basic support.
If you want just support for one language, install Microsoft.CodeAnalysis.CSharp or Microsoft.CodeAnalysis.VisualBasic.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/47b0a1e0ab831076eda00bb1e24b9d042d256e17.
Microsoft.CodeCoverage
by: Microsoft
- 1 total downloads
- Latest version: 17.2.0-preview-20220131-20
Microsoft.CodeCoverage package brings infra for collecting code coverage from vstest.console.exe and "dotnet test".
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.EntityFrameworkCore.Analyzers
by: Microsoft
- 1 total downloads
- Latest version: 2.1.1
CSharp Analyzers for Entity Framework Core.
Microsoft.EntityFrameworkCore.Relational.Design
by: Microsoft
- 1 total downloads
- Latest version: 1.1.1
Shared design-time Entity Framework Core components for relational database providers.
Microsoft.EntityFrameworkCore.SqlServer
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0
Microsoft SQL Server database provider for Entity Framework Core.
Microsoft.EntityFrameworkCore.Tools
by: Microsoft
- 1 total downloads
- Latest version: 6.0.0-preview.3.21201.2
Entity Framework Core Tools for the NuGet Package Manager Console in Visual Studio.
Enables these commonly used commands:
Add-Migration
Drop-Database
Get-DbContext
Get-Migration
Remove-Migration
Scaffold-DbContext
Script-Migration
Update-Database
Microsoft.Extensions.ApiDescription.Server
by: Microsoft
- 0 total downloads
- Latest version: 6.0.29
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/aspnetcore/tree/c83354d42e63d2bb07e6b24b7c67ef91e434f359
Microsoft.Extensions.Caching.Memory
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview2-final
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
Microsoft.Extensions.Logging.TraceSource
by: Microsoft
- 1 total downloads
- Latest version: 1.1.2
TraceSource logger provider implementation for Microsoft.Extensions.Logging. This logger logs messages to a trace listener by writing messages with System.Diagnostics.TraceSource.TraceEvent().
Microsoft.Extensions.Options
by: Microsoft
- 1 total downloads
- Latest version: 1.1.1
Provides a strongly typed way of specifying and accessing settings using dependency injection.
Microsoft.FluentUI.AspNetCore.Components
by: Microsoft
- 5 total downloads
- Latest version: 4.9.1
A set of Blazor components wrapping Microsoft’s official Fluent UI Web Components. They implement the latest state of the Fluent design language, are built on FAST and work in every major browser.