Microsoft.AspNetCore.SpaServices.Extensions by: Microsoft
  • 36 total downloads
  • Latest version: 8.0.22
Helpers for building single-page applications on ASP.NET MVC Core. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/ee417479933278bb5aadc5944706a96b5ef74a5d
Microsoft.AspNetCore.SystemWebAdapters by: Microsoft
  • 731 total downloads
  • Latest version: 1.4.0
A collection of adapters that help with migrating from System.Web.dll based ASP.NET projects to ASP.NET Core projects by providing implementations of common System.Web APIs for use in ASP.NET Core apps.
Microsoft.AspNetCore.SystemWebAdapters.Abstractions by: Microsoft
  • 1 total downloads
  • Latest version: 1.3.0
A collection of abstractions to provide support for enabling configuration for Microsoft.AspNetCore.SystemWebAdapters.
Microsoft.AspNetCore.SystemWebAdapters.CoreServices by: Microsoft
  • 1 total downloads
  • Latest version: 1.3.0
A collection of services to provide support for enabling configuration for Microsoft.AspNetCore.SystemWebAdapters.
Microsoft.AspNetCore.WebUtilities by: Microsoft
  • 1,795k total downloads
  • Latest version: 8.0.1
  • aspnetcore
ASP.NET Core utilities, such as for working with forms, multipart messages, and query strings. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/8e941eb42f819adb116b881195158b3887a70a1c
Microsoft.Azure.KeyVault.Core by: Microsoft
  • 1 total downloads
  • Latest version: 3.0.5
  • Microsoft Azure Key Vault Key Vault REST HTTP client azureofficial windowsazureofficial
Microsoft Azure Key Vault Core 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.Azure.NotificationHubs by: Microsoft
  • 1,1k total downloads
  • Latest version: 4.2.0
  • Microsoft Azure windowsazureofficial NotificationHub Notifications Notification Hub Push Windows Phone iOS Android Baidu Kindle Amazon
Use this for Microsoft Azure Notification Hubs back end operations. It adds Microsoft.Azure.NotificationHubs.dll to your project. Notification Hubs support sending push notifications to Windows, Windows Phone, iOS, Android, Amazon, and Baidu. For more information on Notification Hub, please visit: http://azure.microsoft.com/en-us/documentation/articles/notification-hubs-overview/
Microsoft.Azure.Services.AppAuthentication by: Microsoft
  • 1 total downloads
  • Latest version: 1.6.1
  • Azure Authentication AppAuthentication
Enables a service to authenticate to Azure services using the developer's Azure Active Directory/ Microsoft account during development, and authenticate as itself (using OAuth 2.0 Client Credentials flow) when deployed to Azure.
Microsoft.Bcl.AsyncInterfaces by: Microsoft
  • 15,164k total downloads
  • Latest version: 10.0.2
Provides the IAsyncEnumerable<T> and IAsyncDisposable interfaces and helper types for .NET Standard 2.0. This package is not required starting with .NET Standard 2.1 and .NET Core 3.0.
Microsoft.Bcl.Build by: Microsoft
  • 6 total downloads
  • Latest version: 1.0.21
  • BCL Microsoft System
This package provides build infrastructure components so that projects referencing specific Microsoft packages can successfully build. Do not directly reference this packages unless you receive a build warning that instructs you to add a reference.
Microsoft.Bcl.Cryptography by: Microsoft
  • 965 total downloads
  • Latest version: 10.0.0
Provides support for some cryptographic primitives for .NET Framework and .NET Standard.
Microsoft.Bcl.HashCode by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.1
Provides the HashCode type for .NET Standard 2.0. This package is not required starting with .NET Standard 2.1 and .NET Core 3.0. Commonly Used Types: System.HashCode When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Bcl.Memory by: Microsoft
  • 240 total downloads
  • Latest version: 10.0.0
Provides Base64Url, Utf8, Index, and Range types support for .NET Framework and .NET Standard.
Microsoft.Bcl.TimeProvider by: Microsoft
  • 753 total downloads
  • Latest version: 9.0.8
Provides support for system time abstraction primitives for .NET Framework and .NET Standard.
Microsoft.Build by: Microsoft
  • 771 total downloads
  • Latest version: 17.10.4
  • MSBuild
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.
Microsoft.Build.Framework by: Microsoft
  • 1,442k total downloads
  • Latest version: 17.11.31
  • MSBuild
This package contains the Microsoft.Build.Framework assembly which is a common assembly used by other MSBuild assemblies.
Microsoft.Build.Locator by: Microsoft
  • 660 total downloads
  • Latest version: 1.7.8
  • msbuildlocator locator buildlocator
Package that assists in locating and using a copy of MSBuild installed as part of Visual Studio 2017 or higher or .NET Core SDK 2.1 or higher.
Microsoft.Build.Tasks.Core by: Microsoft
  • 696 total downloads
  • Latest version: 17.7.2
  • MSBuild
This package contains the Microsoft.Build.Tasks assembly which implements the commonly used tasks of MSBuild.
Microsoft.Build.Utilities.Core by: Microsoft
  • 697 total downloads
  • Latest version: 17.7.2
  • MSBuild
This package contains the Microsoft.Build.Utilities assembly which is used to implement custom MSBuild tasks.
Microsoft.CodeAnalysis by: Microsoft
  • 697 total downloads
  • Latest version: 4.14.0
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Parser Scanner Lexer Emit CodeGeneration Metadata IL Compilation Scripting Syntax Semantics
.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/8edf7bcd4f1594c3d68a6a567469f41dbd33dd1b.