NSwag.CodeGeneration.TypeScript by: Rico Suter
  • 20 total downloads
  • Latest version: 13.6.1
  • OpenAPI Swagger AspNetCore Documentation CodeGen TypeScript WebApi AspNet
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NuGet.LibraryModel by: NuGet.LibraryModel
  • 1 total downloads
  • Latest version: 4.2.0
NuGet v3 core library.
PCLStorage by: Daniel Plaisted
  • 1 total downloads
  • Latest version: 1.0.2
  • io storage file portable pcl winrt android ios xamarin monoandroid monodroid monotouch
PCL Storage provides a consistent, portable set of local file IO APIs for .NET, Windows Phone, Windows Store, Xamarin.iOS, Xamarin.Android, and Silverlight. This makes it easier to create cross-platform .NET libraries and apps.
runtime.win7-x64.runtime.native.System.Data.SqlClient.sni by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.1-rc2-24027
Internal implementation package not meant for direct consumption. Please do not reference directly. \r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb
Sentry.PlatformAbstractions by: Sentry Team and Contributors
  • 1 total downloads
  • Latest version: 1.0.0-dev-00060
  • platform-abstractions runtime operating-system sentry getsentry
Abstractions to platform information
Sentry.Protocol by: Sentry Team and Contributors
  • 2 total downloads
  • Latest version: 1.0.6
  • Sentry Protocol GetSentry Error-Reporting Crash-Reporting Exception-Handling
The Sentry Protocol used to communicate with Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.
Serilog.Extensions.Logging by: Microsoft, Serilog Contributors
  • 1 total downloads
  • Latest version: 2.0.0-dev-10187
  • serilog Microsoft.Extensions.Logging
Serilog provider for Microsoft.Extensions.Logging
Serilog.Settings.Configuration by: Serilog Contributors
  • 2 total downloads
  • Latest version: 3.3.1-dev-00296
  • serilog json
Microsoft.Extensions.Configuration (appsettings.json) support for Serilog.
SkiaSharp.NativeAssets.Linux.NoDependencies by: Microsoft
  • 2 total downloads
  • Latest version: 2.88.1-preview.1
  • xamarin graphics ios android linux windows uwp tvos watchos macos tizen cross-platform skiasharp
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
System.Diagnostics.Process by: Microsoft
  • 1 total downloads
  • Latest version: 4.3.0
Provides the System.Diagnostics.Process class, which allows interaction with local and remote processes. Commonly Used Types: System.Diagnostics.Process System.Diagnostics.ProcessModule System.Diagnostics.ProcessStartInfo System.Diagnostics.ProcessThread When using NuGet 3.x this package requires at least version 3.4.
System.IO.Pipelines by: Microsoft
  • 2 total downloads
  • Latest version: 5.0.0-preview.2.20160.6
Single producer single consumer byte buffer management. Commonly Used Types: System.IO.Pipelines.Pipe System.IO.Pipelines.PipeWriter System.IO.Pipelines.PipeReader When using NuGet 3.x this package requires at least version 3.4.
System.IO.Pipes by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22416
Provides a means for interprocess communication through anonymous and/or named pipes. Commonly Used Types: System.IO.Pipes.NamedPipeServerStream System.IO.Pipes.PipeDirection System.IO.Pipes.PipeOptions System.IO.Pipes.PipeTransmissionMode System.IO.Pipes.NamedPipeClientStream System.IO.Pipes.PipeStream
System.Numerics.Tensors by: Microsoft
  • 2 total downloads
  • Latest version: 0.2.0-preview7.19362.9
Tensor class which represents and extends multi-dimensional arrays. Commonly Used Types: System.Numerics.Tensors.Tensor<T> System.Numerics.Tensors.CompressedSparseTensor<T> System.Numerics.Tensors.DenseTensor<T> System.Numerics.Tensors.SparseTensor<T>
System.Runtime by: Microsoft
  • 2 total downloads
  • Latest version: 4.0.21-beta-23225
