Skip to content

Fix NU1605: bump TextMateSharp pin from 2.0.3 to 2.0.4#194

Merged
tig merged 2 commits into
developfrom
copilot/fix-github-actions-job-failure
Jun 11, 2026
Merged

Fix NU1605: bump TextMateSharp pin from 2.0.3 to 2.0.4#194
tig merged 2 commits into
developfrom
copilot/fix-github-actions-job-failure

Conversation

Copilot AI commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Terminal.Gui 2.4.5 requires TextMateSharp >= 2.0.4, but the existing D-034 workaround pinned it explicitly at 2.0.3, causing a NU1605 downgrade error (treated as error via TreatWarningsAsErrors) that failed dotnet restore on CI.

Changes

  • src/Clet/Clet.csproj — bump the TextMateSharp direct reference from 2.0.32.0.4. The D-034 workaround (explicit pin to force the DLL into dotnet publish output) remains in place.
  • specs/decisions.md — update D-034 rationale to record the version bump and why it was necessary.

Copilot AI changed the title [WIP] Fix failing GitHub Actions job build-and-test Fix NU1605: bump TextMateSharp pin from 2.0.3 to 2.0.4 Jun 11, 2026
Copilot AI requested a review from tig June 11, 2026 15:00
Copilot finished work on behalf of tig June 11, 2026 15:00
@tig tig marked this pull request as ready for review June 11, 2026 15:02
@tig tig merged commit 2143127 into develop Jun 11, 2026
10 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