Try to fix. #4
Annotations
1 error and 11 warnings
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/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.
|
build-and-test:
Hexa.NET.ImGui.Widgets/ImageHelper.cs#L56
XML comment has a param tag for 'size', but there is no parameter by that name
|
build-and-test:
Hexa.NET.ImGui.Widgets/ImageHelper.cs#L57
Parameter 'imgSize' has no matching param tag in the XML comment for 'ImageHelper.ImageScaleTo(ImTextureID, Vector2, Vector2)' (but other parameters do)
|