Top 20 NuGet Packages depending on AutoFixture

Total dependencies: 201

Adds fun bits to AutoFixture.
Package Description
Package Description
Files for implementing CQRS tests at CCG.
Package Description
Extends AutoFixture with the ability to register mocked ASP.NET Core Options.
Provides functionality for registering Moq mocks with AutoFixture fixtures.
Testing utilities
Provides functionality to help with testing code that has dependencies on parts of ASP.NET Core.
Defines functionality to help with automated testing, including extensions methods for AutoFixture.
Package Description
Package Description
This package contains a base fixture class with numerous helper methods to assist with scaffolding unit tests.
Validate you input! public static void Example(string name, int age) { try { Validator .Begin(name, nameof(name)) .NotNull() .NotWhiteSpace() .Map(age, nameof(age)...
Package Description
Contains AutoFixture common interfaces, attributes, and customizations for testing extensibility.
Package Description
MSTest Adapter for AutoFixture
Package Description