Skip to content

Irby/refactoring

Irby/refactoring #7

Triggered via pull request July 5, 2023 18:40
@irbyirby
synchronize #25
irby/refactoring
Status Success
Total duration 2m 9s
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/Services/AsymmetricEncryptionService.cs#L10
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
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.