Skip to content

feat: add request validation handler with FluentValidation provider (#4175) #7287

feat: add request validation handler with FluentValidation provider (#4175)

feat: add request validation handler with FluentValidation provider (#4175) #7287

Status Success
Total duration 31m 8s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Analyze (csharp): samples/TaskQueue/KafkaTaskQueueWithDLQ/Greetings/Ports/Mappers/GreetingEventMessageMapperAsync.cs#L60
'MessageBody.Bytes' is obsolete: 'Use Memory for zero-copy access. This property allocates on every call.'
Analyze (csharp): samples/TaskQueue/KafkaDontAckOnError/Greetings/Ports/Mappers/GreetingEventMessageMapperAsync.cs#L55
'MessageBody.Bytes' is obsolete: 'Use Memory for zero-copy access. This property allocates on every call.'
Analyze (csharp): samples/TaskQueue/KafkaTaskQueue/Greetings/Ports/Mappers/GreetingEventMessageMapperAsync.cs#L60
'MessageBody.Bytes' is obsolete: 'Use Memory for zero-copy access. This property allocates on every call.'
Analyze (csharp): samples/TaskQueue/KafkaSchemaRegistry/Greetings/Ports/Mappers/GreetingEventMessageMapperAsync.cs#L68
'MessageBody.Bytes' is obsolete: 'Use Memory for zero-copy access. This property allocates on every call.'
Analyze (csharp): samples/TaskQueue/KafkaSchemaRegistry/Greetings/Ports/Mappers/GreetingEventMessageMapperAsync.cs#L68
'MessageBody.Bytes' is obsolete: 'Use Memory for zero-copy access. This property allocates on every call.'
Analyze (csharp): samples/TaskQueue/KafkaDeferOnError/Greetings/Ports/Mappers/GreetingEventMessageMapperAsync.cs#L55
'MessageBody.Bytes' is obsolete: 'Use Memory for zero-copy access. This property allocates on every call.'
Analyze (csharp): samples/TaskQueue/ASBTaskQueue/Greetings/Adaptors/Data/AzureAdAuthenticationDbConnectionInterceptor.cs#L19
'ManagedIdentityCredential.ManagedIdentityCredential(string, TokenCredentialOptions)' is obsolete: 'Use constructor ManagedIdentityCredential(ManagedIdentityId id) or ManagedIdentityCredential(ManagedIdentityCredentialOptions options).'
Analyze (csharp): samples/TaskQueue/ASBTaskQueue/Greetings/Ports/Events/GreetingEvent.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): samples/TaskQueue/ASBTaskQueue/Greetings/Ports/Events/GreetingAsyncEvent.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): samples/Scheduler/QuartzTaskQueue/Greetings/Ports/Mappers/GreetingEventMessageMapper.cs#L35
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp)
Cannot build an overlay database because build-mode is set to "undefined" instead of "none". Falling back to creating a normal full database instead.