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:
2026-06-07 13:45:39 +02:00
parent 3fa14ff732
commit 5f851ed621
12 changed files with 619 additions and 1 deletions

6
global.json Normal file
View File

@@ -0,0 +1,6 @@
{
"sdk": {
"rollForward": "latestFeature",
"version": "10.0.102"
}
}