v1.11.2
ChangeLog
- 61fbd27 No need to fix file permissions on Mac.
- 02efcdd Fix race conditions in SetContentAsync.
- 56dffd1 Add missing ConfigureAwait in Accessibility.
- 82a9b33 Set headless option to false when Devtools are enabled.
- 72f8a91 CloseAsync should wait for the target to be closed.
- 9e11c6f Change TextAsync output type.
- 804fb6f Browser.IsClosed should be true when the connection is closed.
Internal Changes
- 079b013 a3f809f 0bda7f9 Add classes to all Request/Response communications.
- 9cb7ecf Connection messages should be dispatched synchronously.
- e3499b3 Add TaskCreationOptions.RunContinuationsAsynchronously to TaskCompletionSources.
- b779f18 Remove Task.Delays.
- e31a3fa Dispose CancellationTokens.
- d61fe13 Add TaskCreationOptions.LongRunning to the WebSocketTransport loop.
- 3c093e4 Fix race condition in CloseAsync.
- cb8ff5c b9688e0 96af36e f11be1f 1a6b865 38e6c42 1d54130 Prevent race conditions in tests.
- 1dabf1f Fix minor typo in XML docs.
- 82fd27e Upgrade .NET Core projects to 2.2.
- 89d3af9 Upgrade to C# 7.3.
- f5e48af Replace timeouts with CancellationTokens.