Skip to content

Deploy to GitHub Pages #15

Deploy to GitHub Pages

Deploy to GitHub Pages #15

Manually triggered December 2, 2023 23:19
Status Success
Total duration 42s
Artifacts

github-pages-publish.yml

on: workflow_dispatch
deploy-to-github-pages
35s
deploy-to-github-pages
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
deploy-to-github-pages
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, JamesIves/github-pages-deploy-action@3.7.1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
deploy-to-github-pages: 01-Core/Jinget.Core/Utilities/Expressions/ReplaceExpressionVisitor.cs#L27
Nullability of type of parameter 'node' doesn't match overridden member (possibly because of nullability attributes).
deploy-to-github-pages: 01-Core/Jinget.Core/Exceptions/JingetException.cs#L25
Cannot convert null literal to non-nullable reference type.
deploy-to-github-pages: 01-Core/Jinget.Core/ExpressionToSql/Internal/OrderBy.cs#L43
Dereference of a possibly null reference.
deploy-to-github-pages: 01-Core/Jinget.Core/CodeDom/JingetDynamicCode.cs#L46
Possible null reference argument for parameter 'externalReferences' in 'CSharpCompilation Compiler.GenerateAssembly(string sourceCode, List<string> externalReferences)'.
deploy-to-github-pages: 01-Core/Jinget.Core/ExpressionToSql/Internal/Where.cs#L276
Dereference of a possibly null reference.
deploy-to-github-pages: 01-Core/Jinget.Core/ExpressionToSql/Internal/Where.cs#L34
Possible null reference argument for parameter 'condition' in 'void QueryBuilder.AppendCondition(string condition)'.