v3.1.2
Added
- Support .NET 6 (#344) Thanks @martincostello!
- Support GitHub Codespaces (#356) Thanks @martincostello!
Fixed
- Fix NullReferenceException when deregistering requests in some cases (#361, #454) Thanks @AliKhalili and @martincostello!
Changed
- Rewrote acting and assertion step of tests for Shouldly when using
Assert.Throws
(#359) Thanks @AliKhalili! - Remove unrequired comment after tuple refactor (#370) Thanks @WestDiscGolf!
- Use new .NET 6 and C# 10 features (#445) Thanks @martincostello!
Deregister(HttpRequestInterceptionBuilder)
now throws if the HTTP request cannot be deregistered (#454) Thanks @martincostello!
New Contributors
- @AliKhalili made their first contribution in #359
- @WestDiscGolf made their first contribution in #370
Contributors
Full Changelog: v3.1.1...v3.1.2