See https://www.fluentassertions.com for background information, usage documentation, an extensibility guide, support information and more tips & tricks.
Install Visual Studio 2019 or JetBrains Rider 2017.1 and Build Tools 2017 and run
This is a special set of tests that use the ApprovalTests.Net project to verify whether you've introduced any breaking changes in the public API of the library.
By default, the right reporter is selected based on the run-time environment (e.g. Visual Studio diff viewer, Rider's diff viewer, etc).
You can change that by setting the environment variable ApiApproval.Reporter
to the (fully-qualified) name of one of the implementations of IApprovalFailureReporter
.
If you've verified the changes and decided they are valid, you can accept them using AcceptApiChanges.ps1
or AcceptApiChanges.sh
.
See also the Contribution Guidelines..
build.ps1