Skip to content

Merge pull request #383 from Luthetus/staging #119

Merge pull request #383 from Luthetus/staging

Merge pull request #383 from Luthetus/staging #119

Triggered via push December 17, 2024 21:13
Status Success
Total duration 2m 26s
Artifacts

main.yml

on: push
deploy-to-github-pages
2m 17s
deploy-to-github-pages
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
deploy-to-github-pages
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
deploy-to-github-pages: 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).
deploy-to-github-pages: 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.
deploy-to-github-pages: Source/Lib/Common/BackgroundTasks/Models/BackgroundTaskQueue.cs#L76
Dereference of a possibly null reference.
deploy-to-github-pages: 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.
deploy-to-github-pages: 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.
deploy-to-github-pages: 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.
deploy-to-github-pages: Source/Lib/Common/Dimensions/Models/DimensionUnit.cs#L39
Non-nullable property 'ValueFunc' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.