SshNet.Security.Cryptography
by: Renci
- 1 total downloads
- Latest version: 1.2.0
Cryptographic functions for .NET
StackExchange.Redis
by: Stack Exchange, Inc., Marc Gravell, Nick Craver
- 1 total downloads
- Latest version: 2.8.12
High performance Redis client, incorporating both synchronous and asynchronous usage.
Swashbuckle.AspNetCore.Swagger
by: domaindrivendev
- 17 total downloads
- Latest version: 8.1.2
Middleware to expose Swagger JSON endpoints from APIs built on ASP.NET Core
Swashbuckle.AspNetCore.SwaggerGen
by: Swashbuckle.AspNetCore.SwaggerGen
- 1 total downloads
- Latest version: 6.3.1
Swagger Generator for APIs built on ASP.NET Core
System.Console
by: Microsoft
- 1 total downloads
- Latest version: 4.0.0-beta-22605
Provides the System.Console class, which represents the standard input, output and error streams for console applications.
Commonly Used Types:
System.Console
System.ConsoleColor
System.IO.Hashing
by: Microsoft
- 1 total downloads
- Latest version: 6.0.0
Provides non-cryptographic hash algorithms, such as CRC-32.
Commonly Used Types:
System.IO.Hashing.Crc32
System.IO.Hashing.XxHash32
System.Reflection.MetadataLoadContext
by: Microsoft
- 14 total downloads
- Latest version: 10.0.0-preview.6.25358.103
Provides read-only reflection on assemblies in an isolated context with support for assemblies that target different processor architectures and runtimes. Using MetadataLoadContext enables you to inspect assemblies without loading them into the main execution context. Assemblies in MetadataLoadContext are treated only as metadata, that is, you can read information about their members, but cannot execute any code contained in them.
System.Security.Cryptography.OpenSsl
by: Microsoft
- 1 total downloads
- Latest version: 5.0.0
Provides cryptographic algorithm implementations and key management for non-Windows systems with OpenSSL.
Commonly Used Types:
System.Security.Cryptography.RSAOpenSsl
When using NuGet 3.x this package requires at least version 3.4.
Temporalio.Extensions.OpenTelemetry
by: Temporal
- 3 total downloads
- Latest version: 1.3.0
Temporal SDK .NET OpenTelemetry Extension
WindowsAzure.Storage
by: Microsoft
- 17 total downloads
- Latest version: 9.3.2
This client library enables working with the Microsoft Azure storage services which include the blob and file service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client.
For this release see notes - https://github.com/Azure/azure-storage-net/blob/master/README.md and https://github.com/Azure/azure-storage-net/blob/master/changelog.txt
Microsoft Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/
xunit.assert
by: jnewkirk, bradwilson
- 10 total downloads
- Latest version: 2.6.4
Includes the assertion library from xUnit.net (xunit.assert.dll). Supports .NET Standard 1.1+ and .NET 6.0+.
YamlDotNet
by: Antoine Aubry
- 1 total downloads
- Latest version: 16.3.0
YamlDotNet is 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. A serialization library is also included that allows to read and write objects from and to YAML streams.