Microsoft.Extensions.Configuration.Abstractions
by: Microsoft.Extensions.Configuration.Abstractions
- 1 total downloads
- Latest version: 1.0.1
Abstractions of key-value pair based configuration.
Commonly used types:
Microsoft.Extensions.Configuration.IConfiguration
Microsoft.Extensions.Configuration.IConfigurationBuilder
Microsoft.Extensions.Configuration.IConfigurationProvider
Microsoft.Extensions.Configuration.IConfigurationRoot
Microsoft.Extensions.Configuration.IConfigurationSection
Microsoft.Extensions.Configuration.FileExtensions
by: Microsoft
- 2 total downloads
- Latest version: 1.1.2
Extension methods for configuring file-based configuration providers for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.Ini
by: Microsoft
- 1 total downloads
- Latest version: 1.0.0-rc1-final
INI configuration provider for the Configuration package.
Microsoft.Extensions.DependencyModel
by: Microsoft
- 3 total downloads
- Latest version: 3.0.0-preview4-27615-11
Abstractions for reading `.deps` files.
Microsoft.Extensions.DiagnosticAdapter
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview1-final
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.FileSystemGlobbing
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview2-final
File system globbing to find files matching a specified pattern.
Microsoft.Extensions.Localization
by: Microsoft
- 2 total downloads
- Latest version: 1.1.2
Application localization services and default implementation based on ResourceManager to load localized assembly resources.
Microsoft.Extensions.Localization.Abstractions
by: Microsoft
- 2 total downloads
- Latest version: 2.0.0-preview2-final
Abstractions of application localization services.
Commonly used types:
Microsoft.Extensions.Localization.IStringLocalizer
Microsoft.Extensions.Localization.IStringLocalizer<T>
Microsoft.Extensions.Logging
by: Microsoft
- 1 total downloads
- Latest version: 1.1.2
Logging infrastructure default implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.Debug
by: Microsoft.Extensions.Logging.Debug
- 1 total downloads
- Latest version: 1.0.1
Debug output logger provider implementation for Microsoft.Extensions.Logging. This logger logs messages to a debugger monitor by writing messages with System.Diagnostics.Debug.WriteLine().
Microsoft.Extensions.Logging.EventLog
by: Microsoft
- 2 total downloads
- Latest version: 1.1.1
Windows Event Log logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.TraceSource
by: Microsoft
- 2 total downloads
- Latest version: 2.0.0
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.Primitives
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0
Primitives shared by framework extensions. Commonly used types include:
Microsoft.Extensions.Primitives.IChangeToken
Microsoft.Extensions.Primitives.StringValues
Microsoft.Extensions.Primitives.StringSegment
Microsoft.FluentUI.AspNetCore.Components
by: Microsoft
- 7 total downloads
- Latest version: 4.12.0
A Blazor component library leveraging Microsoft’s Fluent Design System. Use the look of modern Microsoft products in your Blazor applications.
Microsoft.Identity.Client
by: Microsoft
- 6 total downloads
- Latest version: 4.22.0
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
- 1 total downloads
- Latest version: 3.19.2
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 a .NET Standard class library which you can consume on various .NET client platforms (including Windows desktop, UWP, Windows 8.1, Xamarin iOS and Xamarin Android) but also you Web 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.
ADAL.NET takes advantage of Windows Server Active Directory and Azure Active Directory (Azure AD).
Microsoft.IdentityModel.Tokens
by: Microsoft.IdentityModel.Tokens
- 1 total downloads
- Latest version: 5.1.5
Includes types that provide support for cryptographic operations.
Microsoft.IdentityModel.Tokens.Saml
by: Microsoft
- 1 total downloads
- Latest version: 5.7.0
Includes types that provide support for SamlTokens version 1 and 2.
Microsoft.IO.RecyclableMemoryStream
by: Microsoft
- 1 total downloads
- Latest version: 2.1.0
A pooled MemoryStream allocator to decrease GC load and improve performance on highly scalable systems.
Microsoft.Maui.Controls
by: Microsoft
- 2 total downloads
- Latest version: 10.0.0-preview.5.25306.5
.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML. Using .NET MAUI, you can develop apps that can run on Android, iOS, macOS, Tizen, and Windows from a single shared codebase.