0.13.0
What's Changed
Breaking Changes 🛠
- Use TextWriter.Synchronized for Thread Safe Test Output by @thomhurst in #1868
- Use ValueTask instead of Task in Assertion logic to reduce allocations by @AnnaSasDev in #1859
🏕 Changes
- Remove InternalsVisibleTo from all projects apart from Core > Engine by @thomhurst in #1857
- Detect circular references when using IsEquivalentTo by @thomhurst in #1864
- Add tests for dotnet new templates by @MattKotsenas in #1863
- Make sure TestContext.OutputWriter is Thread safe by @thomhurst in #1862
- Add ExcludeFromCodeCoverage attribute to templates by @MattKotsenas in #1854
- Fix Dependency Conflict checker reporting false positives by @thomhurst in #1869
👒 Dependencies
- chore(deps): update tunit to 0.12.25 by @thomhurst in #1858
New Contributors
- @MattKotsenas made their first contribution in #1863
Full Changelog: v0.12.25...v0.13.0