Skip to content

new escape options added to Json/JsonUtility Escape method #47

new escape options added to Json/JsonUtility Escape method

new escape options added to Json/JsonUtility Escape method #47

Triggered via push November 27, 2023 17:22
Status Success
Total duration 47s
Artifacts

release-ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
release
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/
release: 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).
release: 01-Core/Jinget.Core/Exceptions/JingetException.cs#L25
Cannot convert null literal to non-nullable reference type.
release: 01-Core/Jinget.Core/CodeDom/JingetDynamicCode.cs#L46
Possible null reference argument for parameter 'externalReferences' in 'CSharpCompilation Compiler.GenerateAssembly(string sourceCode, List<string> externalReferences)'.
release: 01-Core/Jinget.Core/ExpressionToSql/Internal/OrderBy.cs#L43
Dereference of a possibly null reference.
release: 01-Core/Jinget.Core/ExtensionMethods/Reflection/TypeExtensions.cs#L58
Dereference of a possibly null reference.
release: 01-Core/Jinget.Core/ExtensionMethods/Reflection/TypeExtensions.cs#L61
Dereference of a possibly null reference.
release: 01-Core/Jinget.Core/ExpressionToSql/Internal/Where.cs#L276
Dereference of a possibly null reference.
release: 01-Core/Jinget.Core/ExpressionToSql/Internal/Where.cs#L34
Possible null reference argument for parameter 'condition' in 'void QueryBuilder.AppendCondition(string condition)'.