Start creating your services with .NET 7!
Install or update the template package from NuGet.org onto your computer by running;
dotnet new install Scaffold.Service
Changelog
- Updated template to target .NET 7.
- Simplified Dev Container configuration.
- Added Span Metrics dashboard.
- Add SpanId to
IAuditableEvent
. - Simplified logging category in
EventLogger
. - Switched to unitless Counter and normalised Prometheus names
- Various documentation updates.