fsprojects / FSharp.Control.TaskSeq

A computation expression and module for seamless working with IAsyncEnumerable<'T> as if it is just another sequence
MIT License
91 stars 7 forks source link

Cleanup or clarify unnecessary `#nowarn` statements #238

Closed abelbraaksma closed 5 months ago

abelbraaksma commented 5 months ago

Just some housekeeping about #nowarn.

Note that FS0057 is:

Experimental library feature, requires '--langversion:preview'.

which it really isn't (one is even raised as the result of an open statement??)