Skip to content

Add typed CakeTaskBuilder / TaskOf<T>() to easier work with typed data context #4047

@devlead

Description

@devlead

When working with typed data context it's sometimes cumbersome to specify type parameters for all task building methods i.e. WithCriteria<T>, Does<T>, DoesForeEach<T>, etc. introducing a TaskOf<T> & CakeTaskBuilder<T> would simplify this by inferring the type used for typed data context.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions