TwitchDownloader/dotnet
2026-02-21 10:40:12 +01:00
..
src Refactor code structure for improved readability and maintainability 2026-02-21 10:40:12 +01:00
docker-compose.yml Refactor code structure for improved readability and maintainability 2026-02-21 10:40:12 +01:00
Dockerfile Refactor code structure for improved readability and maintainability 2026-02-21 10:40:12 +01:00
README.md Refactor code structure for improved readability and maintainability 2026-02-21 10:40:12 +01:00
TwitchArchive.sln Refactor code structure for improved readability and maintainability 2026-02-21 10:40:12 +01:00

Twitch Archive (.NET) - Initial Scaffold

This folder contains the initial .NET 10 scaffold for the Twitch Archive rewrite.

Quick commands (from dotnet/):

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.