StyleCop.Analyzers.Unstable
by: Sam Harwell et. al.
- 5 total downloads
- Latest version: 1.2.0.556
An implementation of StyleCop's rules using Roslyn analyzers and code fixes
Swashbuckle.AspNetCore
by: Swashbuckle.AspNetCore
- 8 total downloads
- Latest version: 5.5.1
Swagger tools for documenting APIs built on ASP.NET Core
System.Private.Uri
by: Microsoft
- 6 total downloads
- Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of System.Uri.
When using NuGet 3.x this package requires at least version 3.4.
System.Text.Json
by: Microsoft
- 14 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
xunit
by: James Newkirk Brad Wilson
- 12 total downloads
- Latest version: 2.4.1
xUnit.net is a developer testing framework, built to support Test Driven Development, with a design goal of extreme simplicity and alignment with framework features.
Installing this package installs xunit.core, xunit.assert, and xunit.analyzers.
xunit.analyzers
by: Marcin Dobosz
- 9 total downloads
- Latest version: 0.10.0
Code Analyzers for projects using xUnit.net that help find and fix frequent issues when writing tests.
xunit.core
by: James Newkirk Brad Wilson
- 17 total downloads
- Latest version: 2.4.1
Includes the libraries for writing unit tests with xUnit.net.