Skip to content

Update resource Microsoft.Insights/scheduledQueryRules to 2023-12-01 - autoclosed #470

Update resource Microsoft.Insights/scheduledQueryRules to 2023-12-01 - autoclosed

Update resource Microsoft.Insights/scheduledQueryRules to 2023-12-01 - autoclosed #470

Triggered via pull request September 12, 2024 12:42
Status Success
Total duration 1m 56s
Artifacts

test-application.yml

on: pull_request
Test application
54s
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/FileTransferControllerTests.cs#L173
Dereference of a possibly null reference.