Deprecate some oddly named utility functions and replace with more sensible naming, deprecate type taskSeq<_>
for TaskSeq<_>
#193
Labels
compatibility
Related to backward or forwards, or F# Core or .NET version compatibility
topic: surface area
Adds functions to the public surface area
Milestone
I'm talking of these two:
ValueTask.ofIValueTaskSource
->ValueTask.ofSource
ValueTask.FromResult
->ValueTask.fromResult
And we want to use proper naming for our types (PascalCase for the type, camelCase for the CE builder), so the type
taskSeq<_>
will be changed toTaskSeq<_>
. This has already been done in #187.The text was updated successfully, but these errors were encountered: