-
Notifications
You must be signed in to change notification settings - Fork 731
Closed
Description
- Keep only .NET Core 2.1, .NET Core 3.0, .NET 4.7, .NET Standard 2.0 and 2.1
- Remove older test frameworks
- Make everything under
Commonthat is supposed to be used internallyinternal - Remove
IAssertionRule - Make
CallerIdentifier.loggera property - Make
SelfReferenceEquivalencyAssertionOptions.orderingRulesa property - Remove
#if NETCOREAPP1_1from all specs - Check that all
#ifs are necessary in both core and specs projects - Remove ncrunch files
- Remove references to Gallio and MbUnit
- Restructure
Equivalencyfolder - Revise
params object[]overloads for ambiguity (e.g.BequivalentTo) - Update
FluentAssertions.Json