Skip to content

Fix GetReports API to respond 204 on cancellation instead of throwing #928

Fix GetReports API to respond 204 on cancellation instead of throwing

Fix GetReports API to respond 204 on cancellation instead of throwing #928

Triggered via pull request July 10, 2026 13:38
Status Success
Total duration 2m 52s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build-and-test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-and-test
The target framework 'net6-windows' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build-and-test: src/Infrastructure/Helpers/VpaxHelper.cs#L74
'StatExtractor.UpdateStatisticsModel(Model, IDbConnection, int, bool, DirectLakeExtractionMode, int)' is obsolete: 'This method may produce incomplete results if used on a model with DirectLake partitions and DirectLakeExtractionMode parameter set to anything other than ResidentOnly. Use TomExtractor.GetDaxModel instead.'
build-and-test: src/Models/AnalyzeModel/TabularTable.cs#L58
The type 'string?' cannot be used as type parameter 'T' in the generic type or method 'MemoryExtensions.Contains<T>(ReadOnlySpan<T>, T)'. Nullability of type argument 'string?' doesn't match constraint type 'System.IEquatable<string?>'.
build-and-test: src/Services/ExportDataService.cs#L536
Possible null reference argument for parameter 'tableName' in 'string GetWorksheetName(string tableName, int tableIndex)'.
build-and-test: src/Services/ExportDataService.cs#L534
Dereference of a possibly null reference.
build-and-test: src/Services/ExportDataService.cs#L325
Possible null reference argument for parameter 'name' in 'ExportDataTable ExportDataJobExtensions.AddNew(ExportDataJob job, string name)'.
build-and-test: src/Services/ExportDataService.cs#L202
Possible null reference argument for parameter 'name' in 'ExportDataTable ExportDataJobExtensions.AddNew(ExportDataJob job, string name)'.
build-and-test
The IncludeOpenAPIAnalyzers property and its associated MVC API analyzers are deprecated and will be removed in a future release.
build-and-test
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
build-and-test
The target framework 'net6-windows' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build-and-test
The target framework 'net6-windows' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.