v0.0.1
0.0.1 - 2026-06-07: foundation release
Foundation release. Reserves the package names and ships a real, minimal surface: single-instrument
capture and a first assertion. The full surface lands in 0.1.0.
Added
MetricsAssertions(core):InstrumentCapturecaptures the measurements a referenceable
Instrument<T>records, built on the first-partyMetricCollector<T>testing primitive.
Of<T>(Instrument<T>, TimeProvider?)constructs a capture;Measurementsis the projected
snapshot andCountthe measurement count. Each measurement is aCapturedMeasurement
(instrument name, value projected todouble, tags, timestamp).MetricsAssertions.TUnit(adapter):Assert.That(capture).HasMeasurementCount(n), generated
via TUnit's[GenerateAssertion]source generator.