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
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.Persistence/Repositories/FileTransferRepository.cs#L404
Nullable value type may be null.
|
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.Integrations/DependencyInjection.cs#L38
Unreachable code detected
|
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/Models/FileTransferInitializeExt.cs#L105
Possible null reference return.
|
Test application:
src/Altinn.Broker.API/Models/FileTransferInitializeExt.cs#L127
Possible null reference return.
|
Test application:
src/Altinn.Broker.API/Controllers/LegacyFileController.cs#L157
Possible null reference argument for parameter 'input' in 'bool Regex.IsMatch(string input)'.
|
Test application:
tests/Altinn.Broker.Tests/HangfireStorageCompatibilityTests.cs#L37
Unboxing a possibly null value.
|
Test application:
tests/Altinn.Broker.Tests/HangfireStorageCompatibilityTests.cs#L42
Unboxing a possibly null value.
|