Refactor code structure for improved readability and maintainability

This commit is contained in:
MaddoScientisto 2026-02-21 10:40:12 +01:00
commit 4f488bae45
78 changed files with 3309 additions and 1570 deletions

14
dotnet/README.md Normal file
View file

@ -0,0 +1,14 @@
Twitch Archive (.NET) - Initial Scaffold
This folder contains the initial .NET 10 scaffold for the Twitch Archive rewrite.
Quick commands (from `dotnet/`):
```bash
dotnet build ./src/TwitchArchive.Core
dotnet test ./src/TwitchArchive.Tests
```
This initial commit includes a pure `RecoveryPolicy` implementation and unit tests.
Next steps: add services, process runner, Blazor Server app.