We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Script reported an error: -> BuildFailedException: Target '_DotNetPackage' failed. -> One or more errors occurred. (Method not found: 'Void PackOptions..ctor(Options, BuildConfiguration, Microsoft.FSharp.Core.FSharpOption`1<System.String>, Microsoft.FSharp.Core.FSharpOption`1<System.String>, Microsoft.FSharp.Core.FSharpOption`1<System.String>, Boolean)'.) -> MissingMethodException: Method not found: 'Void PackOptions..ctor(Options, BuildConfiguration, Microsoft.FSharp.Core.FSharpOption`1<System.String>, Microsoft.FSharp.Core.FSharpOption`1<System.String>, Microsoft.FSharp.Core.FSharpOption`1<System.String>, Boolean)'.
If some records are updated there might be a reference to no longer existing constructors. Fake should make sure to re-compile the script.
Recompile. No Error
Fake didn't recompile the script (as there were no changes)
MissingMethodException
rm -rf .fake
The text was updated successfully, but these errors were encountered:
There has not been any activity in this issue for the last 3 months so it will be closed in 14 days if there is no activity.
Sorry, something went wrong.
No branches or pull requests
Description
If some records are updated there might be a reference to no longer existing constructors.
Fake should make sure to re-compile the script.
Expected behavior
Recompile.
No Error
Actual behavior
Fake didn't recompile the script (as there were no changes)
MissingMethodException
Known workarounds
rm -rf .fake
The text was updated successfully, but these errors were encountered: