Skip to content

Update README.md

Update README.md #22

Triggered via push April 26, 2024 18:29
Status Failure
Total duration 37s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 11 warnings
build: Flamui/Layouting/FlexContainer.cs#L15
'FlexContainer.Layout(BoxConstraint)': not all code paths return a value
build: Flamui/Layouting/ConstraintSolver.cs#L16
The name 'unsolved' does not exist in the current context
build: Flamui/Layouting/FlexContainer.cs#L15
'FlexContainer.Layout(BoxConstraint)': not all code paths return a value
build: Flamui/Layouting/ConstraintSolver.cs#L16
The name 'unsolved' does not exist in the current context
build
Process completed with exit code 1.
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#L278
Cannot convert null literal to non-nullable reference type.
build: Flamui/UiElements/UiText.cs#L153
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Flamui/UiElements/UiSvg.cs#L75
Cannot convert null literal to non-nullable reference type.
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.