Skip to content

Improve binding generations, make generation with VkAllocationCallbac… #142

Improve binding generations, make generation with VkAllocationCallbac…

Improve binding generations, make generation with VkAllocationCallbac… #142

Triggered via push September 24, 2025 07:03
Status Success
Total duration 54s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Vortice.Vulkan/UTF8Marshaler.cs#L48
Parameter 'maxLength' has no matching param tag in the XML comment for 'Utf8CustomMarshaller.ConvertToManaged(byte*, int)' (but other parameters do)
build: src/Vortice.Vulkan/VkInstanceApi.cs#L97
A result of a stackalloc expression of type 'Span<byte>' in this context may be exposed outside of the containing method
build: src/Vortice.Vulkan/VkInstanceApi.cs#L78
A result of a stackalloc expression of type 'Span<byte>' in this context may be exposed outside of the containing method
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/VkUtf8ReadOnlyString.cs#L10
'VkUtf8ReadOnlyString' defines operator == or operator != but does not override Object.GetHashCode()
build: src/Vortice.Vulkan/VkUtf8ReadOnlyString.cs#L10
'VkUtf8ReadOnlyString' defines operator == or operator != but does not override Object.Equals(object o)
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/VkUtf8String.cs#L73
XML comment has syntactically incorrect cref attribute 'ReadOnlySpan{byte}'
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.