Skip to content
New issue

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

Reducing use of FAKE #137

Closed
dsyme opened this issue Mar 19, 2022 · 0 comments · Fixed by #151
Closed

Reducing use of FAKE #137

dsyme opened this issue Mar 19, 2022 · 0 comments · Fixed by #151

Comments

@dsyme
Copy link
Contributor

dsyme commented Mar 19, 2022

@baronfel's comments on why this repo is using FAKE:

The big thing we need FAKE for at this point is doing text-replacement on the FsLibLog dependency. There are two paths to removing this need:

  • implement contentFiles text-templating support in Paket to align with nuget specs here, then ship FsLibLog as a nuget package instead of a raw file reference in Paket (issue already exists, just needs implemented)
  • do the packaging described above anyway, and move off of Paket (we're not a big fan of this step)
  • create/find a msbuild task/target to do the replacement in a more regular way as part of the build pipeline

In other repos we've moved to using the FAKE libraries in a build.fsproj, so we'd likely do that here for ease of use/consistency.

@dsyme dsyme changed the title Removing FAKE Reducing use of FAKE Mar 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant