You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for appending health check metadata to gauge results (#2)
* build: Add tooling for code quality
* build: Update build tool
* test: Update test class
Bumped target framework to .NET 8, updated dependencies and added analyzers
* test(sample): Update the SampleApi project to latest dependencies and .NET 8
* chore: Apply dotnet format to solution
* build: Refactor build tool application host
Also, add new build target to launch code coverage reports in browser.
* build: Refactor git hooks
Also minor edits to github pipelines and build tool comments
* feat(metrics): Add support for appending health check metadata to guage results
Add XmlDoc to public classes and some additional build properties to help with CI.
Reduce the version on the dependency to allow greater compatibility with older .NET 6 projects.
+semver: minor
* chore(sample): Update sample project to be more descriptive
0 commit comments