Enhance code readability and maintainability by refactoring various components. Update formatting commands in CLAUDE.md for csharpier integration. Simplify method signatures in SegmentFiles, UploadLimits, and multiple endpoint classes for improved clarity. Adjust query handlers and command handlers to streamline parameter handling and enhance consistency across the application.
This commit is contained in:
@@ -120,6 +120,10 @@
|
||||
Backend (из `backend/`):
|
||||
```bash
|
||||
dotnet build
|
||||
# Форматирование — csharpier, версия закреплена в .config/dotnet-tools.json (один раз: dotnet tool restore).
|
||||
# Глобально установленный csharpier может быть другой версии — вызывать только через dotnet:
|
||||
dotnet csharpier format .
|
||||
dotnet csharpier check .
|
||||
# Юнит-тесты (по одному проекту за вызов — MSBuild не принимает несколько):
|
||||
dotnet test tests/TeleWave.Domain.Tests
|
||||
dotnet test tests/TeleWave.Application.Tests
|
||||
|
||||
Reference in New Issue
Block a user