Skip to content

v7.0.0

Latest
Compare
Choose a tag to compare
@hannahchan hannahchan released this 19 Nov 08:53
· 1 commit to main since this release

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.