Skip to content

Tags: elbruno/graphify-dotnet

Tags

v0.6.0

Toggle v0.6.0's commit message
fix: add ConfigSetCommandTests to ConfigFile collection for test isol…

…ation

The class was missing [Collection("ConfigFile")] which caused it to run
in parallel with ConfigPersistenceTests. Both classes interact with
user-secrets, leading to corrupt secrets.json on CI runners.

Added IDisposable with CleanupUserSecrets() to match the pattern used
by ConfigPersistenceTests and ConfigurationFactoryTests.

Co-authored-by: Copilot <[email protected]>

v0.5.0

Toggle v0.5.0's commit message
docs: update trinity history and decision log for NuGet publish

Co-authored-by: Copilot <[email protected]>