feat: integration cloudfile
This commit is contained in:
@@ -66,6 +66,7 @@ Two independent mechanisms — don't cross-wire them:
|
||||
|
||||
### Conventions
|
||||
|
||||
- No comments in code. Code must be self-documenting through clear naming and structure.
|
||||
- `net10.0`, `<Nullable>enable</Nullable>`, `<ImplicitUsings>enable</ImplicitUsings>` on every project.
|
||||
- DTOs live next to the module that returns them (e.g. `ProjectDto` in `Projects/Contracts.cs`). Use `Contracts.cs` per folder; don't sprawl.
|
||||
- All async service methods take `CancellationToken ct = default` and forward it.
|
||||
|
||||
Reference in New Issue
Block a user