Microsoft.Extensions.Configuration.Json
by: Microsoft
- 1 total downloads
- Latest version: 1.0.0-rc1-final
JSON configuration provider for the Configuration package.
Microsoft.Extensions.Configuration.UserSecrets
by: Microsoft
- 4 total downloads
- Latest version: 2.0.0
User secrets configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.DependencyInjection
by: Microsoft
- 5 total downloads
- Latest version: 2.0.0
Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.
Microsoft.Extensions.DiagnosticAdapter
by: Microsoft
- 6 total downloads
- Latest version: 2.0.0
Microsoft extension adapter feature to extend DiagnosticListener. Contains extension methods that extend System.Diagnostics.DiagnosticListener, and enables duck-typing based event handling by using dynamically generated proxy types.
Microsoft.Extensions.FileProviders.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 1.1.1
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
- 1 total downloads
- Latest version: 2.0.0
Composite file and directory providers for Microsoft.Extensions.FileProviders.
Microsoft.Extensions.FileProviders.Embedded
by: Microsoft
- 4 total downloads
- Latest version: 2.0.0
File provider for files in embedded resources for Microsoft.Extensions.FileProviders.
Microsoft.Extensions.FileProviders.Physical
by: Microsoft
- 3 total downloads
- Latest version: 1.1.1
File provider for physical files for Microsoft.Extensions.FileProviders.
Microsoft.Extensions.FileSystemGlobbing
by: Microsoft
- 3 total downloads
- Latest version: 2.0.0
File system globbing to find files matching a specified pattern.
Microsoft.Extensions.Hosting.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0
.NET Core hosting and startup abstractions for applications.
Microsoft.Extensions.Identity.Core
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview2-final
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.
Microsoft.Extensions.Localization.Abstractions
by: Microsoft
- 8 total downloads
- Latest version: 1.1.3
Abstractions of application localization services.
Commonly used types:
Microsoft.Extensions.Localization.IStringLocalizer
Microsoft.Extensions.Localization.IStringLocalizer<T>
Microsoft.Extensions.Logging.Abstractions
by: Microsoft
- 10 total downloads
- Latest version: 6.0.2
Logging abstractions for Microsoft.Extensions.Logging.
Commonly Used Types:
Microsoft.Extensions.Logging.ILogger
Microsoft.Extensions.Logging.ILoggerFactory
Microsoft.Extensions.Logging.ILogger<TCategoryName>
Microsoft.Extensions.Logging.LogLevel
Microsoft.Extensions.Logging.Logger<T>
Microsoft.Extensions.Logging.LoggerMessage
Microsoft.Extensions.Logging.Abstractions.NullLogger
Microsoft.Extensions.Logging.AzureAppServices
by: Microsoft
- 2 total downloads
- Latest version: 2.0.0
Logger implementation to support Azure App Services 'Diagnostics logs' and 'Log stream' features.
Microsoft.Extensions.Logging.Console
by: Microsoft
- 5 total downloads
- Latest version: 1.1.2
Console logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.TraceSource
by: Microsoft
- 2 total downloads
- Latest version: 1.1.1
TraceSource logger provider implementation for Microsoft.Extensions.Logging. This logger logs messages to a trace listener by writing messages with System.Diagnostics.TraceSource.TraceEvent().
Microsoft.Extensions.PlatformAbstractions
by: Microsoft
- 2 total downloads
- Latest version: 1.1.0
Abstractions that unify behavior and API across .NET Framework, .NET Core and Mono
Microsoft.FluentUI.AspNetCore.Components
by: Microsoft
- 21 total downloads
- Latest version: 4.9.3
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.
Microsoft.Identity.Client
by: Microsoft
- 3 total downloads
- Latest version: 3.0.9
This package contains the binaries of the Microsoft Authentication Library for .NET (MSAL.NET).
MSAL.NET makes it easy to obtain tokens from the Microsoft identity platform for developers (formally Azure AD v2.0) signing-in users with work & school accounts, Microsoft personal accounts and social identities Azure AD B2C. These tokens again access to Microsoft Cloud API and any other API secured by the Microsoft identity platform. This version supports adding authentication functionality to your .NET based client on Windows desktop (.NET 4.5+), UWP, .NET Core, Xamarin iOS and Xamarin Android.
Microsoft.IdentityModel.Clients.ActiveDirectory
by: Microsoft
- 10 total downloads
- Latest version: 5.2.7
This package contains the binaries of the Active Directory Authentication Library (ADAL). ADAL provides easy to use authentication functionality for your .NET based client by taking advantage of Windows Server Active Directory and Azure Active Directory.
ADAL.NET enables you to acquire a security token to access protected Web APIs, for instance Microsoft Graph or your own Web API.
ADAL.NET is built against multiple platforms, including .net desktop, .net standard, .net core, UWP, Xamarin iOS and Xamarin Android. It can be called from applications and Web APIs (ASP.NET, .NET Core, ASP.NET Core) that call other Web APIs in the name of a user, or without a user.