Skip to content

Irby/refactoring

Irby/refactoring #8

Triggered via pull request July 5, 2023 18:46
@irbyirby
synchronize #25
irby/refactoring
Status Success
Total duration 2m 42s
Artifacts

pr-api.yml

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

Annotations

10 warnings
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/Handlers/Secret/Retrieve/RetrieveSecretCommandResponse.cs#L5
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/Services/AsymmetricEncryptionService.cs#L46
Non-nullable property 'Plaintext' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.