CloudFlare.Client
by: Tamás Tóth
- 7 total downloads
- Latest version: 8.0.0
.NET library for communication with the Cloudflare service API.
CodeBeam.MudBlazor.Extensions
by: CodeBeam
- 1 total downloads
- Latest version: 8.3.0
MudBlazor extension components from contributors. Includes 30+ components and utilities.
CommunityToolkit.HighPerformance
by: Microsoft
- 6 total downloads
- Latest version: 8.4.0
This package includes high performance .NET helpers such as:
- Memory2D<T> and Span2D<T>: two types providing fast and allocation-free abstraction over 2D memory areas.
- ArrayPoolBufferWriter<T>: an IBufferWriter<T> implementation using pooled arrays, which also supports IMemoryOwner<T>.
- MemoryBufferWriter<T>: an IBufferWriter<T>: implementation that can wrap external Memory<T>: instances.
- MemoryOwner<T>: an IMemoryOwner<T> implementation with an embedded length and a fast Span<T> accessor.
- SpanOwner<T>: a stack-only type with the ability to rent a buffer of a specified length and getting a Span<T> from it.
- StringPool: a configurable pool for string instances that be used to minimize allocations when creating multiple strings from char buffers.
- String, array, Memory<T>, Span<T> extensions and more, all focused on high performance.
- HashCode<T>: a SIMD-enabled extension of HashCode to quickly process sequences of values.
- BitHelper: a class with helper methods to perform bit operations on numeric types.
- ParallelHelper: helpers to work with parallel code in a highly optimized manner.
- Box<T>: a type mapping boxed value types and exposing some utility and high performance methods.
- Ref<T>: a stack-only struct that can store a reference to a value of a specified type.
- NullableRef<T>: a stack-only struct similar to Ref<T>, which also supports nullable references.
coverlet.collector
by: tonerdo
- 1 total downloads
- Latest version: 6.0.4
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
Cronos
by: Andrey Dorokhov, Sergey Odinokov
- 8 total downloads
- Latest version: 0.11.1
A fully-featured .NET library for parsing cron expressions and calculating next occurrences that was designed with time zones in mind and correctly handles daylight saving time transitions.
dbup-core
by: Paul Stovell, Jim Burger, Jake Ginnivan, Damian Maclennan
- 5 total downloads
- Latest version: 6.1.1
DbUp makes it easy to deploy and upgrade SQL Server databases by running change scripts. This is the core library and should be used in conjunction with the database specific package (eg dbup-sqlserver, dbup-mysql)
dbup-postgresql
by: https://github.com/orgs/DbUp/people
- 3 total downloads
- Latest version: 7.0.1
DbUp makes it easy to deploy and upgrade SQL Server databases. This package adds PostgreSQL support.
Docker.DotNet.Enhanced
by: Docker.DotNet
- 4 total downloads
- Latest version: 3.131.1
Docker.DotNet is a library that allows you to interact with the Docker Remote API programmatically with fully asynchronous, non-blocking and object-oriented code in your .NET applications.
Docker.DotNet.Enhanced.X509
by: Docker.DotNet.X509
- 5 total downloads
- Latest version: 3.131.1
Docker.DotNet.X509 is a library that allows you to use certificate authentication with a remote Docker engine programmatically in your .NET applications.
EnumerableAsyncProcessor
by: Tom Longhurst
- 8 total downloads
- Latest version: 3.8.4
Various Enumerable Async Processors - Batch / Parallel / Rate Limited / One at a time
FastEndpoints.Attributes
by: FastEndpoints
- 17 total downloads
- Latest version: 8.0.1
Attributes used by FastEndpoints.
FastEndpoints.Core
by: FastEndpoints
- 10 total downloads
- Latest version: 8.0.1
Core service resolution and other shared functionality of FastEndpoints.
FastEndpoints.Generator
by: FastEndpoints
- 11 total downloads
- Latest version: 8.0.1
Source generator library for FastEndpoints.
FastEndpoints.Messaging.Core
by: FastEndpoints
- 9 total downloads
- Latest version: 8.0.1
Core messaging interfaces used by FastEndpoints.
FastEndpoints.Swagger
by: FastEndpoints
- 10 total downloads
- Latest version: 8.0.1
Swagger support for FastEndpoints.
FindRazorSourceFile
by: J.Sakamoto
- 3 total downloads
- Latest version: 1.0.1
This package makes your Blazor apps display the source .razor file name that generated the HTML element under the mouse cursor when entering the `Ctrl` + `Shift` + `F` hotkeys.
FluentAssertions
by: Dennis Doomen, Jonas Nyrup, Xceed
- 1 total downloads
- Latest version: 8.4.0
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.
FluentResults
by: Michael Altmann
- 15 total downloads
- Latest version: 4.0.0
A lightweight Result object implementation for .NET
Fluid.Core
by: Sebastien Ros
- 7 total downloads
- Latest version: 2.31.0
Fluid is a template engine based on the Liquid markup, with focus on performance and .NET programming patterns.