Skip to content

Merge branch 'main' of https://github.com/amerkoleci/Vortice.Windows.… #48

Merge branch 'main' of https://github.com/amerkoleci/Vortice.Windows.…

Merge branch 'main' of https://github.com/amerkoleci/Vortice.Windows.… #48

Triggered via push November 4, 2024 16:28
Status Success
Total duration 2m 2s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Vortice.Framework/D3D11Application.cs#L38
Non-nullable property 'SwapChain' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Vortice.Framework/D3D11Application.cs#L38
Non-nullable property 'ColorTexture' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Vortice.Framework/D3D11Application.cs#L38
Non-nullable property 'ColorTextureView' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Vortice.Framework/Image.cs#L84
Possible null reference assignment.
build: src/Vortice.Framework/D3D12/D3D12Application.cs#L42
Non-nullable property 'SwapChain' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Vortice.Framework/D3D12/D3D12Application.cs#L28
Field 'D3D12Application._dxgiDebug' is never assigned to, and will always have its default value false
build: src/Vortice.Framework/Platform/WinUI/WinUIAppWindow.cs#L76
Dereference of a possibly null reference.
build: src/Vortice.Framework/Image.cs#L84
Possible null reference assignment.
build: src/Vortice.Framework/D3D12/D3D12Application.cs#L42
Non-nullable property 'SwapChain' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Vortice.Framework/D3D11Application.cs#L38
Non-nullable property 'SwapChain' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.