Parlot by: Sebastien Ros
  • 1 total downloads
  • Latest version: 1.0.2
  • parser interpreter
Parlot is a fast, lightweight and simple to use .NET parser combinator.
PolySharp by: Sergio Pedri
  • 0 total downloads
  • Latest version: 1.12.1+615f6ccb3e59644e0e16752571c0db81ce780c5d
  • dotnet net netcore netstandard csharp library generator polyfill roslyn
PolySharp provides generated, source-only polyfills for C# language features, to easily use all runtime-agnostic features downlevel
RestSharp by: .NET Foundation and Contributors
  • 0 total downloads
  • Latest version: 112.1.0
Simple REST and HTTP API Client
runtime.native.System.Net.Http by: Microsoft
  • 1 total downloads
  • Latest version: 4.3.1
Internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4.
Sentry by: Sentry Team and Contributors
  • 0 total downloads
  • Latest version: 4.12.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.
Serilog.Enrichers.Process by: Serilog Contributors
  • 1 total downloads
  • Latest version: 2.0.2-dev-00737
  • serilog process enricher
The process enricher for Serilog.
StackExchange.Redis.StrongName by: Stack Exchange, Inc., marc.gravell
  • 1 total downloads
  • Latest version: 1.2.6
  • Async Redis Cache PubSub Messaging
High performance Redis client, incorporating both synchronous and asynchronous usage.
Swashbuckle.AspNetCore.SwaggerGen by: domaindrivendev
  • 1 total downloads
  • Latest version: 6.8.1
  • swagger documentation discovery help webapi aspnet aspnetcore
Swagger Generator for APIs built on ASP.NET Core
System.ClientModel by: Microsoft
  • 2 total downloads
  • Latest version: 1.1.0-beta.6
Contains building blocks for clients that call cloud services.
System.ComponentModel by: Microsoft
  • 1 total downloads
  • Latest version: 4.3.0
Provides interfaces for the editing and change tracking of objects used as data sources. Commonly Used Types: System.ComponentModel.CancelEventArgs System.IServiceProvider System.ComponentModel.IEditableObject System.ComponentModel.IChangeTracking System.ComponentModel.IRevertibleChangeTracking When using NuGet 3.x this package requires at least version 3.4.
System.ComponentModel.Annotations by: Microsoft
  • 1 total downloads
  • Latest version: 5.0.0
Provides attributes that are used to define metadata for objects used as data sources. Commonly Used Types: System.ComponentModel.DataAnnotations.ValidationResult System.ComponentModel.DataAnnotations.IValidatableObject System.ComponentModel.DataAnnotations.ValidationAttribute System.ComponentModel.DataAnnotations.RequiredAttribute System.ComponentModel.DataAnnotations.StringLengthAttribute System.ComponentModel.DataAnnotations.DisplayAttribute System.ComponentModel.DataAnnotations.RegularExpressionAttribute System.ComponentModel.DataAnnotations.DataTypeAttribute System.ComponentModel.DataAnnotations.RangeAttribute System.ComponentModel.DataAnnotations.KeyAttribute When using NuGet 3.x this package requires at least version 3.4.
System.ComponentModel.Primitives by: Microsoft
  • 1 total downloads
  • Latest version: 4.3.0
Provides interfaces that are used to implement the run-time and design-time behavior of components. Commonly Used Types: System.ComponentModel.IComponent System.ComponentModel.IContainer System.ComponentModel.ISite System.ComponentModel.ComponentCollection When using NuGet 3.x this package requires at least version 3.4.
System.Diagnostics.DiagnosticSource by: Microsoft
  • 17 total downloads
  • Latest version: 9.0.0-preview.1.24080.9
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.Diagnostics.EventLog by: Microsoft
  • 5 total downloads
  • Latest version: 9.0.0-preview.7.24405.7
Provides the System.Diagnostics.EventLog class, which allows the applications to use the Windows event log service. Commonly Used Types: System.Diagnostics.EventLog
System.Globalization.Extensions by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.0-beta-22231
Provides classes for performing unicode string normalization, culture-specific string comparisons and support the use of non-ASCII characters for Internet domain names.
System.IO.Hashing by: Microsoft
  • 9 total downloads
  • Latest version: 9.0.0-preview.7.24405.7
Provides non-cryptographic hash algorithms, such as CRC-32. Commonly Used Types: System.IO.Hashing.Crc32 System.IO.Hashing.XxHash32
System.Memory by: Microsoft
  • 2 total downloads
  • Latest version: 4.5.2-servicing-27114-05
Provides types for efficient representation and pooling of managed, stack, and native memory segments and sequences of such segments, along with primitives to parse and format UTF-8 encoded text stored in those memory segments. Commonly Used Types: System.Span System.ReadOnlySpan System.Memory System.ReadOnlyMemory System.Buffers.MemoryPool System.Buffers.ReadOnlySequence System.Buffers.Text.Utf8Parser System.Buffers.Text.Utf8Formatter 51d218c1a9d318dd46a14b7456a556b71004cf77 When using NuGet 3.x this package requires at least version 3.4.
System.Memory.Data by: Microsoft
  • 10 total downloads
  • Latest version: 9.0.0-rc.1.24431.7
A lightweight abstraction for a payload of bytes. Provides methods for converting between strings, streams, JSON, and bytes. Commonly Used Types: System.BinaryData
System.Numerics.Vectors by: Microsoft
  • 3 total downloads
  • Latest version: 4.5.0-preview2-26406-04
Provides hardware-accelerated numeric types, suitable for high-performance processing and graphics applications. Commonly Used Types: System.Numerics.Matrix3x2 System.Numerics.Matrix4x4 System.Numerics.Plane System.Numerics.Quaternion System.Numerics.Vector2 System.Numerics.Vector3 System.Numerics.Vector4 System.Numerics.Vector System.Numerics.Vector<T> 7e3dbdb95b30650eabade0ac73a10b22d4dbe8b3
System.Reflection by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.10-beta-22416
Provides types that retrieve information about assemblies, modules, members, parameters, and other entities in managed code by examining their metadata. These types also can be used to manipulate instances of loaded types, for example to hook up events or to invoke methods. Commonly Used Types: System.Reflection.MethodInfo System.Reflection.PropertyInfo System.Reflection.ParameterInfo System.Reflection.FieldInfo System.Reflection.ConstructorInfo System.Reflection.Assembly System.Reflection.MemberInfo System.Reflection.EventInfo System.Reflection.Module