Update nuget non-major dependencies - autoclosed #497
test-application.yml
on: pull_request
Test application
1m 6s
Annotations
1 error and 10 warnings
Test application
Process completed with exit code 1.
|
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:
tests/Altinn.Broker.Tests/MalwareScanResultControllerTests.cs#L94
Dereference of a possibly null reference.
|
Test application:
tests/Altinn.Broker.Tests/FileTransferControllerTests.cs#L112
Dereference of a possibly null reference.
|
Test application:
tests/Altinn.Broker.Tests/FileTransferControllerTests.cs#L175
Dereference of a possibly null reference.
|