v3.0.0
Breaking changes
v3 removes external dependencies from the core TestStack.ConventionTest project.
- Mono.Cecil is now ILMerged internally
So if you use the Mono.Cecil functionality, leave it installed. Otherwise uninstall it to remove unneeded dependencies - ApprovalTests is no longer a dependency
This also means theConvention.IsWithApprovedExeptionsmethod is gone.
Replace usage withvar failures = Convention.GetFailuresthen use Shouldly'sfailures.ShouldMatchApproved()extension orApprovalTests.Verify(failures)to verify the failures.