Merge pull request #345 from Luthetus/staging #110
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/[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@v1, JamesIves/[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/
|
Publish .NET Core Project:
Source/Lib/Common/CustomEvents/Models/EventUtils.cs#L39
Nullability of reference types in type of parameter 'arg' of 'Task ReceiverBase.HandleEventAsync(EventCallbackWorkItem item, object arg)' doesn't match implicitly implemented member 'Task IHandleEvent.HandleEventAsync(EventCallbackWorkItem item, object? arg)' (possibly because of nullability attributes).
|
Publish .NET Core Project:
Source/Lib/Common/Widgets/States/WidgetState.Effector.cs#L15
Non-nullable field '_jsRuntimeCommonApi' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Publish .NET Core Project:
Source/Lib/Common/BackgroundTasks/Models/BackgroundTaskQueue.cs#L76
Dereference of a possibly null reference.
|
Publish .NET Core Project:
Source/Lib/Common/BackgroundTasks/Models/BackgroundTaskQueue.cs#L108
Dereference of a possibly null reference.
|
Publish .NET Core Project:
Source/Lib/Common/Contexts/Displays/ContextSwitchDisplay.razor.cs#L101
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.
|
Publish .NET Core Project:
Source/Lib/Common/Contexts/Displays/ContextSwitchDisplay.razor.cs#L91
Nullable value type may be null.
|
Publish .NET Core Project:
Source/Lib/Common/Dialogs/States/DialogState.Effector.cs#L14
Non-nullable field '_jsRuntimeCommonApi' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Publish .NET Core Project:
Source/Lib/Common/Contexts/Displays/ContextSwitchDisplay.razor.cs#L130
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.
|
Publish .NET Core Project:
Source/Lib/Common/WatchWindows/Displays/WatchWindowDisplay.razor.cs#L75
Dereference of a possibly null reference.
|
Publish .NET Core Project:
Source/Lib/Common/TreeViews/States/TreeViewState.Reducer.cs#L302
Dereference of a possibly null reference.
|
Loading