You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 aTaskOf<T>
&CakeTaskBuilder<T>
would simplify this by inferring the type used for typed data context.The text was updated successfully, but these errors were encountered: