CSharp - Nuget

TensorFlow.NET

Google's TensorFlow full binding in .NET Standard.

Building, training and infering deep learning models.

https://tensorflownet.readthedocs.io/

Testcontainers

Testcontainers for .NET is a library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions. The library is built on top of the .NET Docker remote API and provides a lightweight implementation to support your test environment in all circumstances.

Throw

A simple, fluent, extensible, and fully customizable library for throwing exceptions using .NET 6+

TickerQ

TickerQ is a fast, reflection-free background task scheduler for .NET — built with source generators, EF Core integration, cron + time-based execution, and a real-time dashboard.

TinyCsvParser

An easy to use and high-performance library for CSV parsing.

TinyResult

A lightweight and powerful Result Pattern implementation for .NET 9

UnitsNet

Add strongly typed quantities to your code and get merrily on with your life.


Validus

Validus is an extensible validation library for F# with built-in validators for most primitive types and easily extended through custom validators.

Valit

Valit is dead simple validation for .NET Core. No more if-statements all around your code. Write nice and clean fluent validators instead!

ValueOf

Declare Value Objects in one line e.g. `class ClientRef : ValueOf<string, ClientRef> { }`), create using `ClientRef.From(someString)`

The base Type ValueOf<TValue, TThis>, provides Equals, GetHashcode.

Use ValueTuples for multi property values e.g `class Address : ValueOf<(string firstLine, string secondLine, Postcode postcode), Address> {}`

Vault

.NET API for Vault (https://www.vaultproject.io/)

VaultSharp

The most comprehensive cross-platform .NET Library for HashiCorp's Vault - A Secret Management System.