Skip to content

Update to native libs, improve and update bindings for all libraries. #132

Update to native libs, improve and update bindings for all libraries.

Update to native libs, improve and update bindings for all libraries. #132

Triggered via push January 3, 2025 15:19
Status Success
Total duration 1m 2s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: src/Vortice.ShaderCompiler/CompileResult.cs#L14
Non-nullable property 'Bytecode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Vortice.ShaderCompiler/CompileResult.cs#L14
Non-nullable property 'Bytecode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Vortice.Vulkan/VkUtf8String.cs#L73
XML comment has syntactically incorrect cref attribute 'ReadOnlySpan{byte}'
build: src/Vortice.Vulkan/VkUtf8String.cs#L73
Type parameter declaration must be an identifier not a type. See also error CS0081.
build: src/Vortice.Vulkan/VkUtf8ReadOnlyString.cs#L10
'VkUtf8ReadOnlyString' defines operator == or operator != but does not override Object.Equals(object o)
build: src/Vortice.Vulkan/VkUtf8ReadOnlyString.cs#L10
'VkUtf8ReadOnlyString' defines operator == or operator != but does not override Object.GetHashCode()
build: src/Vortice.Vulkan/PFN_vkVoidFunction.cs#L16
Comparison of function pointers might yield an unexpected result, since pointers to the same function may be distinct.
build: src/Vortice.Vulkan/VkUtf8String.cs#L73
XML comment has syntactically incorrect cref attribute 'ReadOnlySpan{byte}'
build: src/Vortice.Vulkan/VkUtf8String.cs#L73
Type parameter declaration must be an identifier not a type. See also error CS0081.
build: src/Vortice.Vulkan/VkUtf8ReadOnlyString.cs#L10
'VkUtf8ReadOnlyString' defines operator == or operator != but does not override Object.Equals(object o)