Skip to content

refactor!: modernize memory store and copy #11

refactor!: modernize memory store and copy

refactor!: modernize memory store and copy #11

Triggered via pull request December 29, 2023 13:59
Status Success
Total duration 2m 7s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze (8.0.x): src/OrasProject.Oras/Remote/Repository.cs#L832
Dereference of a possibly null reference.
Analyze (8.0.x): src/OrasProject.Oras/Remote/Repository.cs#L882
Dereference of a possibly null reference.
Analyze (8.0.x): src/OrasProject.Oras/Remote/Repository.cs#L882
Dereference of a possibly null reference.
Analyze (8.0.x): src/OrasProject.Oras/Remote/Repository.cs#L891
Dereference of a possibly null reference.
Analyze (8.0.x): src/OrasProject.Oras/Remote/ErrorUtility.cs#L32
Dereference of a possibly null reference.
Analyze (8.0.x): src/OrasProject.Oras/Remote/Registry.cs#L35
Non-nullable property 'ManifestMediaTypes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (8.0.x): src/OrasProject.Oras/Remote/LinkUtility.cs#L32
Converting null literal or possible null value to non-nullable type.
Analyze (8.0.x): src/OrasProject.Oras/Remote/LinkUtility.cs#L39
Dereference of a possibly null reference.
Analyze (8.0.x): src/OrasProject.Oras/Remote/LinkUtility.cs#L57
Dereference of a possibly null reference.
Analyze (8.0.x): src/OrasProject.Oras/Remote/LinkUtility.cs#L57
Dereference of a possibly null reference.