fix: kbo mutations ecr image should also use lambda deploy target #93
Annotations
12 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3, actions/setup-node@v3, actions/setup-python@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Dotnet build:
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:
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:
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:
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:
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:
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:
src/AssociationRegistry.KboMutations.MutationFileLambda/Configuration/ParamNamesConfiguration.cs#L9
Cannot convert null literal to non-nullable reference type.
|
Dotnet build:
src/AssociationRegistry.KboMutations.MutationFileLambda/Function.cs#L82
Possible null reference assignment.
|
Dotnet build:
src/AssociationRegistry.KboMutations.MutationFileLambda/MessageProcessor.cs#L84
Dereference of a possibly null reference.
|
Dotnet build:
src/AssociationRegistry.KboMutations.SyncLambda/Logging/LambdaLoggerProvider.cs#L44
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).
|
Generate Token
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/
|
Loading