Skip to content

fix: repair truncated .sln entry + add a minimal CI build check#217

Open
sbarsbars wants to merge 2 commits into
modery:mainfrom
sbarsbars:ci/minimal-build-check
Open

fix: repair truncated .sln entry + add a minimal CI build check#217
sbarsbars wants to merge 2 commits into
modery:mainfrom
sbarsbars:ci/minimal-build-check

Conversation

@sbarsbars

@sbarsbars sbarsbars commented Jul 18, 2026

Copy link
Copy Markdown

Two commits, small and related:

1. PowerDocu.sln repair. Line 26's project declaration for PowerDocu.DesktopFlowDocumenter is truncated mid-path on main (ends at 'PowerDocu.De'), which makes the solution unparseable for dotnet restore/build (MSB5013). Its configuration rows survived further down under {AFA444CF-CC6C-40B3-B4FE-6F627A3FF888}, so the line is completed with that original GUID — a one-line change, nothing else touched. (Visual Studio tolerates/heals this quietly, which is probably why it went unnoticed — plain dotnet CLI does not.)

2. A minimal build check (.github/workflows/build.yml): checkout with submodules: recursive (catches the fresh-clone 'project not found' pitfall documented in CLAUDE.md's Common Pitfalls), .NET 10, restore + build in Release on every push/PR to main.

The workflow found the .sln issue on its very first run — red before the fix, green after: https://github.com/sbarsbars/PowerDocu/actions/runs/29659993520 (same commits, run on my fork so you don't burn approval clicks on a red run).

Deliberately minimal — no tests (none exist yet to run), no packaging, one job. Happy to adjust the .NET version pin or triggers if you'd prefer different ones.

sbarsbars and others added 2 commits July 18, 2026 22:18
Checks out with submodules (catches the fresh-clone 'project not found'
pitfall documented in CLAUDE.md), restores and builds the solution in
Release on every push and pull request to main.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The project declaration on line 26 was cut mid-path (ends at
'PowerDocu.De'), which makes the solution unparseable for
dotnet restore/build (MSB5013). Its configuration rows survived
further down under {AFA444CF-CC6C-40B3-B4FE-6F627A3FF888}, so the
line is completed with that original GUID - no other changes.

Found by the very build check this PR adds, on its first run.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@sbarsbars sbarsbars changed the title ci: add a minimal build check on push/PR fix: repair truncated .sln entry + add a minimal CI build check Jul 18, 2026
@sbarsbars

Copy link
Copy Markdown
Author

Heads-up on the force of events here: the build check itself caught a real issue on its first run — main's PowerDocu.sln currently doesn't parse under plain dotnet CLI (truncated project line, details in the PR description). First commit fixes that, second adds the check; green run on my fork: https://github.com/sbarsbars/PowerDocu/actions/runs/29659993520

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