Created
December 29, 2017 09:00
-
-
Save Julien-Mialon/56c3c21409a169c005abf9f062d3f149 to your computer and use it in GitHub Desktop.
Cake 0.24 error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Script | |
#load nuget:?package=Cake.Storm.Fluent | |
#load nuget:?package=Cake.Storm.Fluent.Transformations | |
Information("Hello"); | |
/* Error on Windows only | |
Verifying assembly 'Cake.Storm.Fluent.Transformations, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. | |
Verifying assembly 'Cake.Storm.Fluent, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. | |
Could not load file or assembly 'Microsoft.CodeAnalysis.CSharp, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. | |
Fusion Log: | |
WRN: Assembly binding logging is turned OFF. | |
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. | |
Note: There is some performance penalty associated with assembly bind failure logging. | |
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment