dennisdoomen
NuGet publisher profile
Packages (28)
FluentAssertions
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, MSTest3, MSTest4, 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.
FluentAssertions.Json
Fluent Assertions extensions for Newtonsoft.Json
Chill
A BDD style testing framework, heavily relying on (auto mocking) containers.
LiquidProjections
Provides basic building blocks for creating asynchronous projectors that subscribe to an event store.
LiquidProjections.Abstractions
Defines an abstraction for an event store that supports a transactionally consist group of events.
FluidCaching
A multi-threaded high performance Least Recently Used cache with async/await support, compiled for .NET Standard 1.1. Read https://www.continuousimprover.com/2016/02/a-least-recently-used-cache-that-you.html for some background information.
LiquidProjections.Testing
Helper classes to support testing projects based on LiquidProjections.
Chill.Autofac
A chill container that uses autofac. Ideal for Integration testing scenarios.
LiquidProjections.NHibernate
An extension to LiquidProjections that uses NHibernate for storing projections.
LiquidProjections.PollingEventStore.Sources
An adapter for event stores that cannot actively push events to LiquidProjections. It efficiently support multiple concurrent subscribers each interested in a different checkpoint without hitting the underlying event store concurrently.
FluidCaching.Sources
A multi-threaded high performance Least Recently Used cache with async/await support, compiled for .NET Standard 1.1 and shipped as source-only NuGet package. Read http://www.continuousimprover.com/2016/02/a-least-recently-used-cache-that-you.html for some background information.
LiquidProjections.NEventStore
Adds support for NEventStore as a source of events for LiquidProjections
Chill.AutofacNSubstitute
A chill container that uses autofac as a container and NSubsitute for creating mocks.
Chill.AutofacFakeItEasy
A chill container that uses autofac as a container and FakeItEasy for generating mocks.
Reflectify
A source-only package to help get metadata from .NET types
PackageGuard
PackageGuard is a fully open-source tool to scan the NuGet, NPM, PNPM and Yarn dependencies of your codebase against a deny- or allowlist to control the open-source licenses that you want to allow or certain versions of certain packages you want to enforce or avoid. See https://packageguard.org for the documentation.
LiquidProjections.RavenDB
An extension to LiquidProjections that uses RavenDB for storing projections.
Chill.UnityNSubstitute
A chill container that uses unity as a dependency injection container and NSubsitute as it's mocking framework
Chill.Unity
A chill container that uses unity as a dependency injection container
Mockly
Fluent HTTP mocking for .NET like it should have done
LiquidProjections.Owin
Provides OWIN Middleware to access LiquidProjection over HTTP.
Pathy
Fluently building and using file and directory paths without binary dependencies
FluentAssertions.DataSets
Extensions to Fluent Assertions 8+ for dealing with DataSets and DataTables.
FluentAssertions.Mockly.v7
FluentAssertions extensions for Mockly.Http (compatible with FluentAssertions 7.x)
FluidCaching.Binaries
A multi-threaded high performance Least Recently Used cache with async/await support, compiled for .NET Standard 1.1. Read https://www.continuousimprover.com/2016/02/a-least-recently-used-cache-that-you.html for some background information.
DotNetLibraryPackageTemplates
A bunch of "dotnet new" solution templates for building high-quality binary and source-only packages inspired by Fluent Assertions.
FluentAssertions.Mockly.v8
FluentAssertions extensions for Mockly (compatible with FluentAssertions 8.x)
Pathy.Globbing
File globbing extensions for Pathy