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

Start supporting Cake 3.0.0 #135

Closed
bdukes opened this issue Dec 13, 2022 · 2 comments · Fixed by #139
Closed

Start supporting Cake 3.0.0 #135

bdukes opened this issue Dec 13, 2022 · 2 comments · Fixed by #139
Assignees
Milestone

Comments

@bdukes
Copy link
Contributor

bdukes commented Dec 13, 2022

We upgraded Cake.BuildSystems.Module to 4.2.0, Cake.Frosting to 3.0.0 and Cake.Issues to 2.0.0, and are now getting a build error:

Unhandled exception. System.TypeLoadException: Method 'WriteLifeCycleStep' in type 'Cake.AzurePipelines.Module.AzurePipelinesReportPrinter' from assembly 'Cake.AzurePipelines.Module, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
at Cake.AzurePipelines.Module.AzurePipelinesModule.Register(ICakeContainerRegistrar registrar)
at Cake.Frosting.ServiceCollectionExtensions.UseModule[TModule](IServiceCollection services)
at Cake.Frosting.CakeHostExtensions.<>c__8`1.<UseModule>b__8_0(IServiceCollection services)
at Cake.Frosting.CakeHost.ConfigureServices(Action`1 services)
at Cake.Frosting.CakeHostExtensions.UseModule[TModule](CakeHost host)
at DotNetNuke.Build.Program.Main(String[] args) in D:\a\1\s\build\Program.cs:line 26

No particular rush on the upgrade, just wanted to make sure you were aware and/or we didn't miss anything we needed to do with the upgrade. Thanks!

@nils-a
Copy link
Contributor

nils-a commented Dec 14, 2022

@bdukes we're currently lagging a bit behind. Cake.BuildSystems.Module in version 4.2 currently does not support Cake 3.0.0

@nils-a nils-a changed the title Error after upgrading to Cake.Frosting 3.0.0 Start supporting Cake 3.0.0 Aug 26, 2023
@nils-a nils-a added this to the 5.0.0 milestone Aug 26, 2023
@nils-a nils-a linked a pull request Aug 26, 2023 that will close this issue
@cake-contrib-bot
Copy link

🎉 This issue has been resolved in version 5.0.0 🎉
The release is available on:

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