Skip to content

Fix + Change to primary constructor #460

Fix + Change to primary constructor

Fix + Change to primary constructor #460

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

test-application.yml

on: pull_request
Test application
1m 2s
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: src/Altinn.Broker.API/Controllers/LegacyFileController.cs#L157
Possible null reference argument for parameter 'input' in 'bool Regex.IsMatch(string input)'.