novolis-testing / design.md
Design
Test bases and containers
dotnettestingnovolis
Logging test helpers, test bases, and Testcontainers integrations.
Published docs: https://novolis-platform.github.io/.github/novolis-testing/
Layer placement
Follow library-boundaries for layer placement.
Goals
- Keep public APIs documented and packable as
Novolis.*on GitHub Packages (when applicable). - Prefer BCL types and existing Novolis packages over parallel abstractions.
- Document restore and ProjectReference-mode builds without local NuGet folder feeds.
Non-goals
- Local NuGet folder feeds or committed cross-repo
ProjectReferenceinto sibling checkouts. - Avalonia package references outside
Novolis.Avalonia.*. - Upward spine dependencies (e.g. Math → Simulation).
Packages
Novolis.Testing.CoverageNovolis.Testing.LoggingNovolis.Testing.ServiceBusNovolis.Testing.TestBasesNovolis.Testing.TestcontainersNovolis.Testing.TestServerNovolis.Testing.TUnit
Topics
dotnettestingnovolis