CommunityToolkit.WinUI.Notifications by: Microsoft.Toolkit, dotnetfoundation
  • 1 total downloads
  • Latest version: 7.1.2
  • notifications win10 windows 10 tile tiles toast toasts badge xml uwp c# csharp c++ wpf winforms
The official way to send toast notifications on Windows 10 via code rather than XML, with the help of IntelliSense. Supports all C# app types, including WPF, UWP, WinForms, and Console, even without packaging your app as MSIX. Also supports C++ UWP apps. Additionally, generate notification payloads from your ASP.NET web server to send as push notifications, or generate notification payloads from class libraries. For UWP/MSIX apps, you can also generate tile and badge notifications.
Confluent.Kafka by: Confluent Inc., Andreas Heider
  • 5 total downloads
  • Latest version: 2.14.2
  • Kafka Confluent librdkafka
Confluent's .NET Client for Apache Kafka
Confluent.Kafka.DependencyInjection by: Kyle McClellan and others
  • 1 total downloads
  • Latest version: 3.1.0
  • kafka confluent dependencyinjection di ioc logging
An extension of Confluent.Kafka for use with Microsoft.Extensions.DependencyInjection (and friends).
ConsoleAppFramework by: Cysharp
  • 0 total downloads
  • Latest version: 5.7.8
  • batch,console,cli,consoleappframework
Zero Dependency, Zero Overhead, Zero Reflection, Zero Allocation, AOT Safe CLI Framework powered by C# Source Generator.
coverlet.collector by: tonerdo
  • 1 total downloads
  • Latest version: 3.1.2
  • coverage testing unit-test lcov opencover quality
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
coverlet.msbuild by: tonerdo
  • 1 total downloads
  • Latest version: 6.0.4
  • coverage testing unit-test lcov opencover quality
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
CsvHelper by: Josh Close
  • 40 total downloads
  • Latest version: 30.0.1
  • csv csvhelper comma separated value delimited
A library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.
Docker.DotNet.Enhanced by: Docker.DotNet
  • 1 total downloads
  • Latest version: 4.3.0
  • Docker Container C# .NET
A .NET client for the Docker Engine API (v29.4.1) with fully asynchronous, non-blocking, object-oriented APIs.
Docker.DotNet.Enhanced.Handler.Abstractions by: Docker.DotNet.Handler.Abstractions
  • 2 total downloads
  • Latest version: 4.3.0
  • Docker Container C# .NET
An abstraction layer for Docker.DotNet that defines the classes and interfaces for implementing Docker Engine handlers.
Docker.DotNet.Enhanced.LegacyHttp by: Docker.DotNet.LegacyHttp
  • 1 total downloads
  • Latest version: 4.3.0
  • Docker Container C# .NET
A Docker.DotNet transport implementation for HTTP(S) Docker Engine connections.
Docker.DotNet.Enhanced.Unix by: Docker.DotNet.Unix
  • 1 total downloads
  • Latest version: 3.132.0
  • Docker Container C# .NET
A Docker.DotNet transport implementation for Unix domain socket Docker Engine connections.
Docker.DotNet.Enhanced.X509 by: Docker.DotNet.X509
  • 1 total downloads
  • Latest version: 4.3.0
  • Docker Container C# .NET
A Docker.DotNet extension that adds X.509 client certificate authentication for remote Docker Engine connections.
DotLiquid by: Tim Jones, Alessandro Petrelli
  • 1 total downloads
  • Latest version: 2.0.262
  • template templating language liquid markup
DotLiquid is a templating system ported to the .NET framework from Ruby’s Liquid Markup.
EPPlus by: EPPlus Software AB
  • 4 total downloads
  • Latest version: 8.4.1
  • Excel ooxml
A spreadsheet library for .NET framework and .NET core
ExtendedNumerics.BigDecimal by: Adam White, Jan Christoph Bernack, Rick Harker
  • 1 total downloads
  • Latest version: 3003.1.0.157
  • math mathematics arbitrary-precision floating-point decimal arithmetic trigonometry logarithms numerics numbers biginteger bigdecimal hyperbolic inverse trigonometric sine cosine tangent secant circular angles sin cos tan mantissa exponent floating point base10 csharp
An arbitrary precision decimal (base 10) floating point number type using a mantissa and exponent. Supports nth roots, trigonometric functions, logarithms, natural e, pi, etc.
Fable by: Alfonso García-Caro Núñez
  • 5 total downloads
  • Latest version: 5.0.0-alpha.23
  • fsharp fable javascript f# js
F# to JS compiler
FastEndpoints by: FastEndpoints
  • 2 total downloads
  • Latest version: 5.17.1.30-beta
  • http, rest, rest-api, web-api, webapi, aspnet, aspnetcore, dotnet6, minimal-api, vertical-slice-architecture, repr-pattern
A light-weight REST Api framework for ASP.Net 6 and newer that implements REPR (Request-Endpoint-Response) Pattern.
FastEndpoints.Attributes by: FastEndpoints
  • 2 total downloads
  • Latest version: 8.2.0-beta.43
Attributes used by FastEndpoints.
FluentAssertions by: Dennis Doomen, Jonas Nyrup, Xceed
  • 0 total downloads
  • Latest version: 8.7.1
  • MSTest2 xUnit NUnit MSpec TUnit TDD BDD Fluent netstandard uwp
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Works with .NET Standard 2.0 and higher, .NET Framework 4.7 and higher and .NET 6 and higher. Supports the unit test frameworks MSTest2, NUnit3, NUnit4, XUnit2, XUnit3, MSpec and TUnit. IMPORTANT: This version is free for open-source projects and non-commercial use, but commercial use requires [a paid license](https://xceed.com/products/unit-testing/fluent-assertions/). Check out the [license page](LICENSE) for more information.
FluentMigrator.Extensions.Postgres by: Sean Chambers, Josh Coffman, Tom Marien, Mark Junker, John Zabroski
  • 0 total downloads
  • Latest version: 7.1.0
  • fluent migrator fluentmigrator migration database
FluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, you tell it which version to migrate to and it will run all necessary migrations in order to bring your database up to that version. In addition to forward migration support, FluentMigrator also supports different ways to execute the migrations along with selective migrations called profiles and executing arbitrary SQL.