Microsoft.Extensions.Localization by: Microsoft
  • 0 total downloads
  • Latest version: 8.0.0-preview.5.23302.2
  • localization
Application localization services and default implementation based on ResourceManager to load localized assembly resources. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/fe4f0d09305ca73aa19976b4521e5c4e223b080e
Microsoft.Maui.Graphics.Skia by: Microsoft
  • 1 total downloads
  • Latest version: 9.0.0-preview.5.24307.10
  • dotnet-maui dotnet maui cross-platform ios android macos maccatalyst windows winui tizen graphics drawing skia skiasharp
.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 additional graphics and drawing APIs for using the SkiaSharp graphics engine with .NET MAUI Graphics.
Microsoft.OpenApi by: Microsoft
  • 1 total downloads
  • Latest version: 2.2.0
  • OpenAPI .NET
.NET models with JSON and YAML writers for OpenAPI specification
Microsoft.Orleans.Clustering.AzureStorage by: Microsoft
  • 0 total downloads
  • Latest version: 3.4.4
  • Orleans Cloud-Computing Actor-Model Actors Distributed-Systems C# .NET Azure Table Storage
Microsoft Orleans clustering provider backed by Azure Table Storage
Microsoft.Orleans.CounterControl by: Microsoft
  • 1 total downloads
  • Latest version: 1.5.0-beta1
  • Orleans Cloud-Computing Actor-Model Actors Distributed-Systems C# .NET
Tool that registers performance counter categories for performance counters published by Orleans runtime.
Microsoft.Orleans.Streaming.AzureStorage by: Microsoft
  • 1 total downloads
  • Latest version: 3.8.0-preview3
  • Orleans Cloud-Computing Actor-Model Actors Distributed-Systems C# .NET Azure Table Blob Storage
Microsoft Orleans streaming provider for Azure Queue Storage
Microsoft.Windows.SDK.BuildTools by: Microsoft
  • 1 total downloads
  • Latest version: 10.0.26100.8117-preview
  • WindowsSDK build tools
Includes tools required for building projects targeting the Windows SDK.
NJsonSchema.CodeGeneration.CSharp by: Rico Suter
  • 1 total downloads
  • Latest version: 9.13.24
  • json schema validation generator .net
JSON Schema reader, generator and validator for .NET
NSwag.Commands by: Rico Suter
  • 1 total downloads
  • Latest version: 8.3.6208.27064
  • Swagger Documentation WebApi AspNet TypeScript CodeGen
NSwag: The Swagger API toolchain for .NET and TypeScript
NSwag.Generation by: Rico Suter
  • 0 total downloads
  • Latest version: 13.18.2
  • OpenAPI Swagger AspNetCore Documentation CodeGen TypeScript WebApi AspNet
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
Sentry by: Sentry Team and Contributors
  • 0 total downloads
  • Latest version: 4.4.0
  • Sentry GetSentry Error-Reporting Crash-Reporting Exception-Handling
Official SDK for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.
Sentry.Bindings.Android by: Sentry Team and Contributors
  • 0 total downloads
  • Latest version: 3.26.2
  • Sentry GetSentry Error-Reporting Crash-Reporting Exception-Handling
.NET Bindings for the Sentry Android SDK
Serilog.Formatting.Compact by: Serilog Contributors
  • 1 total downloads
  • Latest version: 2.0.0-dev-00962
  • serilog json
A simple, compact JSON-based event format for Serilog.
SkiaSharp.NativeAssets.iOS by: Microsoft
  • 1 total downloads
  • Latest version: 3.119.2-preview.1
  • graphics cross-platform skiasharp skia ios android linux windows tvos macos tizen
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
Swashbuckle.AspNetCore.SwaggerGen by: Swashbuckle.AspNetCore.SwaggerGen
  • 1 total downloads
  • Latest version: 1.1.0
  • swagger documentation discovery help webapi aspnet aspnetcore
Swagger Generator for API's built on ASP.NET Core
System.CodeDom by: Microsoft
  • 1 total downloads
  • Latest version: 10.0.7
Provides types that can be used to model the structure of a source code document and to output source code for that model in C# or Visual Basic.
System.Collections.Immutable by: Microsoft
  • 1 total downloads
  • Latest version: 5.0.0-preview.4.20251.6
This package provides collections that are thread safe and guaranteed to never change their contents, also known as immutable collections. Like strings, any methods that perform modifications will not change the existing instance but instead return a new instance. For efficiency reasons, the implementation uses a sharing mechanism to ensure that newly created instances share as much data as possible with the previous instance while ensuring that operations have a predictable time complexity. Commonly Used Types: System.Collections.Immutable.ImmutableArray System.Collections.Immutable.ImmutableArray<T> System.Collections.Immutable.ImmutableDictionary System.Collections.Immutable.ImmutableDictionary<TKey,TValue> System.Collections.Immutable.ImmutableHashSet System.Collections.Immutable.ImmutableHashSet<T> System.Collections.Immutable.ImmutableList System.Collections.Immutable.ImmutableList<T> System.Collections.Immutable.ImmutableQueue System.Collections.Immutable.ImmutableQueue<T> System.Collections.Immutable.ImmutableSortedDictionary System.Collections.Immutable.ImmutableSortedDictionary<TKey,TValue> System.Collections.Immutable.ImmutableSortedSet System.Collections.Immutable.ImmutableSortedSet<T> System.Collections.Immutable.ImmutableStack System.Collections.Immutable.ImmutableStack<T>
System.Composition by: Microsoft
  • 1 total downloads
  • Latest version: 10.0.7
Provides a version of the Managed Extensibility Framework (MEF) that is lightweight and specifically optimized for high throughput scenarios, such as the web.
System.Diagnostics.DiagnosticSource by: Microsoft
  • 1 total downloads
  • Latest version: 10.0.7
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.Reflection.Context by: Microsoft
  • 1 total downloads
  • Latest version: 10.0.7
Provides CustomReflectionContext to enable customized reflection contexts.