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

Should this work with Cake 1.0.0 (RC1) yet? #24

Closed
bdukes opened this issue Jan 26, 2021 · 1 comment
Closed

Should this work with Cake 1.0.0 (RC1) yet? #24

bdukes opened this issue Jan 26, 2021 · 1 comment
Assignees
Labels

Comments

@bdukes
Copy link
Contributor

bdukes commented Jan 26, 2021

I've added this module to our build at dnnsoftware/Dnn.Platform#4439, but didn't see any changes in the build output. I'm assuming it's because of the Cake version we're using, or I could just be missing what I should be seeing. Is there a way to verify whether the tool is being applied?

@nils-a
Copy link
Contributor

nils-a commented Jan 27, 2021

Sorry to say, it is currently not supposed to work with Cake 1.x, as modules are for the most part bound to the version they were compiled against.

You can add --verbosity=diagnostic to the run, to see detailed information including loaded modules.

For a run using Cake 0.34.x it looks like:
image

For a run using Cake 1.0.0-rc0002 it looks like:
image

@nils-a nils-a self-assigned this Feb 2, 2021
@nils-a nils-a added the Question label Feb 2, 2021
@nils-a nils-a closed this as completed Feb 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants