chore: or-2134 cleanup unused test project #55
main.yml
on: push
Decide next version
26s
Analyze Code
1m 52s
Build Mutation Lambda
0s
Build Mutation File Lambda
0s
Build Sync Lambda
0s
Upload Mutation Lambda
0s
Upload MutationFile Lambda
0s
Upload Sync Lambda
0s
Publish to Atlassian
0s
Annotations
13 warnings
Decide next version
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Analyze Code
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3, actions/setup-node@v3, actions/setup-python@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Analyze Code:
src/AssociationRegistry.KboMutations/Configuration/KboSyncConfiguration.cs#L8
Non-nullable property 'MutationFileQueueUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Analyze Code:
src/AssociationRegistry.KboMutations/Configuration/KboSyncConfiguration.cs#L9
Non-nullable property 'MutationFileDeadLetterQueueUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Analyze Code:
src/AssociationRegistry.KboMutations/Configuration/KboSyncConfiguration.cs#L10
Non-nullable property 'SyncQueueUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Analyze Code:
src/AssociationRegistry.KboMutations/Configuration/KboSyncConfiguration.cs#L11
Non-nullable property 'SyncDeadLetterQueueUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Analyze Code:
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.
|
Analyze Code:
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.
|
Analyze Code:
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.
|
Analyze Code:
test/AssociationRegistry.KboMutations.Tests/Fakers/MutatieLijnFaker.cs#L24
Possible null reference return.
|
Analyze Code:
test/AssociationRegistry.KboMutations.Tests/Fakers/MutatieLijnFaker.cs#L25
Possible null reference return.
|
Analyze Code:
src/AssociationRegistry.KboMutations.MutationFileLambda/Configuration/ParamNamesConfiguration.cs#L9
Cannot convert null literal to non-nullable reference type.
|
Analyze Code
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|