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
I recently ran into an issue (in F#) where I was using use on an instance of this within a task CE, where the compiler was complaining that it did not implement IAsyncDisposable. C# has also implemented the await using construct, where destruction will be handled asynchronously.
I recently ran into an issue (in F#) where I was using
use
on an instance of this within atask
CE, where the compiler was complaining that it did not implementIAsyncDisposable
. C# has also implemented theawait using
construct, where destruction will be handled asynchronously.It seems that implementing this is rather straightforward; would you be open to a PR that does so?
The text was updated successfully, but these errors were encountered: