Update Project.cs #3
Annotations
12 warnings
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@releases/v3. 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@v1, JamesIves/github-pages-deploy-action@releases/v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
src/Core/Furesoft.LowCode/Designer/Converters/RangeToSweepConverter.cs#L8
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/Core/Furesoft.LowCode/Designer/Converters/RangeToSweepConverter.cs#L8
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/Core/Furesoft.LowCode/Designer/Converters/RangeToSweepConverter.cs#L8
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/Core/Furesoft.LowCode/Nodes/ScriptInitializer.cs#L13
Converting method group 'ShowMessageBox' to non-delegate type 'object'. Did you intend to invoke the method?
|
build:
src/Core/Furesoft.LowCode/Nodes/Data/DataTable/RemoveColumnsNode.cs#L12
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
src/Core/Furesoft.LowCode/Designer/Layout/Views/Documents/SourceDocumentView.axaml.cs#L51
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build:
src/Core/Furesoft.LowCode/EmptyNode.cs#L128
'JSValueExtensions.Assign(JSValue, object)' is obsolete: 'Use Assign(this JSValue, JSValue) or Use Assign(this JSValue, object, Context)'
|
build:
src/Core/Furesoft.LowCode/Evaluation/Evaluator.cs#L115
Converting method group 'executeNode' to non-delegate type 'object'. Did you intend to invoke the method?
|
build:
src/Core/Furesoft.LowCode/Evaluation/EvaluatableCellEditFactory.cs#L36
The variable 'ex' is declared but never used
|
build:
src/Core/Furesoft.LowCode/DynamicNode.cs#L13
Field 'DynamicNode._action' is never assigned to, and will always have its default value null
|
Loading