Solution structure (agents)¶
| Suffix | Role |
|---|---|
*.Application |
MAUI host, XAML, MauiProgram.cs |
*.Core |
Interfaces, view model base types — no MAUI refs |
*.Infrastructure |
Implementations, observability, data |
*.Shared |
Resources, styles, fonts |
*.UnitTests / *.IntegrationTests / *.UITests |
Test pyramid |