erwinvandervalk
NuGet publisher profile
Packages (11)
Chill
A BDD style testing framework, heavily relying on (auto mocking) containers.
TemplatedConfiguration
This library is an extension for Microsoft.Extensions.Configuration, which helps you to do recursive templating in configuration settings. When retrieving a configuration setting value, it will look for placeholders. If it finds any placeholder, it will try to see if the placeholder is actually configured as a setting. It will then (recursively) replace any placeholders within the setting's value. This means you can compose configuration settings out of other configuration settings, which will allow you to override only parts of a config setting or the entire setting.
Chill.Autofac
A chill container that uses autofac. Ideal for Integration testing scenarios.
ConfigurationValidator
This library is an extension for Microsoft.Extensions.Configuration, which helps you to validate your configuration settings
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.
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
IsolatedSqlDb
Package Description
Chill.Http
A testing framework that tests at the HTTP boundary, heavily relying on owin.
Config.SqlStreamStore
Package Description