System.ServiceModel.Security
by: Microsoft
- 1 total downloads
- Latest version: 4.4.0-preview2-25419-01
Provides common security types for consuming and communicating with services.
Commonly Used Types:
System.ServiceModel.DnsEndpointIdentity
System.ServiceModel.MessageSecurityVersion
System.ServiceModel.UpnEndpointIdentity
System.ServiceModel.SpnEndpointIdentity
ef12c524d29edfd2f5db96cf1ac60b2372986790
When using NuGet 3.x this package requires at least version 3.4.
System.Speech
by: Microsoft
- 2 total downloads
- Latest version: 8.0.0-preview.4.23259.5
Provides types to perform speech synthesis and speech recognition.
Commonly Used Types
System.Speech.Synthesis.SpeechSynthesizer
System.Speech.Recognition.SpeechRecognizer
System.Text.Encoding.CodePages
by: Microsoft
- 1 total downloads
- Latest version: 4.7.0-preview2.19523.17
Provides support for code-page based encodings, including Windows-1252, Shift-JIS, and GB2312.
Commonly Used Types:
System.Text.CodePagesEncodingProvider
When using NuGet 3.x this package requires at least version 3.4.
System.Text.Json
by: Microsoft
- 2 total downloads
- Latest version: 6.0.6
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
System.Threading.AccessControl
by: Microsoft
- 2 total downloads
- Latest version: 9.0.3
Provides support for managing access and audit control lists for synchronization primitives.
Commonly Used Types:
System.Security.AccessControl.EventWaitHandleAccessRule
System.Security.AccessControl.EventWaitHandleAuditRule
System.Security.AccessControl.MutexAccessRule
System.Security.AccessControl.MutexAuditRule
System.Security.AccessControl.MutexSecurity
System.Security.AccessControl.SemaphoreAccessRule
System.Security.AccessControl.SemaphoreAuditRule
System.Security.AccessControl.SemaphoreSecurity
System.Windows.Extensions
by: Microsoft
- 2 total downloads
- Latest version: 6.0.0-preview.3.21201.4
Provides miscellaneous Windows-specific types
Commonly Used Types:
System.Security.Cryptography.X509Certificates.X509Certificate2UI
System.Security.Cryptography.X509Certificates.X509SelectionFlag
Testcontainers.PostgreSql
by: Andre Hofmeister and contributors
- 2 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: James Newkirk, Brad Wilson
- 1 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.extensibility.core
by: jnewkirk, bradwilson
- 1 total downloads
- Latest version: 2.6.1
Includes xunit.core.dll for extensibility purposes. Supports .NET 4.5.2 or later, and .NET Standard 1.1.
Xunit.Gherkin.Quick
by: Tengiz Tutisani
- 1 total downloads
- Latest version: 3.1.0
Xunit.Gherkin.Quick is a lightweight, cross platform BDD test framework (targets .NET Standard, can be used from both .NET and .NET Core test projects). It parses Gherkin language and executes Xunit tests corresponding to scenarios.
Xunit.SkippableFact
by: Andrew Arnott
- 3 total downloads
- Latest version: 1.3.3
Make your Xunit test methods self-determine to report a "skipped" result. Useful for such cases as "not supported on this platform" results or other environmental inputs.
YamlDotNet
by: Antoine Aubry
- 1 total downloads
- Latest version: 15.1.4
A .NET library for YAML. YamlDotNet provides low level parsing and emitting of YAML as well as a high level object model similar to XmlDocument.