Microsoft.AspNetCore.Components.WebAssembly.Server by: Microsoft
  • 93 total downloads
  • Latest version: 10.0.0
  • aspnetcore components
Runtime server features for ASP.NET Core Blazor applications. This package was built from the source code at https://github.com/dotnet/dotnet/tree/b0f34d51fccc69fd334253924abd8d6853fad7aa
Microsoft.AspNetCore.DataProtection.Extensions by: Microsoft.AspNetCore.DataProtection.Extensions
  • 1 total downloads
  • Latest version: 1.0.4
  • aspnetcore,dataprotection
Additional APIs for ASP.NET Core data protection.
Microsoft.AspNetCore.HttpOverrides by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0-preview2-final
  • aspnetcore proxy headers xforwarded
ASP.NET Core basic middleware for supporting HTTP method overrides. Includes: * X-Forwarded-* headers to forward headers from a proxy. * HTTP method override header.
Microsoft.AspNetCore.Identity by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.1
  • aspnetcore,identity,membership
ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. ASP.NET Core Identity allows you to add login features to your application and makes it easy to customize data about the logged in user.
Microsoft.AspNetCore.Identity.UI by: Microsoft
  • 64 total downloads
  • Latest version: 10.0.1
  • aspnetcore identity membership razorpages
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/fad253f51b461736dfd3cd9c15977bb7493becef
Microsoft.AspNetCore.Razor by: Microsoft
  • 2 total downloads
  • Latest version: 2.0.0
  • aspnetcore cshtml razor
Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor parser and code generation infrastructure.
Microsoft.AspNetCore.Razor.Runtime by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0-preview1-final
  • aspnetcore cshtml razor taghelper taghelpers
Runtime components for rendering Razor pages and implementing tag helpers. Commonly used types: Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeNameAttribute Microsoft.AspNetCore.Razor.TagHelpers.HtmlTargetElementAttribute Microsoft.AspNetCore.Razor.TagHelpers.ITagHelper
Microsoft.AspNetCore.Routing.Abstractions by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.2
  • aspnetcore,routing
ASP.NET Core abstractions for routing requests to application logic and for generating links. Commonly used types: Microsoft.AspNetCore.Routing.IRouteHandler Microsoft.AspNetCore.Routing.RouteData.
Microsoft.AspNetCore.Server.Kestrel by: Microsoft.AspNetCore.Server.Kestrel
  • 4 total downloads
  • Latest version: 1.0.6
  • aspnetcore,kestrel
ASP.NET Core Kestrel cross-platform web server.
Microsoft.CodeAnalysis.Analyzers by: Microsoft
  • 1 total downloads
  • Latest version: 3.3.4-beta1.22116.1
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Diagnostic Analyzers Syntax Semantics
Analyzers for consumers of Microsoft.CodeAnalysis NuGet package, i.e. extensions and applications built on top of .NET Compiler Platform (Roslyn). This package is included as a development dependency of Microsoft.CodeAnalysis NuGet package and does not need to be installed separately if you are referencing Microsoft.CodeAnalysis NuGet package.
Microsoft.CodeAnalysis.BannedApiAnalyzers by: Microsoft
  • 1 total downloads
  • Latest version: 2.9.5-beta1.final+494de6f8
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Diagnostic Analyzers Syntax Semantics BannedApi ApiAnalyzer
Banned API Analyzers
Microsoft.CodeAnalysis.PublicApiAnalyzers by: Microsoft
  • 21 total downloads
  • Latest version: 5.0.0-1.25277.114
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Diagnostic Analyzers Syntax Semantics PublicApi ApiAnalyzer
Public API Analyzers
Microsoft.Data.Sqlite by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0
  • SQLite Data ADO.NET
SQLite implementation of the System.Data.Common provider model. Commonly Used Types: Microsoft.Data.Sqlite.SqliteCommand Microsoft.Data.Sqlite.SqliteConnection Microsoft.Data.Sqlite.SqliteConnectionStringBuilder Microsoft.Data.Sqlite.SqliteDataReader Microsoft.Data.Sqlite.SqliteException Microsoft.Data.Sqlite.SqliteFactory Microsoft.Data.Sqlite.SqliteParameter Microsoft.Data.Sqlite.SqliteTransaction
Microsoft.Diagnostics.Tracing.TraceEvent by: Microsoft
  • 1 total downloads
  • Latest version: 3.1.14
  • 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.EntityFrameworkCore.Tools by: Microsoft
  • 4 total downloads
  • Latest version: 7.0.19
  • 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.Caching.Memory by: Microsoft
  • 5 total downloads
  • Latest version: 1.1.2
  • cache,memorycache
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
Microsoft.Extensions.Caching.Redis by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0
  • cache distributedcache redis
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis.
Microsoft.Extensions.Configuration.UserSecrets by: Microsoft.Extensions.Configuration.UserSecrets
  • 1 total downloads
  • Latest version: 1.0.0
  • configuration,secrets,usersecrets
User secrets configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Logging.AzureAppServices by: Microsoft
  • 1 total downloads
  • Latest version: 1.0.0-preview1-final
  • logging
Diagnostics logger for Azure WebApps
Microsoft.Extensions.Logging.TraceSource by: Microsoft
  • 6 total downloads
  • Latest version: 1.1.2
  • logging,tracesource
TraceSource logger provider implementation for Microsoft.Extensions.Logging. This logger logs messages to a trace listener by writing messages with System.Diagnostics.TraceSource.TraceEvent().