Microsoft.Extensions.Features
by: Microsoft
- 1 total downloads
- Latest version: 6.0.0-rc.2.21480.10
Provides abstractions for a loosly coupled collection of features.
Commonly Used Types:
Microsoft.AspNetCore.Http.Features.IFeatureCollection
Microsoft.AspNetCore.Http.Features.FeatureCollection
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/96103c264e5e8f0485d07018ba27b78cd8227dd2
Microsoft.Extensions.FileProviders.Composite
by: Microsoft
- 1 total downloads
- Latest version: 3.1.6
Composite file and directory providers for Microsoft.Extensions.FileProviders.
Microsoft.Extensions.Hosting.Systemd
by: Microsoft
- 1 total downloads
- Latest version: 6.0.0-preview.4.21253.7
.NET hosting infrastructure for Systemd Services.
Microsoft.Extensions.Http.Polly
by: Microsoft
- 1 total downloads
- Latest version: 8.0.11
The HttpClient factory is a pattern for configuring and retrieving named HttpClients in a composable way. This package integrates IHttpClientFactory with the Polly library, to add transient-fault-handling and resiliency through fluent policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/47576478939fdd59b4400ad135f47938af486ab3
Microsoft.Maui.Controls.Build.Tasks
by: Microsoft
- 15 total downloads
- Latest version: 9.0.50
.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.Net.Compilers
by: Microsoft
- 1 total downloads
- Latest version: 1.1.0
.Net Compilers package. Referencing this package will cause the project to be built using the specific version of the C# and Visual Basic compilers contained in the package, as opposed to any system installed version.
Supported Platforms:
- .NET Framework 4.5
Microsoft.NETCore.App.Host.linux-x64
by: Microsoft
- 1 total downloads
- Latest version: 8.0.0-preview.4.23259.5
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.Orleans.OrleansHost
by: Microsoft
- 5 total downloads
- Latest version: 1.5.8
Default silo host process that starts a silo as a process.
Microsoft.Orleans.Serialization.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 9.0.0
Serialization abstractions for Microsoft Orleans
Microsoft.Rest.ClientRuntime.Azure.Authentication
by: Microsoft
- 24 total downloads
- Latest version: 2.4.0
Provides ADAL based authentication for Azure management client libraries
Microsoft.Testing.Extensions.VSTestBridge
by: Microsoft
- 1 total downloads
- Latest version: 1.2.1
Microsoft Testing is a set of platform, framework and protocol intended to make it possible to run any test on any target or device.
This package provides a bridge integration for test adapters wanting to target both VSTest and Microsoft.Testing.Platform test platforms.
Microsoft.TestPlatform.ObjectModel
by: Microsoft
- 1 total downloads
- Latest version: 15.8.0-preview-20180510-03
The Microsoft Test Platform Object Model.
Microsoft.VisualStudio.Web.CodeGeneration.Contracts
by: Microsoft
- 1 total downloads
- Latest version: 2.0.4
Contains interfaces for Project Model and messaging for scaffolding.
Microsoft.VisualStudio.Web.CodeGeneration.Utils
by: Microsoft
- 1 total downloads
- Latest version: 1.1.5
Contains utilities used by ASP.NET Core Code Generation packages.
Mono.Posix
by: Microsoft
- 3 total downloads
- Latest version: 7.0.0-alpha8.21302.6
Provides functionality for managed code to access Posix/Unix features not accessible via BCL
MudBlazor
by: Garderoben, Henon and Contributors
- 1 total downloads
- Latest version: 8.0.0-preview.5
A Blazor Component Library based on Material Design principles, focusing on ease of use. Written mainly in C# with minimal JavaScript, it allows .NET developers to easily understand and debug the code when needed.
NSwag.SwaggerGeneration.AspNetCore
by: Rico Suter
- 2 total downloads
- Latest version: 12.0.13
NSwag: The Swagger API toolchain for .NET and TypeScript
NuGet.Protocol
by: Microsoft
- 0 total downloads
- Latest version: 6.13.2
NuGet's implementation for interacting with feeds. Contains functionality for all feed types.
Nullable
by: Manuel Römer
- 0 total downloads
- Latest version: 1.1.1
A source code only package which allows you to use .NET Core 3.0's new nullable attributes in older target frameworks like .NET Standard 2.0 or the "old" .NET Framework.
This package does not contain any compiled binaries, but instead adds a single C# file with the attribute classes to your project. Because this C# file gets compiled together with the rest of your code, the built binaries will not have a dependency on this package, meaning that you can perfectly use it for both libraries and applications.
The C# file is only included if you are targeting a framework version which does not support the new nullable attributes. For example, if you create a library which multi-targets .NET Standard 2.0 and 2.1, the file is only included in the .NET Standard 2.0 version, because .NET Standard 2.1 already provides the nullable attributes by default.
Please see https://github.com/manuelroemer/Nullable for additional information on how to use this package.
OpenTK
by: The Open Toolkit Team
- 1 total downloads
- Latest version: 3.3.1
The Open Toolkit is set of fast, low-level C# bindings for OpenGL, OpenGL ES and OpenAL. It runs on all major platforms and powers hundreds of apps, games and scientific research.
OpenTK provides several utility libraries, including a math/linear algebra package, a windowing system, and input handling.