Merge branch 'main' of https://github.com/amerkoleci/Vortice.Windows.… #48
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.
|