Skip to content

Cleaned up the project a bit and updated to ImGui 1.91.5 #34

Cleaned up the project a bit and updated to ImGui 1.91.5

Cleaned up the project a bit and updated to ImGui 1.91.5 #34

Triggered via push November 9, 2024 18:27
Status Failure
Total duration 28s
Artifacts

tests.yml

on: push
build-and-test
20s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 11 warnings
build-and-test: Hexa.NET.ImGui.Widgets.Tests/FileUtilitiesTests.cs#L15
The name 'FileUtilities' does not exist in the current context
build-and-test: Hexa.NET.ImGui.Widgets.Tests/FileUtilitiesTests.cs#L37
The name 'FileUtilities' does not exist in the current context
build-and-test: Hexa.NET.ImGui.Widgets.Tests/FileUtilitiesTests.cs#L15
The name 'FileUtilities' does not exist in the current context
build-and-test: Hexa.NET.ImGui.Widgets.Tests/FileUtilitiesTests.cs#L37
The name 'FileUtilities' does not exist in the current context
build-and-test
Process completed with exit code 1.
build-and-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-and-test: Hexa.NET.ImGui.Widgets/TryUtils.cs#L30
Possible null reference argument for parameter '@return' in 'TryCapture<T, TReturn>.TryCapture(T value, TReturn @return, Exception? exception)'.
build-and-test: Hexa.NET.ImGui.Widgets/TryUtils.cs#L33
Possible null reference argument for parameter '@return' in 'TryCapture<T, TReturn>.TryCapture(T value, TReturn @return, Exception? exception)'.
build-and-test: Hexa.NET.ImGui.Widgets/Text/Utf8Formatter.cs#L68
The variable 'leftAlign' is assigned but its value is never used
build-and-test: Hexa.NET.ImGui.Widgets/Text/Utf8Formatter.cs#L69
The variable 'forceSign' is assigned but its value is never used
build-and-test: Hexa.NET.ImGui.Widgets/Text/Utf8Formatter.cs#L70
The variable 'spaceSign' is assigned but its value is never used
build-and-test: Hexa.NET.ImGui.Widgets/Text/Utf8Formatter.cs#L71
The variable 'alternateForm' is assigned but its value is never used
build-and-test: Hexa.NET.ImGui.Widgets/Text/Utf8Formatter.cs#L72
The variable 'zeroPad' is assigned but its value is never used
build-and-test: Hexa.NET.ImGui.Widgets/Dialogs/FileDialogBase.cs#L13
Non-nullable field 'currentDir' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test: Hexa.NET.ImGui.Widgets/Dialogs/FileDialogBase.cs#L15
Non-nullable field 'rootFolder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test: Hexa.NET.ImGui.Widgets/Dialogs/FileDialogBase.cs#L16
Non-nullable field 'currentFolder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.