upgrade to .net8 and removed support for .net7 (#75) #88
Annotations
11 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
ClickableTransparentOverlay/ImGuiRenderer.cs#L39
Non-nullable field 'vertexBuffer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
ClickableTransparentOverlay/ImGuiRenderer.cs#L39
Non-nullable field 'indexBuffer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
ClickableTransparentOverlay/ImGuiRenderer.cs#L39
Non-nullable field 'vertexShaderBlob' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
ClickableTransparentOverlay/ImGuiRenderer.cs#L39
Non-nullable field 'vertexShader' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
ClickableTransparentOverlay/ImGuiRenderer.cs#L39
Non-nullable field 'inputLayout' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
ClickableTransparentOverlay/ImGuiRenderer.cs#L39
Non-nullable field 'constantBuffer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
ClickableTransparentOverlay/ImGuiRenderer.cs#L39
Non-nullable field 'pixelShaderBlob' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
ClickableTransparentOverlay/ImGuiRenderer.cs#L39
Non-nullable field 'pixelShader' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
ClickableTransparentOverlay/ImGuiRenderer.cs#L39
Non-nullable field 'fontSampler' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
ClickableTransparentOverlay/ImGuiRenderer.cs#L39
Non-nullable field 'rasterizerState' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
This job succeeded
Loading