Skip to content

Modernize build to FAKE/Paket/dotnet CLI, add GitHub Actions CI - #1

Merged
vbfox merged 1 commit into
masterfrom
claude/repository-archive-status-6ymv68
Jul 20, 2026
Merged

Modernize build to FAKE/Paket/dotnet CLI, add GitHub Actions CI#1
vbfox merged 1 commit into
masterfrom
claude/repository-archive-status-6ymv68

Conversation

@vbfox

@vbfox vbfox commented Jul 20, 2026

Copy link
Copy Markdown
Owner

Summary

  • Convert BlackFox.FsGetLine and TestApp to SDK-style .fsproj (netstandard2.0 / net10.0), dropping the old .NET Framework 4.5 / packages/ folder setup that required Mono to build.
  • Replace the vendored build/TaskDefinitionHelper.fsx and build/CmdLine.fs (old hand-rolled copies of this functionality) with the current BlackFox.Fake.BuildTask and BlackFox.CommandLine NuGet packages.
  • Rewrite the build as a compiled console project (build/, run via dotnet run) instead of an .fsx script driven by a committed paket.exe/FAKE.exe, matching the current FoxSharp build layout.
  • Manage build-only dependencies through a Paket "Build" group restored via dotnet tool restore + dotnet paket, no more committed binaries.
  • Replace Travis CI and AppVeyor with a GitHub Actions workflow (.github/workflows/ci.yml) building on Linux and Windows.
  • Drop a stray legacy artifact (BlackFox.ColoredPrintf-0.1.0.zip) that had been committed to artifacts/ by mistake, and stop tracking artifacts/ going forward.

Test plan

  • dotnet build on both src/BlackFox.FsGetLine and src/TestApp individually
  • Full clean-room ./build.sh CI (paket restore -> dotnet build solution -> dotnet pack) succeeds locally
  • Smoke-tested TestApp output (renders the shell banner/prompt correctly)
  • GitHub Actions CI green on this PR (Linux + Windows)

Generated by Claude Code

- Convert BlackFox.FsGetLine and TestApp to SDK-style .fsproj targeting
  netstandard2.0 / net10.0, dropping the old .NET Framework 4.5 /
  packages-folder setup.
- Replace the vendored build/TaskDefinitionHelper.fsx and build/CmdLine.fs
  (old hand-rolled copies) with the BlackFox.Fake.BuildTask and
  BlackFox.CommandLine NuGet packages.
- Rewrite the build as a compiled console project (build/, run via
  `dotnet run`) instead of an .fsx script driven by a committed
  paket.exe/FAKE.exe, matching the current FoxSharp build layout.
- Manage build-only dependencies through a Paket "Build" group restored
  via `dotnet tool restore` + `dotnet paket`, no more committed binaries.
- Replace Travis CI and AppVeyor with a GitHub Actions workflow
  (.github/workflows/ci.yml) building on Linux and Windows.
- Drop a stray legacy artifact (BlackFox.ColoredPrintf-0.1.0.zip) that had
  been committed by mistake, and stop tracking artifacts/ going forward.
@vbfox
vbfox merged commit 0711c79 into master Jul 20, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants