Prerequisites
Cake runner
Cake .NET Tool, Cake Frosting, Cake runner for .NET Framework, Cake runner for .NET Core
Cake version
2.2
Operating system
N/A
Operating system architecture
N/A
CI Server
No response
What are you seeing?
While trying to implement a custom Cake engine I can't access the helper class CakeEngineActions because it's internal.
To make cake more extensible while providing base functionality it would be a great help if I can also use the CakeEngineActions class to access the existing functionality instead of copying it.
What is expected?
CakeEngineActions class should be public
Steps to Reproduce
Try to implement ICakeEngine
Output log
No response
Prerequisites
Cake runner
Cake .NET Tool, Cake Frosting, Cake runner for .NET Framework, Cake runner for .NET Core
Cake version
2.2
Operating system
N/A
Operating system architecture
N/A
CI Server
No response
What are you seeing?
While trying to implement a custom Cake engine I can't access the helper class CakeEngineActions because it's internal.
To make cake more extensible while providing base functionality it would be a great help if I can also use the CakeEngineActions class to access the existing functionality instead of copying it.
What is expected?
CakeEngineActions class should be public
Steps to Reproduce
Try to implement ICakeEngine
Output log
No response