Skip to content

dot-net-core: Adopt .tool-versions and standardise scripts for dot-net-core - #167

Open
adamnfish-gu wants to merge 1 commit into
fix/dot-net-corefrom
adopt/dot-net-core
Open

dot-net-core: Adopt .tool-versions and standardise scripts for dot-net-core#167
adamnfish-gu wants to merge 1 commit into
fix/dot-net-corefrom
adopt/dot-net-core

Conversation

@adamnfish-gu

@adamnfish-gu adamnfish-gu commented Aug 7, 2026

Copy link
Copy Markdown

No toolchain was pinned, script/setup used brew, which does not work on linux-arm64 CI, and script/test lacked set -euo pipefail.

Pins dotnet 10 in .tool-versions and rewrites script/setup to check PATH. script/test and script/start follow the shared template and take a --watch flag, which runs dotnet watch test. Updates the README.


Base fix/dot-net-core (#166), so the diff shows only this branch's changes. Merge #166 first.

Part of #143.

No toolchain was pinned, script/setup used brew, which does not work on
linux-arm64 CI, and script/test lacked set -euo pipefail.

Pins dotnet 10 in .tool-versions and rewrites script/setup to check PATH.
script/test and script/start follow the shared template and take a --watch
flag, which runs dotnet watch test. Updates the README.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.

1 participant