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
In the latest version of Fake.Dontet.Cli (5.0.0-beta-18), if I want to use the API I need to do:
DotNetCompile (fun c -> c()) proj
Here is the signature of DotNetCompile:
val DotNetCompile: setParams: (unit -> DotNetBuildOptions) -> DotNetBuildOptions -> project : string -> unit
I think the signature should be:
val DotNetCompile: setParams: DotNetBuildOptions -> DotNetBuildOptions -> project : string -> unit
I think this is the how the API was previously.
The text was updated successfully, but these errors were encountered:
Yes good catch thanks
Sorry, something went wrong.
This has been released.
No branches or pull requests
Description
In the latest version of Fake.Dontet.Cli (5.0.0-beta-18), if I want to use the API I need to do:
Here is the signature of DotNetCompile:
Expected behavior
I think the signature should be:
I think this is the how the API was previously.
The text was updated successfully, but these errors were encountered: