Swashbuckle.AspNetCore
by: domaindrivendev
- 270 total downloads
- Latest version: 10.1.0
Swagger tools for documenting APIs built on ASP.NET Core
System.Composition
by: Microsoft
- 930 total downloads
- Latest version: 6.0.0
This packages provides a version of the Managed Extensibility Framework (MEF) that is lightweight and specifically optimized for high throughput scenarios, such as the web.
Commonly Used Types:
System.Composition.ExportAttribute
System.Composition.ImportAttribute
System.Composition.Convention.ConventionBuilder
System.Composition.Hosting.CompositionHost
System.Composition.CompositionContext
System.Composition.CompositionContextExtensions
System.Diagnostics.DiagnosticSource
by: Microsoft
- 285 total downloads
- Latest version: 9.0.3
Provides Classes that allow you to decouple code logging rich (unserializable) diagnostics/telemetry (e.g. framework) from code that consumes it (e.g. tools)
Commonly Used Types:
System.Diagnostics.DiagnosticListener
System.Diagnostics.DiagnosticSource
System.IdentityModel.Tokens.Jwt
by: >Microsoft Open Technologies, Inc.
- 108 total downloads
- Latest version: 3.0.1
This package provides an assembly containing classes which extend the .NET Framework 4.5 with the necessary logic to process the JSON Web Token (JWT) format. That includes validating, parsing and generating JWT tokens; those capabilities can be applied both within the Windows Identity Foundation token processing pipeline and standalone, without any dependency on WIF’s configuration.
System.Interactive.Async
by: .NET Foundation and Contributors
- 117 total downloads
- Latest version: 3.0.0
Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.
System.IO.Abstractions
by: Tatham Oddie
- 8 total downloads
- Latest version: 1.3.0
Just like System.Web.Abstractions, but for System.IO. Yay for testable IO access!
System.Net.Http
by: Microsoft
- 241 total downloads
- Latest version: 2.0.20710
Legacy package, System.Net.Http is now included in the 'Microsoft.Net.Http' package.
System.Private.DataContractSerialization
by: Microsoft
- 117 total downloads
- Latest version: 4.1.0
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of System.Runtime.Serialization packages. \r\n TFS ID: 1577511, GitHub SHA: https://github.com/dotnet/corefx/tree/dacca1618c0dbb266945d42e58b9584e7c72126c
System.Private.ServiceModel
by: Microsoft
- 1.349k total downloads
- Latest version: 4.5.3
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of System.ServiceModel packages.
8ee6d65a6da34d4d37ce1d00d87febfeed0561a9
When using NuGet 3.x this package requires at least version 3.4.
System.Private.Uri
by: Microsoft
- 884 total downloads
- Latest version: 4.3.2
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of System.Uri.
When using NuGet 3.x this package requires at least version 3.4.
System.Reactive
by: .NET Foundation and Contributors
- 16 total downloads
- Latest version: 3.1.1
Reactive Extensions (Rx) Main Library combining the interfaces, core, LINQ, and platform services libraries.
System.Reactive.Core
by: .NET Foundation and Contributors
- 5 total downloads
- Latest version: 3.0.0
Reactive Extensions Core Library containing base classes and scheduler infrastructure.
System.Reactive.Interfaces
by: .NET Foundation and Contributors
- 5 total downloads
- Latest version: 3.0.0
Reactive Extensions Interfaces Library containing essential interfaces.
System.Reactive.Linq
by: .NET Foundation and Contributors
- 6 total downloads
- Latest version: 3.0.0
Reactive Extensions Query Library used to express complex event processing queries over observable sequences.
System.Reactive.PlatformServices
by: .NET Foundation and Contributors
- 6 total downloads
- Latest version: 3.0.0
Reactive Extensions Platform Services Library used to access platform-specific functionality and enlightenment services.
System.Reactive.Windows.Threading
by: .NET Foundation and Contributors
- 4 total downloads
- Latest version: 3.0.0
XAML support library for Rx. Contains scheduler functionality for the UI dispatcher.
System.Reactive.WindowsRuntime
by: .NET Foundation and Contributors
- 5 total downloads
- Latest version: 3.0.0
Windows Runtime extensions library for Rx. Contains scheduler functionality and various bridges for the Windows Runtime.
System.Runtime.InteropServices.NFloat.Internal
by: Microsoft
- 129 total downloads
- Latest version: 6.0.1
Exposes additional NFloat APIs for Xamarin/Maui APIs from System.Runtime.InteropServices
System.Text.Json
by: Microsoft
- 826 total downloads
- Latest version: 6.0.6
Provides high-performance and low-allocating types that serialize objects to JavaScript Object Notation (JSON) text and deserialize JSON text to objects, with UTF-8 support built-in. Also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM), that is read-only, for random access of the JSON elements within a structured view of the data.
Commonly Used Types:
System.Text.Json.JsonSerializer
System.Text.Json.JsonDocument
System.Text.Json.JsonElement
System.Text.Json.Utf8JsonWriter
System.Text.Json.Utf8JsonReader
System.Threading.Tasks
by: Robert McLaws, Jrmie "Garuma" Laval
- 110 total downloads
- Latest version: 3.1.1
**NOTE: This package has moved to System.Threading.Tasks.Unofficial**
This package is a port of the Mono version of the *complete* Task Parallel Library (not a subset) to .NET 3.5, as well as all Silverlight platforms, including Windows Phone 7.x. This version contains more classes (and is namespace compatible with the BCL) compared to the PortableTPL project. This project supercedes the TaskParallelLibrary.WP7 package, and is licensed under the same licenses as the rest of the Mono framework.