Skip to content

Use hurl for integration tests #10

Use hurl for integration tests

Use hurl for integration tests #10

Triggered via pull request August 21, 2023 18:52
Status Success
Total duration 3m 59s
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)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1.7.2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
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#L46
Non-nullable property 'Plaintext' 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.