Microsoft.Extensions.DependencyInjection.Abstractions by: Microsoft
  • 7 total downloads
  • Latest version: 2.0.0
  • dependencyinjection di
Abstractions for dependency injection. Commonly used types: Microsoft.Extensions.DependencyInjection.IServiceCollection
Microsoft.Extensions.FileProviders.Abstractions by: Microsoft
  • 6 total downloads
  • Latest version: 2.0.0-preview2-final
  • 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.Physical by: Microsoft.Extensions.FileProviders.Physical
  • 2 total downloads
  • Latest version: 1.0.1
  • files,filesystem
File provider for physical files for Microsoft.Extensions.FileProviders.
Microsoft.Extensions.Hosting.Abstractions by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0-preview1-final
  • hosting
.NET Core hosting and startup abstractions for applications.
Microsoft.Extensions.Identity.Core by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0
  • 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.
Microsoft.Extensions.Localization.Abstractions by: Microsoft
  • 9 total downloads
  • Latest version: 1.1.2
  • localization
Abstractions of application localization services. Commonly used types: Microsoft.Extensions.Localization.IStringLocalizer Microsoft.Extensions.Localization.IStringLocalizer<T>
Microsoft.Extensions.Logging.Abstractions by: Microsoft
  • 4 total downloads
  • Latest version: 7.0.0-preview.3.22175.4
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.ObjectPool by: Microsoft
  • 6 total downloads
  • Latest version: 2.0.0
  • pooling
A simple object pool implementation.
Microsoft.Extensions.PlatformAbstractions by: Microsoft
  • 2 total downloads
  • Latest version: 1.1.0-preview1-final
Abstractions that unify behavior and API across .NET Framework, .NET Core and Mono
Microsoft.FluentUI.AspNetCore.Components by: Microsoft
  • 0 total downloads
  • Latest version: 4.4.2-preview.24066.14
  • Fluent UI, Blazor, Web Components, .NET8
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
  • 2 total downloads
  • Latest version: 4.44.0
  • Microsoft Authentication Library MSA MSAL B2C Azure Active Directory AAD Identity Authentication .NET Windows Store Xamarin iOS Android
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 gain 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. The release notes are available at https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/releases.
Microsoft.IdentityModel.Clients.ActiveDirectory by: Microsoft
  • 2 total downloads
  • Latest version: 4.3.0
  • Active Directory Authentication Library ADAL ActiveDirectory AD AAD Identity Authentication .NET Android iOS UWP NetCore Xamarin
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.
Microsoft.IdentityModel.Logging by: Microsoft
  • 1 total downloads
  • Latest version: 6.5.0
  • .NET Windows Authentication Identity Logging
Includes Event Source based logging support.
Microsoft.IdentityModel.Protocols.WsFederation by: Microsoft
  • 1 total downloads
  • Latest version: 6.18.0
  • .NET Windows Authentication Identity WsFederation
Includes types that provide support for WsFederation protocol.
Microsoft.Maui.Controls by: Microsoft
  • 17 total downloads
  • Latest version: 10.0.0-preview.1.25122.6
  • 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. Using .NET MAUI, you can develop apps that can run on Android, iOS, macOS, Tizen, and Windows from a single shared codebase.
Microsoft.Maui.Controls.Build.Tasks by: Microsoft
  • 18 total downloads
  • Latest version: 10.0.0-preview.5.25306.5
  • 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 MSBuild tasks and other tooling. Please install the Microsoft.Maui.Controls package to start using .NET MAUI.
Microsoft.Maui.Resizetizer by: Microsoft
  • 6 total downloads
  • Latest version: 9.0.81
  • 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 contains image, font and raw asset processing tools.
Microsoft.Net.Compilers by: Microsoft
  • 1 total downloads
  • Latest version: 3.10.0-3.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/4c32f5e4e9c0828a94fd4d1c9c0994082c85aaf3.
Microsoft.Net.Http by: Microsoft
  • 2 total downloads
  • Latest version: 2.2.29
  • BCL HTTP HttpClient REST Microsoft System Networking
This package includes HttpClient for sending requests over HTTP, as well as HttpRequestMessage and HttpResponseMessage for processing HTTP messages. This package is not supported in Visual Studio 2010, and is only required for projects targeting .NET Framework 4.5, Windows 8, or Windows Phone 8.1 when consuming a library that uses this package. Supported Platforms: - .NET Framework 4 - Windows 8 - Windows Phone 8.1 - Windows Phone Silverlight 7.5 - Silverlight 4 - Portable Class Libraries
Microsoft.NET.StringTools by: Microsoft
  • 2 total downloads
  • Latest version: 17.4.0
  • MSBuild
This package contains the Microsoft.NET.StringTools assembly which implements common string-related functionality such as weak interning.