CodeQL #12
Annotations
10 warnings
Autobuild:
src/OrasProject.Oras/Memory/MemoryTagResolver.cs#L30
Converting null literal or possible null value to non-nullable type.
|
Autobuild:
src/OrasProject.Oras/Memory/MemoryTagResolver.cs#L35
Nullability of reference types in value of type 'Task<Descriptor?>' doesn't match target type 'Task<Descriptor>'.
|
Autobuild:
src/OrasProject.Oras/Remote/Repository.cs#L832
Dereference of a possibly null reference.
|
Autobuild:
src/OrasProject.Oras/Remote/ErrorUtility.cs#L32
Dereference of a possibly null reference.
|
Autobuild:
src/OrasProject.Oras/Memory/MemoryGraph.cs#L46
Converting null literal or possible null value to non-nullable type.
|
Autobuild:
src/OrasProject.Oras/Memory/MemoryGraph.cs#L48
Possible null reference return.
|
Autobuild:
src/OrasProject.Oras/Memory/MemoryStorage.cs#L39
Converting null literal or possible null value to non-nullable type.
|
Autobuild:
src/OrasProject.Oras/Memory/MemoryStorage.cs#L44
Possible null reference argument for parameter 'buffer' in 'MemoryStream.MemoryStream(byte[] buffer)'.
|
Autobuild:
src/OrasProject.Oras/Memory/MemoryStorage.cs#L51
Possible null reference assignment.
|
Autobuild:
src/OrasProject.Oras/Remote/Repository.cs#L882
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading