System.Text.Encoding.CodePages
by: Microsoft
- 10 total downloads
- Latest version: 9.0.3
Provides support for code-page based encodings, including Windows-1252, Shift-JIS, and GB2312.
Commonly Used Types:
System.Text.CodePagesEncodingProvider
System.Text.Encodings.Web
by: Microsoft
- 782 total downloads
- Latest version: 10.0.0-rc.1.25451.107
Provides types for encoding and escaping strings for use in JavaScript, HyperText Markup Language (HTML), and uniform resource locators (URL).
Commonly Used Types:
System.Text.Encodings.Web.HtmlEncoder
System.Text.Encodings.Web.UrlEncoder
System.Text.Encodings.Web.JavaScriptEncoder
System.Text.Json
by: Microsoft
- 832 total downloads
- Latest version: 10.0.0-rc.1.25451.107
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.
The System.Text.Json library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.
System.Windows.Extensions
by: Microsoft
- 1 total downloads
- Latest version: 9.0.5
Provides miscellaneous Windows-specific types
Commonly Used Types:
System.Security.Cryptography.X509Certificates.X509Certificate2UI
System.Security.Cryptography.X509Certificates.X509SelectionFlag
Testcontainers
by: Andre Hofmeister and contributors
- 1 total downloads
- Latest version: 4.7.0
Testcontainers for .NET is a library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
Testcontainers.MongoDb
by: Andre Hofmeister and contributors
- 1 total downloads
- Latest version: 4.7.0
Testcontainers for .NET is a library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
xunit
by: jnewkirk, bradwilson
- 377 total downloads
- Latest version: 2.9.2
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: jnewkirk, bradwilson, marcind
- 377 total downloads
- Latest version: 1.16.0
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 provides code analyzers to help developers find and fix frequent issues when writing tests and xUnit.net extensibility code.
xunit.core
by: jnewkirk, bradwilson
- 377 total downloads
- Latest version: 2.9.2
Includes the libraries for writing unit tests with xUnit.net.
xunit.runner.console
by: jnewkirk, bradwilson
- 242 total downloads
- Latest version: 2.9.2
Console runner for the xUnit.net framework. Capable of running xUnit.net v1.9.2 and v2.0+ tests. Supports .NET 4.5.2 or later, .NET Core 1.x, and .NET Core 2.x.
ZNetCS.AspNetCore.Authentication.Basic
by: Marcin Smółka
- 119 total downloads
- Latest version: 9.0.0
A simple basic authentication middleware.