NSwag.SwaggerGeneration by: Rico Suter
  • 1 total downloads
  • Latest version: 11.12.0
  • Swagger Documentation WebApi AspNet TypeScript CodeGen
NSwag: The Swagger API toolchain for .NET and TypeScript
OpenTelemetry.Exporter.Prometheus.AspNetCore by: OpenTelemetry Authors
  • 1 total downloads
  • Latest version: 1.13.0-beta.1
  • Observability OpenTelemetry Monitoring Telemetry Tracing Metrics Logging prometheus metrics
ASP.NET Core middleware for hosting OpenTelemetry .NET Prometheus Exporter
OpenTelemetry.Extensions.Hosting by: OpenTelemetry Authors
  • 1 total downloads
  • Latest version: 1.13.0
  • Observability OpenTelemetry Monitoring Telemetry Tracing Metrics Logging
Contains extensions to start OpenTelemetry in applications using Microsoft.Extensions.Hosting
OpenTK.Windowing.GraphicsLibraryFramework by: Team OpenTK
  • 1 total downloads
  • Latest version: 5.0.0-pre.8
GLFW bindings for c# from the cpp GLFW library.
Sentry.Extensions.Logging by: Sentry Team and Contributors
  • 1 total downloads
  • Latest version: 3.0.4
  • Sentry GetSentry Error-Reporting Crash-Reporting Exception-Handling Logging Microsoft.Extensions.Logging
Official Microsoft.Extensions.Logging integration for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.
Serilog.Sinks.Console by: Serilog Contributors
  • 1 total downloads
  • Latest version: 4.1.1-dev-00901
  • serilog console terminal
A Serilog sink that writes log events to the console/terminal.
SkiaSharp.NativeAssets.Linux.NoDependencies by: Microsoft
  • 12 total downloads
  • Latest version: 3.116.0-preview.6.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. This variation of the Linux native assets includes the build of libSkiaSharp.so that does not have any dependencies on third-party libraries. The complete dependency list is: - libpthread.so.0 - libdl.so.2 - libm.so.6 - libc.so.6 - ld-linux-x86-64.so.2 The excluded dependencies are: - Fontconfig
Sqids by: Arad Alvand
  • 1 total downloads
  • Latest version: 3.0.3
  • Sqids ID-generator number-obfuscator YouTube-ID
Official .NET port of Sqids. Generate short YouTube-looking IDs from numbers.
SQLitePCLRaw.lib.e_sqlite3.v110_wp80 by: Eric Sink, D. Richard Hipp, et al
  • 5 total downloads
  • Latest version: 1.1.9
  • sqlite
This package contains a platform-specific native code build of SQLite for use with SQLitePCL.raw. To use this, you need SQLitePCLRaw.core as well as SQLitePCLRaw.provider.e_sqlite3.net45 or similar. Convenience packages are named SQLitePCLRaw.bundle_*.
System.Buffers by: Microsoft
  • 2 total downloads
  • Latest version: 4.5.0-rc1
Provides resource pooling of any type for performance-critical applications that allocate and deallocate objects frequently. Commonly Used Types: System.Buffers.ArrayPool<T> 8f968b9e79c5721d78cc88e46fe57457fe9d490d When using NuGet 3.x this package requires at least version 3.4.
System.Collections.Immutable by: Microsoft
  • 1 total downloads
  • Latest version: 7.0.0-preview.5.22301.12
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.Diagnostics.PerformanceCounter by: Microsoft
  • 8 total downloads
  • Latest version: 10.0.0-preview.7.25380.108
Provides the System.Diagnostics.PerformanceCounter class, which allows access to Windows performance counters. Commonly Used Types: System.Diagnostics.PerformanceCounter
System.Private.Uri by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.1-beta-23409
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of System.Uri.
System.Security.Cryptography.X509Certificates by: Microsoft
  • 1 total downloads
  • Latest version: 4.3.0-preview1-24530-04
Provides types for reading, exporting and verifying Authenticode X.509 v3 certificates. These certificates are signed with a private key that uniquely and positively identifies the holder of the certificate. Commonly Used Types: System.Security.Cryptography.X509Certificates.X509Certificate2 System.Security.Cryptography.X509Certificates.X509Certificate System.Security.Cryptography.X509Certificates.X509ContentType System.Security.Cryptography.X509Certificates.StoreLocation System.Security.Cryptography.X509Certificates.StoreName System.Security.Cryptography.X509Certificates.X509FindType System.Security.Cryptography.X509Certificates.X509ChainStatus System.Security.Cryptography.X509Certificates.X509Certificate2Collection System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension System.Security.Cryptography.X509Certificates.X509Chain When using NuGet 3.x this package requires at least version 3.4.
System.Text.Encoding by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.10-beta-23109
Provides base abstract encoding classes for converting blocks of characters to and from blocks of bytes. Commonly Used Types: System.Text.Encoding System.Text.DecoderFallbackException System.Text.Decoder System.Text.EncoderFallbackException System.Text.Encoder System.Text.EncoderFallback System.Text.EncoderFallbackBuffer System.Text.DecoderFallback System.Text.DecoderFallbackBuffer System.Text.DecoderExceptionFallback
System.Threading by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22231
Provides the fundamental synchronization primitives, including System.Threading.Monitor and System.Threading.Mutex, that are required when writing asynchronous code.
Tizen.UIExtensions.NUI by: Samsung Electronics
  • 1 total downloads
  • Latest version: 0.9.2
  • tizen tizen.net maui xamarin xamarin.forms NUI
The Tizen.UIExtensions provides a set of advanced views and containers based on Tizen.NET UI Framework (NUI).
Xamarin.Android.Arch.Lifecycle.ViewModel by: Microsoft
  • 2 total downloads
  • Latest version: 1.1.1
  • Xamarin Android Xamarin.Android Support
Xamarin.Android bindings for Android Support Library - viewmodel
Xamarin.Android.Support.CoordinaterLayout by: Microsoft
  • 3 total downloads
  • Latest version: 28.0.0-preview9
  • Xamarin Android Xamarin.Android Support
Xamarin.Android bindings for Android Support Library - coordinatorlayout
Xamarin.Android.Support.Core.Utils by: Xamarin Inc.
  • 2 total downloads
  • Latest version: 26.1.0.1
Core Utils Android Support Library C# bindings for Xamarin