Merge pull request #562 from mk3008/library #1169
Annotations
10 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, peaceiris/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
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/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Dotnet Publish
The target framework 'net7.0' 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.
|
Dotnet Publish
The target framework 'net7.0' 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.
|
Dotnet Publish
The target framework 'net7.0' 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.
|
Dotnet Publish:
src/Carbunql/Building/DatePivotQueryBuilder.cs#L48
'ReadQueryExtension.ToCTE(IReadQuery, string)' is obsolete: 'use ToCte'
|
Dotnet Publish:
src/Carbunql/IQuerySource.cs#L65
'ICommentableExtension.AddComment(ICommentable, string)' is obsolete
|
Dotnet Publish:
src/Carbunql/Building/MonthPivotQueryBuilder.cs#L53
'ReadQueryExtension.ToCTE(IReadQuery, string)' is obsolete: 'use ToCte'
|
Dotnet Publish:
demo/CarbunqlWeb/Pages/CTEQuery.razor#L119
'SelectQuery.ToCTEQuery(string, string)' is obsolete: 'use ToCteQuery'
|
Dotnet Publish:
demo/CarbunqlWeb/Pages/CTEQuery.razor#L51
The field 'CTEQuery.tabPosition' is assigned but its value is never used
|
Loading