Fix: Require Download started before Confirmation #520
Annotations
10 warnings
Build:
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.
|
Build:
src/Altinn.Broker.Persistence/Repositories/FileTransferRepository.cs#L404
Nullable value type may be null.
|
Build:
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.
|
Build:
src/Altinn.Broker.Integrations/DependencyInjection.cs#L38
Unreachable code detected
|
Build:
src/Altinn.Broker.API/Models/FileTransferInitializeExt.cs#L101
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Build:
src/Altinn.Broker.API/Models/FileTransferInitializeExt.cs#L105
Possible null reference return.
|
Build:
src/Altinn.Broker.API/Models/FileTransferInitializeExt.cs#L127
Possible null reference return.
|
Build:
tests/Altinn.Broker.Tests/HangfireStorageCompatibilityTests.cs#L37
Unboxing a possibly null value.
|
Build:
tests/Altinn.Broker.Tests/HangfireStorageCompatibilityTests.cs#L42
Unboxing a possibly null value.
|
Build:
tests/Altinn.Broker.Tests/MalwareScanResultControllerTests.cs#L94
Dereference of a possibly null reference.
|
Loading