Skip to content

Merge pull request #556 from mk3008/555-parsing-issue-in-carbunql-wit… #1145

Merge pull request #556 from mk3008/555-parsing-issue-in-carbunql-wit…

Merge pull request #556 from mk3008/555-parsing-issue-in-carbunql-wit… #1145

Triggered via push October 30, 2024 07:07
Status Success
Total duration 1h 11m 13s
Artifacts

gh-pages.yml

on: push
Build and Deploy Job
53s
Build and Deploy Job
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
Build and Deploy Job
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, peaceiris/actions-gh-pages@v3.6.1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and Deploy Job
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v3, peaceiris/actions-gh-pages@v3.6.1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build and Deploy Job: src/Carbunql/Building/MonthPivotQueryBuilder.cs#L53
'ReadQueryExtension.ToCTE(IReadQuery, string)' is obsolete: 'use ToCte'
Build and Deploy Job: src/Carbunql/Building/DatePivotQueryBuilder.cs#L48
'ReadQueryExtension.ToCTE(IReadQuery, string)' is obsolete: 'use ToCte'
Build and Deploy Job: src/Carbunql/IQuerySource.cs#L65
'ICommentableExtension.AddComment(ICommentable, string)' is obsolete
Build and Deploy Job: demo/CarbunqlWeb/Pages/CTEQuery.razor#L119
'SelectQuery.ToCTEQuery(string, string)' is obsolete: 'use ToCteQuery'
Build and Deploy Job: demo/CarbunqlWeb/Pages/CTEQuery.razor#L51
The field 'CTEQuery.tabPosition' is assigned but its value is never used