Microsoft.AspNetCore.App.Ref
by: Microsoft
- 2 total downloads
- Latest version: 7.0.7
Provides a default set of APIs for building an ASP.NET Core application. Contains reference assemblies, documentation, and other design-time assets.
This package is an internal implementation of the .NET Core SDK and is not meant to be used as a normal PackageReference.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/3dfc6fda80a10797b8c8fda1970e7b377fd8ed8d
Microsoft.AspNetCore.Authentication.MicrosoftAccount
by: Microsoft.AspNetCore.Authentication.MicrosoftAccount
- 1 total downloads
- Latest version: 1.0.0-rc2-final
ASP.NET Core middleware that enables an application to support the Microsoft Account authentication workflow.
- 1 total downloads
- Latest version: 8.0.18
Build client-side authentication for single-page applications (SPAs).
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/cea5fa610dba4e0c024727f4c528a66018b820a3
Microsoft.AspNetCore.HttpOverrides
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview2-final
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.UI
by: Microsoft
- 1 total downloads
- Latest version: 6.0.0-rc.2.21480.10
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/96103c264e5e8f0485d07018ba27b78cd8227dd2
Microsoft.AspNetCore.Mvc.Analyzers
by: Microsoft
- 1 total downloads
- Latest version: 2.1.3
CSharp Analyzers for ASP.NET Core MVC.
Microsoft.Azure.KeyVault.WebKey
by: Microsoft
- 1 total downloads
- Latest version: 3.0.5
Microsoft Azure Key Vault WebKey Class Library
This library has been replaced by the following new Azure SDKs. You can read about the new Azure SDKs at https://aka.ms/azsdkvalueprop.
The latest libraries to interact with the Azure KeyVault service are:
* https://www.nuget.org/packages/Azure.Security.KeyVault.Keys
* https://www.nuget.org/packages/Azure.Security.KeyVault.Secrets
* https://www.nuget.org/packages/Azure.Security.KeyVault.Certificates
It is recommended that you move to the new package.
Microsoft.ClearScript.Core
by: Microsoft
- 1 total downloads
- Latest version: 7.3.2
A library for adding scripting to .NET applications. This package contains the core assembly shared by all script engines.
Microsoft.CodeAnalysis
by: Microsoft
- 1 total downloads
- Latest version: 4.0.0-2.final
.NET Compiler Platform ("Roslyn").
This is the all-in-one package (a superset of all assemblies). You can install any of these sub-packages if you only want part of the functionality:
- "Microsoft.CodeAnalysis.CSharp.Workspaces" (C# compiler + services)
- "Microsoft.CodeAnalysis.VisualBasic.Workspaces" (VB compiler + services)
- "Microsoft.CodeAnalysis.Compilers" (both compilers)
- "Microsoft.CodeAnalysis.CSharp" (only the C# compiler)
- "Microsoft.CodeAnalysis.VisualBasic (only the VB compiler)
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/a85559a0cb0021ff97d8209f7591da19fe355cc3.
Microsoft.CodeAnalysis.BannedApiAnalyzers
by: Microsoft
- 1 total downloads
- Latest version: 3.3.4-beta1.22362.3
Banned API Analyzers
Microsoft.CodeAnalysis.CSharp.Scripting
by: Microsoft
- 1 total downloads
- Latest version: 2.3.0-beta2
Microsoft .NET Compiler Platform ("Roslyn") CSharp scripting package.
Microsoft.CodeAnalysis.PublicApiAnalyzers
by: Microsoft
- 1 total downloads
- Latest version: 3.3.5-beta1.23320.2
Public API Analyzers
Microsoft.Diagnostics.Runtime
by: Microsoft
- 1 total downloads
- Latest version: 1.1.132302
ClrMD is a set of advanced APIs for programmatically inspecting a crash dump of a .NET program much in the same way that the SOS Debugging Extensions (SOS) do. This allows you to write automated crash analysis for your applications as well as automate many common debugger tasks. In addition to reading crash dumps ClrMD also allows supports attaching to live processes.
Microsoft.Diagnostics.Tracing.EventSource.Redist
by: Microsoft
- 1 total downloads
- Latest version: 1.1.20-beta
This package includes the class Microsoft.Diagnostics.Tracing.EventSource which enables firing ETW events from managed code. This is the "runtime" or "redist" EventSource package and should be referenced directly only by other NuGet packages that need the EventSource functionality. Application developers that need this functionality should instead reference the Microsoft.Diagnostics.Tracing.EventSource NuGet package which provides an enhanced developer experience.
This package enables defining a strongly typed specification of an ETW provider that can be called by managed code. The EventSource class is also included in the .NET Framework. This package provides a newer version that has more features. It is meant to be used as a stop gap until those features it contains are ported to System.Diagnostics.Tracing.EventSource.
For more details, have a look at http://msdn.microsoft.com/en-us/library/system.diagnostics.tracing.eventsource.aspx.
New features:
- ETW channel support
- Support for static registration
Supported Platforms:
- .NET Framework 3.5
- .NET Framework 4.0
- .NET Framework 4.5
- Windows Store apps
- Windows Phone App 8.1
Microsoft.DotNet.Cli.Utils
by: Microsoft.DotNet.Cli.Utils
- 1 total downloads
- Latest version: 1.0.0-preview3-004056
Package Description
Microsoft.EntityFrameworkCore.Tools
by: Microsoft
- 3 total downloads
- Latest version: 7.0.18
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: 3.1.0-preview3.19555.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/80fec4e3edea3972e95885f5c0db6ee06072f917
Microsoft.Extensions.Configuration.Binder
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview2-final
Functionality to bind an object to data in configuration providers for Microsoft.Extensions.Configuration.
Microsoft.Extensions.DependencyInjection.Abstractions
by: Microsoft.Extensions.DependencyInjection.Abstractions
- 1 total downloads
- Latest version: 1.0.2
Abstractions for dependency injection.
Commonly used types:
Microsoft.Extensions.DependencyInjection.IServiceCollection
Microsoft.Extensions.DependencyInjection.ServiceCollectionExtensions
Microsoft.FluentUI.AspNetCore.Components
by: Microsoft
- 1 total downloads
- Latest version: 4.5.0
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.