Skip to content

Fix postman collection for resource #512

Fix postman collection for resource

Fix postman collection for resource #512

Triggered via pull request October 23, 2024 13:04
Status Success
Total duration 1m 18s
Artifacts

test-application.yml

on: pull_request
Test application
1m 6s
Test application
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Test application: src/Altinn.Broker.Persistence/DependencyInjection.cs#L42
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 application: src/Altinn.Broker.Integrations/Altinn/Events/AltinnEventBus.cs#L26
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 application: src/Altinn.Broker.API/Models/FileTransferInitializeExt.cs#L101
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
Test application: tests/Altinn.Broker.Tests/MalwareScanResultControllerTests.cs#L94
Dereference of a possibly null reference.