Microsoft.AspNetCore.WebUtilities by: Microsoft.AspNetCore.WebUtilities
  • 1 total downloads
  • Latest version: 1.0.2
  • aspnetcore
ASP.NET Core utilities, such as for working with forms, multipart messages, and query strings.
Microsoft.Azure.Cosmos by: Microsoft
  • 2 total downloads
  • Latest version: 3.26.0
  • microsoft azure cosmos cosmosdb documentdb docdb nosql azureofficial dotnetcore netcore netstandard
This client library enables client applications to connect to Azure Cosmos via the SQL API. Azure Cosmos is a globally distributed, multi-model database service. For more information, refer to http://azure.microsoft.com/services/cosmos-db/.
Microsoft.CodeAnalysis by: Microsoft
  • 1 total downloads
  • Latest version: 2.11.0-beta1-final
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Parser Scanner Lexer Emit CodeGeneration Metadata IL Compilation Scripting Syntax Semantics
.NET Compiler Platform ("Roslyn"). This is the all-in-one package (a superset of all assemblies). You can install any of these sub-packages if you only want part of the functionality: - "Microsoft.CodeAnalysis.CSharp.Workspaces" (C# compiler + services) - "Microsoft.CodeAnalysis.VisualBasic.Workspaces" (VB compiler + services) - "Microsoft.CodeAnalysis.Compilers" (both compilers) - "Microsoft.CodeAnalysis.CSharp" (only the C# compiler) - "Microsoft.CodeAnalysis.VisualBasic (only the VB compiler) More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/4c7d79a254288388d97d793c4087db6ebf00d2fd.
Microsoft.EntityFrameworkCore.Analyzers by: Microsoft
  • 1 total downloads
  • Latest version: 2.3.0
  • efcore
CSharp Analyzers for Entity Framework Core.
Microsoft.Extensions.Configuration.KeyPerFile by: Microsoft
  • 2 total downloads
  • Latest version: 9.0.7
  • configuration
Configuration provider that uses files in a directory for Microsoft.Extensions.Configuration. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/f6b3a5da75eb405046889a5447ec9b14cc29d285
Microsoft.Extensions.Diagnostics by: Microsoft
  • 1 total downloads
  • Latest version: 9.0.0-preview.2.24128.5
This package includes the default implementation of IMeterFactory and additional extension methods to easily register it with the Dependency Injection framework.
Microsoft.Extensions.Identity.Core by: Microsoft
  • 1 total downloads
  • Latest version: 9.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/5bae930797f60d2d04f3b1df6a33eaca85fc5f28
Microsoft.IdentityModel.Validators by: Microsoft
  • 1 total downloads
  • Latest version: 8.15.0
  • .NET Windows Authentication Identity OpenIdConnect Validation AzureAD Microsoft identity platform
Includes types that provide token validators.
Microsoft.Maui.Controls by: Microsoft
  • 2 total downloads
  • Latest version: 10.0.0-rc.1.25452.6
  • dotnet-maui dotnet maui cross-platform ios android macos maccatalyst windows winui
.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.Core by: Microsoft
  • 0 total downloads
  • Latest version: 9.0.0-preview.3.10457+sha.fe707721f2-azdo.9385021
  • 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.Essentials by: Microsoft
  • 0 total downloads
  • Latest version: 9.0.14
  • dotnet-maui dotnet maui cross-platform ios android macos maccatalyst windows winui tizen essentials sensors
.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 a collection of cross-platform APIs for working with device sensors and other features.
Microsoft.Maui.Extensions by: Microsoft
  • 1 total downloads
  • Latest version: 6.0.101-preview.9.1843+sha.cdb68cd7a-azdo.5293347
Microsoft.Extensions dependencies for .NET MAUI
Microsoft.Orleans.Analyzers by: Microsoft
  • 1 total downloads
  • Latest version: 10.0.0
  • Orleans Cloud-Computing Actor-Model Actors Distributed-Systems C# .NET
C# Analyzers for Microsoft Orleans.
Microsoft.Orleans.Client by: Microsoft
  • 2 total downloads
  • Latest version: 10.0.0
  • Orleans Cloud-Computing Actor-Model Actors Distributed-Systems C# .NET
Collection of Microsoft Orleans libraries and files needed on the client.
Microsoft.Orleans.Server by: Microsoft
  • 2 total downloads
  • Latest version: 10.0.0
  • Orleans Cloud-Computing Actor-Model Actors Distributed-Systems C# .NET
Collection of Microsoft Orleans libraries and files needed on the server.
Microsoft.ProjectReunion.Foundation by: Microsoft
  • 2 total downloads
  • Latest version: 0.8.7
  • Microsoft Resources Native Windows Reunion ProjectReunion
Microsoft Project Reunion Foundation
runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl by: Microsoft
  • 1 total downloads
  • Latest version: 4.3.1
Internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4.
Sentry.Profiling by: Sentry Team and Contributors
  • 1 total downloads
  • Latest version: 6.1.0-alpha.2
  • Sentry GetSentry Error-Reporting Crash-Reporting Exception-Handling Profiling Diagnostic
Performance profiling support for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.
System.ClientModel by: Microsoft
  • 1 total downloads
  • Latest version: 1.8.1
Contains building blocks for clients that call cloud services.
System.Configuration.ConfigurationManager by: Microsoft
  • 1 total downloads
  • Latest version: 9.0.0-preview.5.24306.7
Provides types that support using XML configuration files (app.config). This package exists only to support migrating existing .NET Framework code that already uses System.Configuration. When writing new code, use another configuration system instead, such as Microsoft.Extensions.Configuration.