generated from dailydevops/template-dotnet
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
state:help wantedIndicate issues where additional help or contributions are needed from the community.Indicate issues where additional help or contributions are needed from the community.type:featureIndicates a new feature or enhancement to be added.Indicates a new feature or enhancement to be added.
Milestone
Description
Project Name
Azure.KeyVault
Project Description
Health check for Azure Key Vault.
TestContainer Package Required?
Yes
TestContainer Package Name
AzureKeyVaultEmulator.TestContainers
Required NuGet Dependencies
Azure.Identity
Azure.Security.KeyVault.Secrets
Validation Steps
- Create project structure in
src/NetEvolve.HealthChecks.<ProjectName>/ - Follow naming conventions from decision documentation
- Include a clear README.md describing the project purpose
- Restore NuGet packages (
dotnet restore) - Build the solution (
dotnet build --no-restore) - Add unit tests to
tests/NetEvolve.HealthChecks.Tests.Unit/<ProjectName>/folder - Add integration tests to
tests/NetEvolve.HealthChecks.Tests.Integration/<ProjectName>/folder - Run project-specific tests (
dotnet test --filter FullyQualifiedName~<ProjectName>) - Verify all tests pass successfully
Additional Notes
No response
Metadata
Metadata
Assignees
Labels
state:help wantedIndicate issues where additional help or contributions are needed from the community.Indicate issues where additional help or contributions are needed from the community.type:featureIndicates a new feature or enhancement to be added.Indicates a new feature or enhancement to be added.