Skip to content

Merge pull request #22 from ktsu-dev/Implement-ImGuiController-ourselves #124

Merge pull request #22 from ktsu-dev/Implement-ImGuiController-ourselves

Merge pull request #22 from ktsu-dev/Implement-ImGuiController-ourselves #124

Triggered via push September 18, 2024 10:48
Status Failure
Total duration 2m 10s
Artifacts

dotnet.yml

on: push
build-dotnet-library  /  ktsu-dev/ImGuiApp build-dotnet-library
1m 57s
build-dotnet-library / ktsu-dev/ImGuiApp build-dotnet-library
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build-dotnet-library / ktsu-dev/ImGuiApp build-dotnet-library: ImGuiApp/ImGuiController/ImGuiController.cs#L12
The type or namespace name 'ImGuiNET' could not be found (are you missing a using directive or an assembly reference?)
build-dotnet-library / ktsu-dev/ImGuiApp build-dotnet-library: ImGuiApp/ImGuiController/ImGuiFontConfig.cs#L9
The type or namespace name 'ImGuiNET' could not be found (are you missing a using directive or an assembly reference?)
build-dotnet-library / ktsu-dev/ImGuiApp build-dotnet-library: ImGuiApp/ImGuiApp.cs#L10
The type or namespace name 'ImGuiNET' could not be found (are you missing a using directive or an assembly reference?)
build-dotnet-library / ktsu-dev/ImGuiApp build-dotnet-library: ImGuiApp/UIScaler.cs#L4
The type or namespace name 'ImGuiNET' could not be found (are you missing a using directive or an assembly reference?)
build-dotnet-library / ktsu-dev/ImGuiApp build-dotnet-library: ImGuiApp/ImGuiController/ImGuiFontConfig.cs#L24
The type or namespace name 'ImGuiIOPtr' could not be found (are you missing a using directive or an assembly reference?)
build-dotnet-library / ktsu-dev/ImGuiApp build-dotnet-library: ImGuiApp/ImGuiController/ImGuiFontConfig.cs#L13
The type or namespace name 'ImGuiIOPtr' could not be found (are you missing a using directive or an assembly reference?)
build-dotnet-library / ktsu-dev/ImGuiApp build-dotnet-library: ImGuiApp/ImGuiController/ImGuiController.cs#L300
The type or namespace name 'ImGuiKey' could not be found (are you missing a using directive or an assembly reference?)
build-dotnet-library / ktsu-dev/ImGuiApp build-dotnet-library: ImGuiApp/ImGuiController/ImGuiController.cs#L425
The type or namespace name 'ImDrawDataPtr' could not be found (are you missing a using directive or an assembly reference?)
build-dotnet-library / ktsu-dev/ImGuiApp build-dotnet-library: ImGuiApp/ImGuiController/ImGuiController.cs#L482
The type or namespace name 'ImDrawDataPtr' could not be found (are you missing a using directive or an assembly reference?)
build-dotnet-library / ktsu-dev/ImGuiApp build-dotnet-library: ImGuiApp/ImGuiApp.cs#L49
The type or namespace name 'ImFontPtr' could not be found (are you missing a using directive or an assembly reference?)
build-dotnet-library / ktsu-dev/ImGuiApp build-dotnet-library
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-java@v3, nguyenvukhang/semver-increment@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/