6.0.0-beta.1
Pre-release
Pre-release
·
102 commits
to master
since this release
Removed support for older Visual Studios
- Support Visual Studio 2017 15.9+ and Visual Studio 2019, dropping support for Visual Studio 2015 (#14)
This is an intentional change relative the 5.3.0 release. Note that the 5.4.0 release inadvertently dropped support for VS 2015 and VS2017.
Changed
- Move analyzers from the main FakeItEasy repository to the FakeItEasy/FakeItEasy.Analyzers repository (FakeItEasy/FakeItEasy#1735)
- Release notes for previous versions can be found at the main FakeItEasy repository
- The Analyzers and the main FakeItEasy package will now release on their own cadence. There never was a tight coupling between packages with the same version, and now that's made explicit.
Retired Diagnostics
- Diagnostic FakeItEasy0006, "Assertion uses legacy
Repeatedclass" (FakeItEasy/FakeItEasy#1296)
Additional Items
- Always test on all supported platforms on the current operating system (#8)
- Update mkdocs to 1.0.4 (#12)
- Fix broken NuGet badge (#15)
- Point to release notes in this repository (#16)
- Update tools submodule to FakeItEasy/FakeItEasy.Tools@f6eaae9 (#17)
With special thanks for contributions to this release from:
- Elijah Newren - @newren, whose git-filter-repo was instrumental in extracting the analyzer code from the main FakeItEasy repo