Skip to content

fix: Dispatcher shutdown race leaves late-opened Reactor consumers running (#4075) #6857

fix: Dispatcher shutdown race leaves late-opened Reactor consumers running (#4075)

fix: Dispatcher shutdown race leaves late-opened Reactor consumers running (#4075) #6857

Triggered via pull request April 26, 2026 10:46
Status Success
Total duration 30m 7s
Artifacts

codeql-analysis.yml

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

Annotations

12 warnings
Analyze (csharp): samples/WebAPI/WebAPI_Dapper/GreetingsApp/Handlers/AddGreetingHandlerAsync.cs#L34
'UsePolicyAsyncAttribute' is obsolete: 'Migrate to UseResiliencePipelineAsync'
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
'UsePolicyAttribute' is obsolete: 'Migrate to UseResiliencePipeline'
Analyze (csharp): samples/WebAPI/WebAPI_Dapper/GreetingsApp/Responses/FindPersonsGreetings.cs#L8
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
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/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/GreetingAsyncEvent.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/GreetingEvent.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp)
Starting April 2026, the CodeQL Action will skip computing file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses. To opt out of this change, set the `CODEQL_ACTION_FILE_COVERAGE_ON_PRS` environment variable to `true`. Alternatively, create a custom repository property with the name `github-codeql-file-coverage-on-prs` and the type "True/false", then set this property to `true` in the repository's settings.
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.