Microsoft.Extensions.CommandLineUtils
by: Microsoft
- 3 total downloads
- Latest version: 1.1.0
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
Command line configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.DependencyInjection
by: Microsoft
- 1 total downloads
- Latest version: 2.1.0-preview2-final
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
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
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
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
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
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
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
Includes types that provide support for WsFederation protocol.
Microsoft.IdentityModel.Tokens.Saml
by: Microsoft
- 1 total downloads
- Latest version: 8.3.1
Includes types that provide support for SamlTokens version 1 and 2.
Microsoft.Maui.Core
by: Microsoft
- 4 total downloads
- Latest version: 8.0.83
.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
.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
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
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