Newtonsoft.Json by: James Newton-King
  • 6 total downloads
  • Latest version: 13.0.4
  • json
Json.NET is a popular high-performance JSON framework for .NET
System.ComponentModel.Annotations by: Microsoft
  • 2 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.
SixLabors.ImageSharp by: Six Labors and contributors
  • 2 total downloads
  • Latest version: 3.1.11
  • Image Resize Crop Gif Jpg Jpeg Bitmap Pbm Png Tga Tiff WebP NetCore
A new, fully featured, fully managed, cross-platform, 2D graphics API for .NET
Microsoft.VisualStudio.Azure.Containers.Tools.Targets by: Microsoft
  • 2 total downloads
  • Latest version: 1.22.1
  • container containers Docker microservices Azure
Targets files to enable the Visual Studio Tools for Containers.
UAParser by: enemaerke
  • 2 total downloads
  • Latest version: 3.1.47
  • UAParser .Net UserAgent Parsing User Agent Parser
A .net wrapper for the ua-parser library
System.Text.Json by: Microsoft
  • 1 total downloads
  • Latest version: 6.0.3
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