Skip to content

Steinpilz/languageext-autofixture

Repository files navigation

LanguageExt.AutoFixture

Introduction

Ensures all LanguageExt's data types could be instantiated by AutoFixture

Install

Thi library is distributed via Nuget Package https://www.nuget.org/packages/LanguageExt.AutoFixture and could be installed by:

Install-Package LanguageExt.AutoFixture

Then customize your IFixture instance:

fixture.Customize(new LanguageExt.AutoFixture.LanguageExtCustomization());

// or use extensions method from LanguageExt.AutoFixture namespace

fixture.LanguageExt();

Questions & Issues

Use github issue tracker

Maintainers

@ivanbenko

Contribution

  • Setup development environment:
  1. Clone the repo
  2. .paket\paket restore
  3. build target=build
  • Creat PR and assign to one of the maintainers

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published