Skip to content

updated unit tests

updated unit tests #34

Triggered via push April 30, 2024 22:13
Status Success
Total duration 30s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build (8.0.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (8.0.x): src/KeyVaultCli.Domain/Entities/VaultParams.cs#L7
Non-nullable property 'VaultFilePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (8.0.x): src/KeyVaultCli.Domain/Entities/VaultParams.cs#L8
Non-nullable property 'MasterPasswordFilePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (8.0.x): src/KeyVaultCli.Domain/Entities/VaultParams.cs#L9
Non-nullable property 'MasterPassword' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (8.0.x): src/KeyVaultCli.Domain/Entities/VaultParams.cs#L10
Non-nullable property 'VaultEncryptionService' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (8.0.x): src/KeyVaultCli.Domain/Entities/VaultParams.cs#L11
Non-nullable property 'VaultFileService' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (8.0.x): src/KeyVaultCli.Domain/Entities/VaultParams.cs#L12
Non-nullable property 'VaultPasswordGenerator' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (8.0.x): src/KeyVaultCli.Domain/Entities/MetaData.cs#L5
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (8.0.x): src/KeyVaultCli.Domain/Entities/MetaData.cs#L6
Non-nullable property 'BackupCreatedDate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (8.0.x): src/KeyVaultCli.Domain/Entities/VaultBackup.cs#L5
Non-nullable property 'Metadata' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (8.0.x): src/KeyVaultCli.Domain/Entities/VaultBackup.cs#L6
Non-nullable property 'Passwords' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.