CodeQL #233
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/Analyzers/ExperimentConfigurationAnalyzer.cs#L33
Enable analyzer release tracking for the analyzer project containing rule 'EF0002' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
|
analyze:
src/ExperimentFramework.Generators/Analyzers/ExperimentConfigurationAnalyzer.cs#L45
Enable analyzer release tracking for the analyzer project containing rule 'EF0003' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
|
analyze:
src/ExperimentFramework.Generators/Analyzers/ExperimentConfigurationAnalyzer.cs#L69
Enable analyzer release tracking for the analyzer project containing rule 'EF0005' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
|
analyze:
src/ExperimentFramework.Generators/Analyzers/ExperimentConfigurationAnalyzer.cs#L57
Enable analyzer release tracking for the analyzer project containing rule 'EF0004' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
|
analyze:
src/ExperimentFramework.Generators/Analyzers/ExperimentConfigurationAnalyzer.cs#L21
Enable analyzer release tracking for the analyzer project containing rule 'EF0001' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
|
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)
|