v9.1.0
What's new
What's Changed
- Automate nuget org push by @stesee in #2079
- Automate nuget org push - fixed by @stesee in #2081
- Update README.md by @stesee in #2087
- Fix single file publish by @stesee in #2088
- Prefer IsEmpty over Count/Any by @jnyrup in #2091
- Return a
Task
instead ofnull
by @jnyrup in #2094 - Fix duplicated test by @jnyrup in #2092
- Safer double disposal by @jnyrup in #2095
- Analyzers by @jnyrup in #2093
- Test - Use Assert.ThrowsAsync for exceptions instead of ContinueWith by @amaitland in #2096
- Fix SyntaxError in
WaitForNetworkIdleTests.ShouldWork
by @jnyrup in #2090 - Call
Detach
onDisconnect
by @jnyrup in #2105 - Improve timing related tests by @jnyrup in #2107
- Browser - Dispose of ScreenshotTaskQueue when async dispose by @amaitland in #2116
- TaskQueue - Make class sealed and simplify Dispose by @amaitland in #2118
- Update samples to use PuppeteerSharp v9.0.2 by @cestrand in #2119
- Rename DOMWorld to IsolatedWorld by @kblok in #2120
- TaskQueue - ThreadSafe Dispose(Async) guard by @amaitland in #2123
- v9.1 by @kblok in #2125
- Return Task wrapping a null worker instead of a null task by @jnyrup in #2134
- TaskQueue tests by @jnyrup in #2127
- Rework some disposing by @jnyrup in #2128
- TaskHelper improvements by @jnyrup in #2131
- Fix ShouldWorkForElementHandleWaitForSelector by @jnyrup in #2133
- Remove unused dependency on SharpZipLib by @jnyrup in #2129
- Improve SetBurstModeOffAsync return statement by @jnyrup in #2132
- Use IAsyncLifetime for async initialization/disposal by @jnyrup in #2135
- Cleanups by @jnyrup in #2136
New Contributors
Full Changelog: v9.0.2...v9.1.0