Skip to content

CodeQL

CodeQL #233

Triggered via schedule January 18, 2026 12:10
Status Success
Total duration 8m 53s
Artifacts

codeql-analysis.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
analyze: src/ExperimentFramework.Simulation/Builders/SimulationRunner.cs#L190
The type 'TService' cannot be used as type parameter 'T' in the generic type or method 'ServiceProviderKeyedServiceExtensions.GetRequiredKeyedService<T>(IServiceProvider, object?)'. Nullability of type argument 'TService' doesn't match 'notnull' constraint.
analyze: src/ExperimentFramework.Dashboard.Abstractions/IDashboardDataProvider.cs#L8
XML comment has cref attribute 'IExperimentRegistry' that could not be resolved
analyze: src/ExperimentFramework.Generators/Schema/ConfigSchemaGenerator.cs#L13
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
analyze: src/ExperimentFramework.Generators/ExperimentProxyGenerator.cs#L16
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
analyze: src/ExperimentFramework.Generators/Analyzers/ExperimentConfigurationAnalyzer.cs#L14
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)