v4.3.0
What's Changed
- feat(net8): add .NET 8 target framework by @skwasjer in #86
- feat(server): implement
IAsyncDisposable
onHttpMockServer
by @skwasjer in #89 - fix(server):
MockHttpServer.StopAsync
disposes the host before it has a chance to actually stop by @skwasjer in #88 - fix(xml): do not modify
XmlSettings
supplied toXmlBody
response builder extension by @skwasjer in #90 - feat: added ctor parameter to
RateLimitedStream
to keep the underlying stream open on disposal by @skwasjer in #95 - feat: added
TransferRate
extension to simulate a slow network transport by @skwasjer in #96
Chores
- fix: address some static code analysis issues, exposed by the latest analyzer (in .NET 8 SDK) by @skwasjer in #87
- fix: force GC collect (in unit test) and finalize on appdomain unload by @skwasjer in #91
- chore(deps): bump xunit from 2.6.1 to 2.6.2 by @dependabot in #92
Full Changelog: v4.2.0...v4.3.0