Added standardized metadata blocks to the top of each project and repo documentation file. These blocks define project type, and for repos, include layer and dependencies, improving clarity and enabling better tooling support. |
||
|---|---|---|
| .. | ||
| SignalRs | ||
| AyCode.Services.Tests.csproj | ||
| MSTestSettings.cs | ||
| README.md | ||
README.md
AyCode.Services.Tests
@project { type = "test" }
MSTest project for service layer testing. Focuses on SignalR message serialization round-trips.
Folder Structure
| Folder | Purpose |
|---|---|
SignalRs/ |
SignalR message serialization/deserialization tests |
Key Files (Root)
MSTestSettings.cs— Assembly-level parallel test execution (MethodLevel scope).