Use Hexa.NET.ImGui instead of ImGui.NET #4
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v1, actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build:
src/ImGuiGlfw/ImGuiController.cs#L98
Argument 3 should be a variable because it is passed to a 'ref readonly' parameter
|
Build:
src/ImGuiGlfw/ImGuiController.cs#L99
Argument 3 should be a variable because it is passed to a 'ref readonly' parameter
|
Build:
src/ImGuiGlfw/ImGuiController.cs#L100
Argument 3 should be a variable because it is passed to a 'ref readonly' parameter
|
Build:
src/ImGuiGlfw/ImGuiController.cs#L101
Argument 3 should be a variable because it is passed to a 'ref readonly' parameter
|
Build:
src/ImGuiGlfw.Sample/Services/Ui/InputDebugWindow.cs#L28
Change return type to 'void'; not a single caller uses the returned value. (https://rules.sonarsource.com/csharp/RSPEC-3241)
|
Build:
src/ImGuiGlfw.Sample/Services/Ui/InputDebugWindow.cs#L34
Change return type to 'void'; not a single caller uses the returned value. (https://rules.sonarsource.com/csharp/RSPEC-3241)
|
Build:
src/ImGuiGlfw.Sample/Services/Ui/SettingsWindow.cs#L21
Merge this if statement with the enclosing one. (https://rules.sonarsource.com/csharp/RSPEC-1066)
|
Build:
src/ImGuiGlfw/ImGuiController.cs#L98
Argument 3 should be a variable because it is passed to a 'ref readonly' parameter
|
Build:
src/ImGuiGlfw/ImGuiController.cs#L99
Argument 3 should be a variable because it is passed to a 'ref readonly' parameter
|
Build:
src/ImGuiGlfw/ImGuiController.cs#L100
Argument 3 should be a variable because it is passed to a 'ref readonly' parameter
|
Loading