Skip to content

upgrade imgui and other dep libs #72

upgrade imgui and other dep libs

upgrade imgui and other dep libs #72

Triggered via push January 13, 2024 05:54
Status Success
Total duration 2m 33s
Artifacts

publish.yml

on: push
build, pack & publish
2m 18s
build, pack & publish
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build, pack & publish: ClickableTransparentOverlay/Overlay.cs#L91
Non-nullable field 'window' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build, pack & publish: ClickableTransparentOverlay/Overlay.cs#L91
Non-nullable field 'device' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build, pack & publish: ClickableTransparentOverlay/Overlay.cs#L91
Non-nullable field 'deviceContext' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build, pack & publish: ClickableTransparentOverlay/Overlay.cs#L91
Non-nullable field 'swapChain' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build, pack & publish: ClickableTransparentOverlay/Overlay.cs#L91
Non-nullable field 'backBuffer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build, pack & publish: ClickableTransparentOverlay/Overlay.cs#L91
Non-nullable field 'renderView' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build, pack & publish: ClickableTransparentOverlay/Overlay.cs#L91
Non-nullable field 'renderer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build, pack & publish: ClickableTransparentOverlay/Overlay.cs#L91
Non-nullable field 'inputhandler' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build, pack & publish: ClickableTransparentOverlay/Overlay.cs#L91
Non-nullable field 'renderThread' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build, pack & publish: ClickableTransparentOverlay/ImGuiRenderer.cs#L39
Non-nullable field 'vertexBuffer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.