Skip to content

Update Hangfire monorepo to 1.8.15 #558

Update Hangfire monorepo to 1.8.15

Update Hangfire monorepo to 1.8.15 #558

Triggered via pull request November 7, 2024 12:09
Status Success
Total duration 1m 8s
Artifacts

test-application.yml

on: pull_request
Test application
58s
Test application
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Test application: src/Altinn.Broker.Core/Helpers/BrokerServiceManifest.cs#L8
Non-nullable property 'ExternalServiceCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test application: src/Altinn.Broker.Core/Helpers/BrokerServiceManifest.cs#L8
Non-nullable property 'SendersReference' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test application: src/Altinn.Broker.Core/Helpers/BrokerServiceManifest.cs#L8
Non-nullable property 'Reportee' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test application: src/Altinn.Broker.Core/Helpers/BrokerServiceManifest.cs#L42
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test application: src/Altinn.Broker.Core/Helpers/BrokerServiceManifest.cs#L49
Non-nullable property 'PropertyKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test application: src/Altinn.Broker.Core/Helpers/BrokerServiceManifest.cs#L52
Non-nullable property 'PropertyValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test application: src/Altinn.Broker.Core/Helpers/BrokerServiceManifest.cs#L62
Possible null reference assignment.
Test application: src/Altinn.Broker.Core/Helpers/BrokerServiceManifest.cs#L64
Possible null reference assignment.
Test application: src/Altinn.Broker.Application/ConfigureResource/ConfigureResourceHandler.cs#L64
Possible null reference argument for parameter 'externalServiceCodeLegacy' in 'Task IResourceRepository.UpdateExternalServiceCodeLegacy(string resourceId, string externalServiceCodeLegacy, CancellationToken cancellationToken = default(CancellationToken))'.
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.