Skip to content
Triggered via push April 19, 2024 12:03
Status Success
Total duration 38s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: Flamui/CascadingValueProvider.cs#L5
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Flamui/Dispatcher.cs#L5
Non-nullable property 'UIThread' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Flamui/DispatcherOperation.cs#L21
Cannot convert null literal to non-nullable reference type.
build: Flamui/DispatcherOperation.cs#L23
The variable 'e' is declared but never used
build: Flamui/UiWindow.cs#L249
Cannot convert null literal to non-nullable reference type.
build: Flamui/UiElements/UiText.cs#L7
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Flamui/UiElements/UiElement.cs#L11
Non-nullable property 'Parent' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Flamui/Ui.S.cs#L23
Possible null reference argument for parameter 'value' in 'void Dictionary<int, string>.Add(int key, string value)'.
build: Flamui/Ui.cs#L14
Non-nullable field 'Root' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Flamui/Renderable.cs#L65
The field 'RenderContext.rerenderCount' is never used