Skip to content

Remove unnecessary unsafe method uses #280

Remove unnecessary unsafe method uses

Remove unnecessary unsafe method uses #280

Triggered via pull request November 17, 2023 10:25
Status Failure
Total duration 1m 4s
Artifacts

build-debug.yml

on: pull_request
build-dotnet
52s
build-dotnet
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
build-dotnet
Unsafe code may only appear if compiling with /unsafe
build-dotnet
Unsafe code may only appear if compiling with /unsafe
build-dotnet
Process completed with exit code 1.
build-dotnet
Non-nullable field 'Items' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-dotnet
The field 'CollectionsMarshal.ListDummy<T>.size' is never used
build-dotnet
The field 'CollectionsMarshal.ListDummy<T>.version' is never used
build-dotnet
Field 'CollectionsMarshal.ListDummy<T>.Items' is never assigned to, and will always have its default value null
build-dotnet
Dereference of a possibly null reference.
build-dotnet
Dereference of a possibly null reference.
build-dotnet
Non-nullable field 'Items' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-dotnet
The field 'CollectionsMarshal.ListDummy<T>.size' is never used
build-dotnet
Field 'CollectionsMarshal.ListDummy<T>.Items' is never assigned to, and will always have its default value null
build-dotnet
The field 'CollectionsMarshal.ListDummy<T>.version' is never used