Skip to content

Deprecate some oddly named utility functions and replace with more sensible naming, deprecate type taskSeq<_> for TaskSeq<_> #193

Closed
@abelbraaksma

Description

@abelbraaksma

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 to TaskSeq<_>. This has already been done in #187.

Metadata

Metadata

Assignees

No one assigned

    Labels

    compatibilityRelated to backward or forwards, or F# Core or .NET version compatibilitytopic: surface areaAdds functions to the public surface area

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions