Microsoft.AspNetCore.Cryptography.KeyDerivation
by: Microsoft
- 1 total downloads
- Latest version: 1.1.0
ASP.NET Core utilities for key derivation.
Microsoft.AspNetCore.DataProtection.AzureStorage
by: Microsoft
- 1 total downloads
- Latest version: 1.0.0
Microsoft Azure Blob storrage support as key store.
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview2-final
ASP.NET Core middleware for Entity Framework Core error pages. Use this middleware to detect and diagnose errors with Entity Framework Core migrations.
Microsoft.AspNetCore.Http.Extensions
by: Microsoft.AspNetCore.Http.Extensions
- 1 total downloads
- Latest version: 1.0.2
ASP.NET Core common extension methods for HTTP abstractions, HTTP headers, HTTP request/response, and session state.
Microsoft.AspNetCore.Identity.UI
by: Microsoft
- 1 total downloads
- Latest version: 8.0.13
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/aspnetcore/tree/009e1ccafde4086ea52999e878f6e7aa5a7c4ccf
Microsoft.AspNetCore.Mvc.Formatters.Xml
by: Microsoft
- 1 total downloads
- Latest version: 1.1.5
ASP.NET Core MVC formatters for XML input and output using DataContractSerializer and XmlSerializer.
Microsoft.AspNetCore.Mvc.ViewFeatures
by: Microsoft.AspNetCore.Mvc.ViewFeatures
- 1 total downloads
- Latest version: 1.0.6
ASP.NET Core MVC view rendering features. Contains common types used in most MVC applications as well as view rendering features such as view engines, views, view components, and HTML helpers.
Commonly used types:
Microsoft.AspNetCore.Mvc.Controller
Microsoft.AspNetCore.Mvc.ValidateAntiForgeryTokenAttribute
Microsoft.AspNetCore.Mvc.ViewComponent
Microsoft.AspNetCore.Routing
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0
ASP.NET Core middleware for routing requests to application logic and for generating links.
Commonly used types:
Microsoft.AspNetCore.Routing.Route
Microsoft.AspNetCore.Routing.RouteCollection
Microsoft.AspNetCore.Server.Kestrel.Https
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview2-final
HTTPS support for the ASP.NET Core Kestrel cross-platform web server.
Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview2-final
Libuv transport for the ASP.NET Core Kestrel cross-platform web server.
Microsoft.CodeAnalysis.BannedApiAnalyzers
by: Microsoft
- 1 total downloads
- Latest version: 3.11.0-beta1.23364.2
Banned API Analyzers
Microsoft.CodeAnalysis.Compilers
by: Microsoft
- 3 total downloads
- Latest version: 4.11.0
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/5e3a11e2e7f952da93f9d35bd63a2fa181c0608b.
Microsoft.CodeAnalysis.PublicApiAnalyzers
by: Microsoft
- 1 total downloads
- Latest version: 3.3.5-beta1.23121.1
Public API Analyzers
Microsoft.Data.Sqlite
by: Microsoft
- 1 total downloads
- Latest version: 1.0.0-rc1-final
SQLite implementation of the System.Data.Common provider model.
Microsoft.Diagnostics.Tracing.TraceEvent
by: Microsoft
- 2 total downloads
- Latest version: 2.0.50
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.Native
by: Microsoft
- 1 total downloads
- Latest version: 17.8.7-beta1.24113.1
Native implementation of PDB file reader and writer.
Supported Platforms:
- Windows x86
- Windows amd64
- Windows arm
- Windows arm64
Microsoft.EntityFrameworkCore.SqlServer
by: Microsoft.EntityFrameworkCore.SqlServer
- 1 total downloads
- Latest version: 1.0.4
Microsoft SQL Server database provider for Entity Framework Core.
Microsoft.EntityFrameworkCore.Tools
by: Microsoft
- 3 total downloads
- Latest version: 6.0.19
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.ApiDescription.Server
by: Microsoft
- 1 total downloads
- Latest version: 8.0.3
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/88ec3bc3f37e76fbcc932a25f9f0c1c29fe2b343
Microsoft.Extensions.Configuration.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview2-final
Abstractions of key-value pair based configuration.
Commonly used types:
Microsoft.Extensions.Configuration.IConfiguration
Microsoft.Extensions.Configuration.IConfigurationBuilder
Microsoft.Extensions.Configuration.IConfigurationProvider
Microsoft.Extensions.Configuration.IConfigurationRoot
Microsoft.Extensions.Configuration.IConfigurationSection