Microsoft.Extensions.CommandLineUtils by: Microsoft
  • 3 total downloads
  • Latest version: 1.1.0
  • commandline,parsing
Command-line parsing API. Commonly used types: Microsoft.Extensions.CommandLineUtils.CommandLineApplication Microsoft.Extensions.CommandLineUtils.CommandOption
Microsoft.Extensions.Configuration.CommandLine by: Microsoft
  • 1 total downloads
  • Latest version: 3.0.1
  • configuration commandline
Command line configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.DependencyInjection by: Microsoft
  • 1 total downloads
  • Latest version: 2.1.0-preview2-final
  • dependencyinjection di
Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.
Microsoft.Extensions.DependencyInjection.Abstractions by: Microsoft
  • 1 total downloads
  • Latest version: 6.0.0-rc.1.21451.13
Abstractions for dependency injection. Commonly Used Types: Microsoft.Extensions.DependencyInjection.IServiceCollection
Microsoft.Extensions.FileProviders.Abstractions by: Microsoft
  • 1 total downloads
  • Latest version: 3.1.19
  • files filesystem
Abstractions of files and directories. Commonly used types: Microsoft.Extensions.FileProviders.IDirectoryContents Microsoft.Extensions.FileProviders.IFileInfo Microsoft.Extensions.FileProviders.IFileProvider
Microsoft.Extensions.FileProviders.Composite by: Microsoft
  • 3 total downloads
  • Latest version: 10.0.0-preview.1.25080.5
Composite file and directory providers for Microsoft.Extensions.FileProviders.
Microsoft.Extensions.Globalization.CultureInfoCache by: Microsoft
  • 4 total downloads
  • Latest version: 1.1.0-preview1-final
  • globalization,localization
Provides cached instances of CultureInfo using a generated list of known culture names for use in scenarios where unbounded CultureInfo creation is undesirable.
Microsoft.Extensions.Identity.Core by: Microsoft
  • 1 total downloads
  • Latest version: 6.0.10
  • 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. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/32e8c8cae5b1a4dd752d0a42a6f8a2813f75f173
Microsoft.Extensions.Logging.AzureAppServices by: Microsoft
  • 1 total downloads
  • Latest version: 6.0.28
Logger implementation to support Azure App Services 'Diagnostics logs' and 'Log stream' features. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/3b519aa7d1a1b66e1d329d694f814e1d8228dc8c
Microsoft.Extensions.Logging.EventSource by: Microsoft
  • 1 total downloads
  • Latest version: 7.0.0-preview.2.22152.2
EventSource/EventListener logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.ObjectPool by: Microsoft
  • 1 total downloads
  • Latest version: 5.0.9
  • pooling
A simple object pool implementation. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/c663adee8e64ba5d379fa0edfb8201984a7df7d0
Microsoft.Extensions.WebEncoders by: Microsoft
  • 3 total downloads
  • Latest version: 10.0.0-preview.1.25120.3
  • aspnetcore
Contains registration and configuration APIs to add the core framework encoders to a dependency injection container. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/b225d30209cf027c80b741d04efe1c54f2431b3c
Microsoft.IdentityModel.JsonWebTokens by: Microsoft
  • 1 total downloads
  • Latest version: 7.1.2
  • .NET Windows Authentication Identity Json Web Token
Includes types that provide support for creating, serializing and validating JSON Web Tokens. This is a newer, faster version of System.IdentityModel.Tokens.Jwt that has additional functionality.
Microsoft.IdentityModel.Protocols.WsFederation by: Microsoft
  • 3 total downloads
  • Latest version: 8.6.1
  • .NET Windows Authentication Identity WsFederation
Includes types that provide support for WsFederation protocol.
Microsoft.IdentityModel.Tokens.Saml by: Microsoft
  • 1 total downloads
  • Latest version: 8.3.1
  • .NET Windows Authentication Identity SamlTokens Saml Token Saml2 Token
Includes types that provide support for SamlTokens version 1 and 2.
Microsoft.Maui.Core by: Microsoft
  • 4 total downloads
  • Latest version: 8.0.83
  • dotnet-maui dotnet maui cross-platform ios android macos maccatalyst windows winui tizen
.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. This package only contains the core objects used by .NET MAUI. Please install the Microsoft.Maui.Controls package to start using .NET MAUI.
Microsoft.Maui.Graphics.Skia by: Microsoft
  • 17 total downloads
  • Latest version: 9.0.10
  • dotnet-maui dotnet maui cross-platform ios android macos maccatalyst windows winui tizen graphics drawing skia skiasharp
.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. This package contains additional graphics and drawing APIs for using the SkiaSharp graphics engine with .NET MAUI Graphics.
Microsoft.Net.Compilers by: Microsoft
  • 3 total downloads
  • Latest version: 3.9.0-2.final
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Parser Scanner Lexer Emit CodeGeneration Metadata IL Compilation Scripting Syntax Semantics
Note: This package is deprecated. Please use Microsoft.Net.Compilers.Toolset instead .NET Compilers package. Referencing this package will cause the project to be built using the C# and Visual Basic compilers contained in the package, as opposed to the version installed with MSBuild. The tools in this package require .NET Framework 4.7.2+ More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/eb0a7ff1c241695e17b07b096593804fdd5cfcfd.
Microsoft.NET.Test.Sdk by: Microsoft
  • 1 total downloads
  • Latest version: 15.6.0
  • vstest visual-studio unittest testplatform mstest microsoft test testing
The MSbuild targets and properties for building .NET test projects.
Microsoft.NETCore.DotNetAppHost by: Microsoft
  • 70 total downloads
  • Latest version: 9.0.0
Provides the .NET app bootstrapper intended for use in the application directory