We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Originally posted by pascalberger October 23, 2024 Having the following code in a Cake Frosting project:
var value = context.Argument<string>("foo");
When running Cake with --foo=bar it worked in 4.0, but with 4.1 an Argument 'foo' was not set error is thrown.
--foo=bar
Argument 'foo' was not set
See https://github.com/pascalberger/cake-4373 for a repro.
The text was updated successfully, but these errors were encountered:
5fae5cf
Merge pull request #4375 from devlead/feature/gh-4374
13fe6c3
GH4374: Fix Frosting argument parsing
🎉 This issue has been resolved in version v4.2.0 🎉
The release is available on:
Your GitReleaseManager bot 📦🚀
Sorry, something went wrong.
devlead
Successfully merging a pull request may close this issue.
Discussed in https://github.com/orgs/cake-build/discussions/4373
Originally posted by pascalberger October 23, 2024
Having the following code in a Cake Frosting project:
When running Cake with
--foo=bar
it worked in 4.0, but with 4.1 anArgument 'foo' was not set
error is thrown.See https://github.com/pascalberger/cake-4373 for a repro.
The text was updated successfully, but these errors were encountered: