Skip to content

Fixed permission issue. #26

Fixed permission issue.

Fixed permission issue. #26

Triggered via push November 8, 2024 20:42
Status Success
Total duration 33s
Artifacts

tests.yml

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

Annotations

11 warnings
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#L12
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#L14
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#L15
Non-nullable field 'currentFolder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.