doxygen generated docs #2
Annotations
10 warnings
|
Source/Lib/Common/Drags/Displays/DragInitializer.razor.cs#L22
Non-nullable field '_throttle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
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.
|
|
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.
|
|
Source/Lib/Common/Contexts/Displays/ContextSwitchDisplay.razor.cs#L91
Nullable value type may be null.
|
|
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.
|
|
Source/Lib/Common/Dropdowns/Models/DropdownHelper.cs#L35
Possible null reference argument for parameter 'elementId' in 'ValueTask LuthetusCommonJavaScriptInteropApi.FocusHtmlElementById(string elementId, bool preventScroll = false)'.
|
|
Source/Lib/Common/BackgroundTasks/Models/BackgroundTaskQueue.cs#L108
Dereference of a possibly null reference.
|
|
Source/Lib/Common/BackgroundTasks/Models/BackgroundTaskQueue.cs#L76
Dereference of a possibly null reference.
|
|
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.
|
|
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).
|
The logs for this run have expired and are no longer available.
Loading