question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Conflict with Cake addin and Cake.Git

See original GitHub issue

Using 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:closed
  • Created 5 years ago
  • Comments:14 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
flcdrgcommented, Jan 15, 2019

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.

0reactions
AArnottcommented, Jan 15, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found