Skip to content

Add durable backplane connectors (Kafka, Azure Service Bus, SQL Server) with DSL support #100

Add durable backplane connectors (Kafka, Azure Service Bus, SQL Server) with DSL support

Add durable backplane connectors (Kafka, Azure Service Bus, SQL Server) with DSL support #100

Re-run triggered December 30, 2025 17:40
Status Success
Total duration 4m 38s
Artifacts

codeql-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
analyze: tests/ExperimentFramework.Generators.Tests/ExperimentProxyGeneratorTests.cs#L441
Do not use Assert.Empty to check if a value does not exist in a collection. Use Assert.DoesNotContain instead. (https://xunit.net/xunit.analyzers/rules/xUnit2029)
analyze: tests/ExperimentFramework.Generators.Tests/ExperimentProxyGeneratorTests.cs#L441
Do not use Assert.Empty to check if a value does not exist in a collection. Use Assert.DoesNotContain instead. (https://xunit.net/xunit.analyzers/rules/xUnit2029)
analyze
CodeQL Action v3 will be deprecated in December 2026. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/