fix: syntax error inside main workflow #84
Annotations
17 warnings
Package lambda
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.
|
Package lambda
Non-nullable property 'MutationFileQueueUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Package lambda
Non-nullable property 'MutationFileDeadLetterQueueUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Package lambda
Non-nullable property 'SyncQueueUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Package lambda
Non-nullable property 'SyncDeadLetterQueueUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Package lambda
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(AssociationRegistry.Notifications.NotifyType)3' is not covered.
|
Package lambda
Cannot convert null literal to non-nullable reference type.
|
Dotnet build tests:
src/AssociationRegistry.KboMutations/Configuration/KboSyncConfiguration.cs#L8
Non-nullable property 'MutationFileQueueUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Dotnet build tests:
src/AssociationRegistry.KboMutations/Configuration/KboSyncConfiguration.cs#L9
Non-nullable property 'MutationFileDeadLetterQueueUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Dotnet build tests:
src/AssociationRegistry.KboMutations/Configuration/KboSyncConfiguration.cs#L10
Non-nullable property 'SyncQueueUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Dotnet build tests:
src/AssociationRegistry.KboMutations/Configuration/KboSyncConfiguration.cs#L11
Non-nullable property 'SyncDeadLetterQueueUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Dotnet build tests:
src/AssociationRegistry.KboMutations/Notifications/NullNotifier.cs#L15
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.
|
Dotnet build tests:
src/AssociationRegistry.KboMutations/Notifications/SlackNotifier.cs#L27
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(AssociationRegistry.Notifications.NotifyType)3' is not covered.
|
Dotnet build tests:
test/AssociationRegistry.KboMutations.Tests/Fixtures/WithLocalstackFixture.cs#L60
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.
|
Dotnet build tests:
test/AssociationRegistry.KboMutations.Tests/Fakers/MutatieLijnFaker.cs#L24
Possible null reference return.
|
Dotnet build tests:
test/AssociationRegistry.KboMutations.Tests/Fakers/MutatieLijnFaker.cs#L25
Possible null reference return.
|
Dotnet build tests:
src/AssociationRegistry.KboMutations.MutationLambdaContainer/Configuration/ParamNamesConfiguration.cs#L9
Cannot convert null literal to non-nullable reference type.
|
Loading