Skip to content

Irby/refactoring

Irby/refactoring #3

Re-run triggered June 18, 2023 19:00
Status Failure
Total duration 2m 22s
Artifacts

pr-api.yml

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

Annotations

1 error and 11 warnings
Test API (6.0.x)
Process completed with exit code 1.
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.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/Handlers/Secret/Create/CreateSecretCommand.cs#L7
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test API (6.0.x): src/api/SecretsSharingTool.Core/Handlers/Secret/Retrieve/RetrieveSecretCommand.cs#L8
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test API (6.0.x): src/api/SecretsSharingTool.Core/Handlers/Secret/Create/CreateSecretCommandResponse.cs#L6
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.