Provides the fundamental primitives, classes and base classes that define commonly-used value and reference data types, events and event handlers, interfaces, attributes, and exceptions. This packages represents the core package, and provides the minimal set of types required to build a managed application. Commonly Used Types: System.Object System.Exception System.Int16 System.Int32 System.Int64 System.Enum System.String System.Char System.Boolean System.SByte System.Byte System.DateTime System.DateTimeOffset System.Single System.Double System.UInt16 System.UInt32 System.UInt64 System.IDisposable System.Uri
System.Runtime.Caching by: Microsoft
  • 3 total downloads
  • Latest version: 6.0.0-preview.3.21201.4
Provides classes to use caching facilities. Commonly Used Types: System.Runtime.Caching.CacheEntryChangeMonitor System.Runtime.Caching.CacheEntryRemovedArguments System.Runtime.Caching.CacheEntryUpdateArguments System.Runtime.Caching.CacheItem System.Runtime.Caching.CacheItemPolicy System.Runtime.Caching.ChangeMonitor System.Runtime.Caching.FileChangeMonitor System.Runtime.Caching.HostFileChangeMonitor System.Runtime.Caching.MemoryCache System.Runtime.Caching.ObjectCache
System.Security.Cryptography.Pkcs by: Microsoft
  • 6 total downloads
  • Latest version: 6.0.0-preview.1.21102.12
Provides support for PKCS and CMS algorithms. Commonly Used Types: System.Security.Cryptography.Pkcs.EnvelopedCms
System.Threading by: Microsoft
  • 2 total downloads
  • Latest version: 4.0.11-beta-23225
Provides the fundamental synchronization primitives, including System.Threading.Monitor and System.Threading.Mutex, that are required when writing asynchronous code. Commonly Used Types: System.Threading.Monitor System.Threading.SynchronizationContext System.Threading.ManualResetEvent System.Threading.AutoResetEvent System.Threading.ThreadLocal<T> System.Threading.EventWaitHandle System.Threading.SemaphoreSlim System.Threading.Mutex
System.Threading.Tasks.Dataflow by: Microsoft
  • 0 total downloads
  • Latest version: 5.0.0-preview.6.20305.6
TPL Dataflow promotes actor/agent-oriented designs through primitives for in-process message passing, dataflow, and pipelining. TDF builds upon the APIs and scheduling infrastructure provided by the Task Parallel Library (TPL), and integrates with the language support for asynchrony provided by C#, Visual Basic, and F#. Commonly Used Types: System.Threading.Tasks.Dataflow.ActionBlock<TInput> System.Threading.Tasks.Dataflow.BatchBlock<T> System.Threading.Tasks.Dataflow.BatchedJoinBlock<T1, T2> System.Threading.Tasks.Dataflow.BatchedJoinBlock<T1, T2, T3> System.Threading.Tasks.Dataflow.BroadcastBlock<T> System.Threading.Tasks.Dataflow.BufferBlock<T> System.Threading.Tasks.Dataflow.DataflowBlock System.Threading.Tasks.Dataflow.JoinBlock<T1, T2> System.Threading.Tasks.Dataflow.JoinBlock<T1, T2, T3> System.Threading.Tasks.Dataflow.TransformBlock<TInput, TOutput> System.Threading.Tasks.Dataflow.TransformManyBlock<TInput, TOutput> System.Threading.Tasks.Dataflow.WriteOnceBlock<T> When using NuGet 3.x this package requires at least version 3.4.
Xamarin.Android.Support.Vector.Drawable by: Xamarin Inc.
  • 1 total downloads
  • Latest version: 23.2.1-beta2
Vector Drawable Android Support Library C# bindings for Xamarin
Xamarin.Firebase.iOS.RemoteConfig by: Xamarin Inc.
  • 1 total downloads
  • Latest version: 2.0.1
C# bindings for Firebase APIs Remote Config iOS Library