Skip to content

fix(asb): add SequenceNumber to ReservedHeaders to prevent duplicate key on redelivery #7285

fix(asb): add SequenceNumber to ReservedHeaders to prevent duplicate key on redelivery

fix(asb): add SequenceNumber to ReservedHeaders to prevent duplicate key on redelivery #7285

Status Success
Total duration 37m 53s
Artifacts

codeql-analysis.yml

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

Annotations

11 warnings
Analyze (csharp): samples/WebAPI/WebAPI_Dapper/GreetingsApp/Responses/FindPersonsGreetings.cs#L7
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): samples/WebAPI/WebAPI_Dapper/GreetingsApp/Handlers/FindPersonByNameHandlerAsync.cs#L19
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): samples/WebAPI/WebAPI_Dapper/GreetingsApp/Handlers/DeletePersonHandlerAsync.cs#L31
'UsePolicyAsyncAttribute' is obsolete: 'Migrate to UseResiliencePipelineAsync'
Analyze (csharp): samples/WebAPI/WebAPI_Dapper/GreetingsApp/Handlers/AddPersonHandlerAsync.cs#L23
'UsePolicyAsyncAttribute' is obsolete: 'Migrate to UseResiliencePipelineAsync'
Analyze (csharp): samples/WebAPI/WebAPI_Dapper/GreetingsApp/Handlers/AddGreetingHandlerAsync.cs#L34
'UsePolicyAsyncAttribute' is obsolete: 'Migrate to UseResiliencePipelineAsync'
Analyze (csharp): samples/WebAPI/WebAPI_Dapper/GreetingsApp/Entities/Person.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): samples/WebAPI/WebAPI_Dapper/GreetingsApp/Entities/Greeting.cs#L7
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
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)
Cannot build an overlay database because build-mode is set to "undefined" instead of "none". Falling back to creating a normal full database instead.