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
The CakeTaskExtensions class accessibility was changed from public to internal and we have lots of builds scripts using it; for example using AddCriteria to disable a task in order to override its behaviour:
What You Are Seeing?
CakeTaskExtensions
are no longer accessible.What is Expected?
CakeTaskExtensions
to be accessible; as before upgrading.What version of Cake are you using?
0.29.0
Are you running on a 32 or 64 bit system?
64-bit
What environment are you running on? Windows? Linux? Mac?
Windows
Are you running on a CI Server? If so, which one?
TeamCity
How Did You Get This To Happen? (Steps to Reproduce)
I recently updated from Cake 0.23.0 to 0.29.0 and hit the following breaking change:
commit/105eb540d1958f11d7953000ace4377042f192a6#diff-f817cf6c892a63876e9847920aae68eaR8
The
CakeTaskExtensions
class accessibility was changed frompublic
tointernal
and we have lots of builds scripts using it; for example usingAddCriteria
to disable a task in order to override its behaviour:I can hack around it but it's not pretty:
Output Log
The text was updated successfully, but these errors were encountered: