Open
Description
The plugin greys out new
on the construction of an IAsyncDisposable
in https://github.com/bartelink/FSharp.Control.TaskSeq/blob/idisposable/src/FSharp.Control.TaskSeq/TaskSeqInternal.fs#L928
I blindly followed that in fsprojects/FSharp.Control.TaskSeq@cfc9624, but
Thankfully @abelbraaksma caught the fact that this was erroneous for me to remove it (i.e. new
should be mandatory for Disposables inc Async Disposables)
In this instance I'll sidestep it by using IDisposable
in fsprojects/FSharp.Control.TaskSeq#222
Ideally, the compiler would trap/complain/warn about the missing new
, but I'll settle for Rider not suggesting to remove it.
Metadata
Metadata
Assignees
Labels
No labels