Skip to content

feat: add suspicious case CurrentAddressLinkedToProposedStreetName #526

feat: add suspicious case CurrentAddressLinkedToProposedStreetName

feat: add suspicious case CurrentAddressLinkedToProposedStreetName #526

Triggered via push December 10, 2024 13:11
Status Success
Total duration 2m 38s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build: src/Basisregisters.Integration.Veka/Program.cs#L26
'Program.Program()': new protected member declared in sealed type
Build: src/Basisregisters.Integration.Veka/ProjectionState.cs#L86
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/Basisregisters.Integration.Veka/Configuration/EmailOptions.cs#L5
Non-nullable property 'SenderEmail' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Basisregisters.Integration.Veka/Configuration/VekaOptions.cs#L5
Non-nullable property 'EmailAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Basisregisters.Integration.Veka/Configuration/VekaOptions.cs#L6
Non-nullable property 'AgentId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Basisregisters.Integration.Veka/Configuration/GtmfApiOptions.cs#L5
Non-nullable property 'BaseUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Basisregisters.Integration.Veka/Configuration/GtmfApiOptions.cs#L6
Non-nullable property 'TokenEndpoint' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Basisregisters.Integration.Veka/Configuration/GtmfApiOptions.cs#L7
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Basisregisters.Integration.Veka/Configuration/GtmfApiOptions.cs#L8
Non-nullable property 'ClientSecret' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Basisregisters.Integration.Veka/Program.cs#L97
Possible null reference argument for parameter 'topicArn' in 'NotificationService.NotificationService(IAmazonSimpleNotificationService amazonSimpleNotificationService, string topicArn)'.