Skip to content

Fix compiler and update Odata sample #602

Fix compiler and update Odata sample

Fix compiler and update Odata sample #602

Triggered via pull request November 18, 2025 20:05
Status Failure
Total duration 2m 34s
Artifacts

codeql-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Analyze
Process completed with exit code 1.
Analyze: src/AspNetCore/WebApi/src/Asp.Versioning.Mvc/ApplicationModels/DefaultApiControllerFilter.cs#L47
'List<IApiControllerSpecification>' does not contain a definition for 'Length' and no accessible extension method 'Length' accepting a first argument of type 'List<IApiControllerSpecification>' could be found (are you missing a using directive or an assembly reference?)
Analyze: src/AspNetCore/WebApi/src/Asp.Versioning.Mvc/ApplicationModels/DefaultApiControllerFilter.cs#L27
'List<IApiControllerSpecification>' does not contain a definition for 'Length' and no accessible extension method 'Length' accepting a first argument of type 'List<IApiControllerSpecification>' could be found (are you missing a using directive or an assembly reference?)
Analyze: src/AspNetCore/WebApi/src/Asp.Versioning.Mvc/ApplicationModels/DefaultApiControllerFilter.cs#L47
'List<IApiControllerSpecification>' does not contain a definition for 'Length' and no accessible extension method 'Length' accepting a first argument of type 'List<IApiControllerSpecification>' could be found (are you missing a using directive or an assembly reference?)
Analyze: src/AspNetCore/WebApi/src/Asp.Versioning.Mvc/ApplicationModels/DefaultApiControllerFilter.cs#L27
'List<IApiControllerSpecification>' does not contain a definition for 'Length' and no accessible extension method 'Length' accepting a first argument of type 'List<IApiControllerSpecification>' could be found (are you missing a using directive or an assembly reference?)
Analyze
CodeQL Action major versions v1 and v2 have been deprecated. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/