Skip to content

documents updated. extra css removed. #22

documents updated. extra css removed.

documents updated. extra css removed. #22

Triggered via push December 2, 2023 21:46
Status Success
Total duration 54s
Artifacts
releasePreview
46s
releasePreview
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
releasePreview
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
releasePreview: 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).
releasePreview: 01-Core/Jinget.Core/Exceptions/JingetException.cs#L25
Cannot convert null literal to non-nullable reference type.
releasePreview: 01-Core/Jinget.Core/ExtensionMethods/Reflection/TypeExtensions.cs#L58
Dereference of a possibly null reference.
releasePreview: 01-Core/Jinget.Core/ExtensionMethods/Reflection/TypeExtensions.cs#L61
Dereference of a possibly null reference.
releasePreview: 01-Core/Jinget.Core/CodeDom/JingetDynamicCode.cs#L46
Possible null reference argument for parameter 'externalReferences' in 'CSharpCompilation Compiler.GenerateAssembly(string sourceCode, List<string> externalReferences)'.
releasePreview: 01-Core/Jinget.Core/ExtensionMethods/Reflection/PropertiesExtensions.cs#L66
Converting null literal or possible null value to non-nullable type.
releasePreview: 01-Core/Jinget.Core/ExpressionToSql/Internal/Where.cs#L276
Dereference of a possibly null reference.
releasePreview: 01-Core/Jinget.Core/ExpressionToSql/Internal/Where.cs#L34
Possible null reference argument for parameter 'condition' in 'void QueryBuilder.AppendCondition(string condition)'.