Skip to content

Update migration step to retry for 10 seconds #4

Update migration step to retry for 10 seconds

Update migration step to retry for 10 seconds #4

Triggered via pull request June 19, 2023 00:39
Status Success
Total duration 3m 1s
Artifacts

pr-api.yml

on: pull_request
Matrix: Test API
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Test API (6.0.x)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-dotnet@v1.7.2, actions/cache@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
Test API (6.0.x): src/api/SecretsSharingTool.Data/Models/SecretAccessAudit.cs#L10
Non-nullable property 'ClientIpAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test API (6.0.x): src/api/SecretsSharingTool.Data/Models/SecretAccessAudit.cs#L11
Non-nullable property 'ClientUserAgent' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test API (6.0.x): src/api/SecretsSharingTool.Data/DependencyInjection.cs#L26
Converting null literal or possible null value to non-nullable type.
Test API (6.0.x): src/api/SecretsSharingTool.Core/Configuration/DatabaseConfiguration.cs#L16
Non-nullable property 'Host' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test API (6.0.x): src/api/SecretsSharingTool.Core/Configuration/DatabaseConfiguration.cs#L17
Non-nullable property 'Port' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test API (6.0.x): src/api/SecretsSharingTool.Core/Configuration/DatabaseConfiguration.cs#L18
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test API (6.0.x): src/api/SecretsSharingTool.Core/Configuration/DatabaseConfiguration.cs#L19
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test API (6.0.x): src/api/SecretsSharingTool.Core/Configuration/DatabaseConfiguration.cs#L20
Non-nullable property 'Database' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test API (6.0.x): src/api/SecretsSharingTool.Core/Services/AsymmetricEncryptionService.cs#L40
Non-nullable property 'Ciphertext' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test API (6.0.x): src/api/SecretsSharingTool.Core/Services/AsymmetricEncryptionService.cs#L41
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.