Conflict with Cake addin and Cake.Git
See original GitHub issueUsing Cake.GitVersioning 2.3.38 with Cake 0.32.1 I’m getting the following error:
Error(s) occurred when compiling build script:
(3333,12): error CS0029: Cannot implicitly convert type 'System.Collections.Generic.List<LibGit2Sharp.Tag>' to 'System.Collections.Generic.List<LibGit2Sharp.Tag>'
Issue Analytics
- State:
- Created 5 years ago
- Comments:14 (8 by maintainers)
Top Results From Across the Web
Cake.git addin throw exception in Windows 10
This is due to a netstandard on .NET Framework issue, and a new version of libgit2sharp is needed. We've got a pre-release version...
Read more >Best practices for writing addins
Best practices for writing addins. This page gives some best practices for writing Cake addins. Each guideline describes either a good or bad...
Read more >Cake.Git 3.0.0
dotnet add package Cake.Git --version 3.0.0. NuGet\Install-Package Cake.Git -Version 3.0.0. This command is intended to be used within the Package Manager ...
Read more >Building/publishing a Cake Addin on Azure Pipelines - YouTube
Building on the work from the last couple streams, the focus of tonight was to publish a Cake Addin completely, using Azure Pipelines....
Read more >Scripting your build tasks in C# using cake
The only tool you'll need to write and work with cake files is the Cake plugin for Visual Studio Code. You'll also need...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’ve raised the question in the Cake Gitter room (https://gitter.im/cake-build/cake) . Will wait to hear back.
I agree NB.GV is not at fault. Whether there’ll need to be changes made here (assuming Cake is updated to allow different assemblies to be referenced) remains to be seen.
That will stop the bleeding, but only till either cake plugin changes their libgit2sharp version again. NB.GV tends to upgrade this dependency whenever doing so will add support for another platform. I think that has mostly stabilized but I can’t predict when the next upgrade will be.