0.1 Solution + projects
Scaffold FrameProcessor.slnx with src/FrameProcessor (net10.0 Web SDK) and tests/FrameProcessor.Tests (xUnit) plus .gitignore and global.json pinning the .NET 10 SDK. dotnet build, dotnet test, and dotnet format --verify-no-changes all pass. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -8,7 +8,7 @@ When working through this file, mark increments complete by changing `[ ]` to `[
|
||||
|
||||
## Phase 0 — Scaffolding
|
||||
|
||||
### [ ] 0.1 Solution + projects
|
||||
### [x] 0.1 Solution + projects
|
||||
- Create `FrameProcessor.sln` at repo root.
|
||||
- Create `src/FrameProcessor/FrameProcessor.csproj` targeting `net10.0`, `Microsoft.NET.Sdk.Web`.
|
||||
- Create `tests/FrameProcessor.Tests/FrameProcessor.Tests.csproj` (xUnit) referencing the main project.
|
||||
|
||||
Reference in New Issue
Block a user