Cake.Core version 0.26.0 compliance issue
See original GitHub issueHere is the error message:
Error: The assembly 'MagicChunks.Cake, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
is referencing an older version of Cake.Core (0.23.0).
This assembly must reference at least Cake.Core version 0.26.0.
Another option is to downgrade Cake to an earlier version.
It's not recommended, but you can explicitly opt out of assembly verification
by configuring the Skip Verification setting to true
(i.e. command line parameter "--settings_skipverification=true",
environment variable "CAKE_SETTINGS_SKIPVERIFICATION=true",
read more about configuration at https://cakebuild.net/docs/fundamentals/configuration)
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Cake.Core version 0.26.0 compliance issue #69
Here is the error message: Error: The assembly 'MagicChunks.Cake, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' is referencing an ...
Read more >Cake.Issues.PullRequests Release Notes
As part of this release we had the following issues closed. Requirements. Cake 0.26.0 or higher; Cake.Issues 0.2.0-beta.4. Bug. Mark as CLS compliant...
Read more >homebrew-core
a2ps 4.15.5 Any‑to‑PostScript filter
aacgain 1.8 AAC‑supporting version of mp3gain
aalib 1.4rc5 Portable ASCII art graphics library
aamath 0.3 Renders mathematical expressions as ASCII art
Read more >Cake.Core 3.1.0
Cake (C# Make) is a build automation system with a C# DSL to do things like compiling code, copy files/folders, running unit tests,...
Read more >Extensions
Issues addin allows you to write found issues as comments to Azure DevOps pull requests. This addin provides the aliases for writing to...
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 FreeTop 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
Top GitHub Comments
Any update on this? We have been waiting on this.
https://github.com/sergeyzwezdin/magic-chunks/pull/65 includes a fix to this issue. Just waiting on @sergeyzwezdin to review that PR.