cake-build / cake

:cake: Cake (C# Make) is a cross platform build automation system.
https://cakebuild.net
MIT License
3.87k stars 727 forks source link

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

Closed devlead closed 1 year ago

devlead commented 1 year ago

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.

cake-build-bot commented 1 year ago

:tada: This issue has been resolved in version v3.0.0 :tada:

The release is available on:

Your GitReleaseManager bot :package::rocket: