Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extensibility issue - CakeEngineActions is internal #3956

Closed
2 tasks done
twenzel opened this issue Sep 1, 2022 · 1 comment · Fixed by #3957
Closed
2 tasks done

Extensibility issue - CakeEngineActions is internal #3956

twenzel opened this issue Sep 1, 2022 · 1 comment · Fixed by #3957
Milestone

Comments

@twenzel
Copy link
Contributor

twenzel commented Sep 1, 2022

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

@cake-build-bot
Copy link

🎉 This issue has been resolved in version v2.3.0 🎉

The release is available on:

Your GitReleaseManager bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants