You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#146 - Better support for `CancellationToken`. Clean up of toke…
…n registrations that may produce exceptions when `CancellationTokenSource.Cancel()` is called. Basic idea here is to have the caller of `CancellationTokenSource.Cancel()` dispose of the `CancellationTokenRegistration` and have the message pump worker tasked with finishing the Awatier task continuations dispose of `CancellationTokenRegistration` when it's done via using statement.
Fixes#125, use the configured NamingStrategy when translating linq q…
…ueries. (#126)
* Fixes#125, use the configured NamingStrategy when translating linq queries.
* Update HISTORY.md changes.