-
-
Notifications
You must be signed in to change notification settings - Fork 767
Closed
Labels
Milestone
Description
Prerequisites
- I have written a descriptive issue title
- I have searched issues to ensure it has not already been reported
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
Reactions are currently unavailable