feat: or-2583 update libs to 8.193.0 #103
main.yml
on: push
Decide next version
29s
Analyze Code
4m 32s
Build Mutation Lambda
1m 59s
Build Mutation File Lambda
1m 8s
Build Sync Lambda
50s
Upload & Deploy Mutation Lambda
5m 0s
Upload & Deploy MutationFile Lambda
4m 34s
Upload & Deploy Sync Lambda
4m 39s
Publish to Atlassian
7s
Annotations
1 error and 68 warnings
Publish to Atlassian
Process completed with exit code 127.
|
Decide next version
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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/
|
Build Sync Lambda
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build Sync 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.
|
Build Sync 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.
|
Build Sync 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.
|
Build Sync 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.
|
Build Sync 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.
|
Build Sync 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.
|
Build Sync Lambda
Nullability of reference types in type of parameter 'exception' of 'void LambdaLogger.Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception exception, Func<TState, Exception, string> formatter)' doesn't match implicitly implemented member 'void ILogger.Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception? exception, Func<TState, Exception?, string> formatter)' (possibly because of nullability attributes).
|
Build Sync Lambda
Nullability in constraints for type parameter 'TState' of method 'LambdaLogger.BeginScope<TState>(TState)' doesn't match the constraints for type parameter 'TState' of interface method 'ILogger.BeginScope<TState>(TState)'. Consider using an explicit interface implementation instead.
|
Build Sync Lambda
Cannot convert null literal to non-nullable reference type.
|
Build Sync Lambda
Possible null reference return.
|
Build Mutation File Lambda
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build Mutation File Lambda:
src/AssociationRegistry.KboMutations.MutationFileLambda/Configuration/ParamNamesConfiguration.cs#L9
Cannot convert null literal to non-nullable reference type.
|
Build Mutation File Lambda:
src/AssociationRegistry.KboMutations.MutationFileLambda/Function.cs#L82
Possible null reference assignment.
|
Build Mutation File Lambda:
src/AssociationRegistry.KboMutations.MutationFileLambda/MessageProcessor.cs#L84
Dereference of a possibly null reference.
|
Build Mutation File Lambda
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
Build Mutation File Lambda
Cannot convert null literal to non-nullable reference type.
|
Build Mutation File Lambda
Possible null reference assignment.
|
Build Mutation File Lambda
Dereference of a possibly null reference.
|
Build Mutation File Lambda:
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.
|
Build Mutation File Lambda:
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.
|
Build Mutation File Lambda:
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.
|
Build Mutation File Lambda:
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.
|
Build Mutation File Lambda:
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.
|
Build Mutation File Lambda:
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.
|
Build Mutation File Lambda:
src/AssociationRegistry.KboMutations.MutationFileLambda/Configuration/ParamNamesConfiguration.cs#L9
Cannot convert null literal to non-nullable reference type.
|
Build Mutation File Lambda:
src/AssociationRegistry.KboMutations.MutationFileLambda/MessageProcessor.cs#L84
Dereference of a possibly null reference.
|
Build Mutation File Lambda:
src/AssociationRegistry.KboMutations.MutationFileLambda/Function.cs#L82
Possible null reference assignment.
|
Build Mutation File Lambda:
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.
|
Build Mutation Lambda
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build Mutation 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.
|
Build Mutation 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.
|
Build Mutation 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.
|
Build Mutation 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.
|
Build Mutation 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.
|
Build Mutation 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.
|
Build Mutation Lambda
Cannot convert null literal to non-nullable reference type.
|
Build Mutation Lambda:
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.
|
Build Mutation Lambda:
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.
|
Build Mutation Lambda:
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.
|
Build Mutation Lambda:
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.
|
Build Mutation Lambda:
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.
|
Build Mutation Lambda:
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.
|
Build Mutation Lambda:
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.
|
Build Mutation Lambda:
test/AssociationRegistry.KboMutations.Tests/Fakers/MutatieLijnFaker.cs#L24
Possible null reference return.
|
Build Mutation Lambda:
test/AssociationRegistry.KboMutations.Tests/Fakers/MutatieLijnFaker.cs#L25
Possible null reference return.
|
Build Mutation Lambda:
src/AssociationRegistry.KboMutations.MutationLambdaContainer/Configuration/ParamNamesConfiguration.cs#L9
Cannot convert null literal to non-nullable reference type.
|
Analyze Code
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Analyze Code:
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.
|
Analyze Code:
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.
|
Analyze Code:
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.
|
Analyze Code:
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.
|
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:
src/AssociationRegistry.KboMutations.MutationLambdaContainer/Configuration/ParamNamesConfiguration.cs#L9
Cannot convert null literal to non-nullable reference type.
|
Analyze Code:
src/AssociationRegistry.KboMutations.MutationFileLambda/MessageProcessor.cs#L84
Dereference of a possibly null reference.
|
Analyze Code:
src/AssociationRegistry.KboMutations.MutationFileLambda/Configuration/ParamNamesConfiguration.cs#L9
Cannot convert null literal to non-nullable reference type.
|
Analyze Code:
src/AssociationRegistry.KboMutations.MutationFileLambda/Function.cs#L82
Possible null reference assignment.
|
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/
|
Semantic Release
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Semantic Release
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/
|
Semantic Release
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/
|
Upload & Deploy MutationFile Lambda
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Upload & Deploy Sync Lambda
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Upload & Deploy Mutation Lambda
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Publish to Atlassian
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
lambda-mutation-1.11.0
|
183 MB |
|
lambda-mutationfile-1.11.0
|
47.5 MB |
|
lambda-sync-1.11.0
|
49.8 MB |
|