Refactor code structure for improved readability and maintainability
This commit is contained in:
parent
b47641feaa
commit
4f488bae45
78 changed files with 3309 additions and 1570 deletions
14
dotnet/README.md
Normal file
14
dotnet/README.md
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue