Removed orphan dependency. #32
Annotations
10 errors and 11 warnings
Hexa.NET.ImGui.Widgets.Extras/TextEditor/Highlight/CSharp/CSharpSyntaxHighlight.cs#L5
The type or namespace name 'CodeAnalysis' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
|
Hexa.NET.ImGui.Widgets.Extras/TextEditor/Highlight/CSharp/CSharpSyntaxHighlight.cs#L6
The type or namespace name 'CodeAnalysis' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
|
Hexa.NET.ImGui.Widgets.Extras/TextEditor/Highlight/CSharp/CSharpSyntaxHighlight.cs#L7
The type or namespace name 'CodeAnalysis' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
|
Hexa.NET.ImGui.Widgets.Extras/TextEditor/Highlight/CSharp/CSharpSyntaxHighlight.cs#L8
The type or namespace name 'CodeAnalysis' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
|
Hexa.NET.ImGui.Widgets.Extras/TextEditor/Highlight/CSharp/CSharpSyntaxHighlight.cs#L53
The type or namespace name 'SyntaxNode' could not be found (are you missing a using directive or an assembly reference?)
|
Hexa.NET.ImGui.Widgets.Extras/TextEditor/Highlight/CSharp/CSharpSyntaxHighlight.cs#L109
The type or namespace name 'BlockSyntax' could not be found (are you missing a using directive or an assembly reference?)
|
Hexa.NET.ImGui.Widgets.Extras/TextEditor/Highlight/CSharp/CSharpSyntaxHighlight.cs#L125
The type or namespace name 'StatementSyntax' could not be found (are you missing a using directive or an assembly reference?)
|
Hexa.NET.ImGui.Widgets.Extras/TextEditor/Highlight/CSharp/CSharpSyntaxHighlight.cs#L179
The type or namespace name 'ParameterListSyntax' could not be found (are you missing a using directive or an assembly reference?)
|
Hexa.NET.ImGui.Widgets.Extras/TextEditor/Highlight/CSharp/CSharpSyntaxHighlight.cs#L190
The type or namespace name 'ExpressionSyntax' could not be found (are you missing a using directive or an assembly reference?)
|
Hexa.NET.ImGui.Widgets.Extras/TextEditor/Highlight/CSharp/CSharpSyntaxHighlight.cs#L213
The type or namespace name 'SyntaxToken' could not be found (are you missing a using directive or an assembly reference?)
|
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/
|
|
|
Hexa.NET.ImGui.Widgets/Text/Utf8Formatter.cs#L68
The variable 'leftAlign' is assigned but its value is never used
|
Hexa.NET.ImGui.Widgets/Text/Utf8Formatter.cs#L69
The variable 'forceSign' is assigned but its value is never used
|
Hexa.NET.ImGui.Widgets/Text/Utf8Formatter.cs#L70
The variable 'spaceSign' is assigned but its value is never used
|
Hexa.NET.ImGui.Widgets/Text/Utf8Formatter.cs#L71
The variable 'alternateForm' is assigned but its value is never used
|
Hexa.NET.ImGui.Widgets/Text/Utf8Formatter.cs#L72
The variable 'zeroPad' is assigned but its value is never used
|
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.
|
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.
|
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.
|
The logs for this run have expired and are no longer available.
Loading