Skip to content

refactor!: modernize Reference #24

refactor!: modernize Reference

refactor!: modernize Reference #24

Triggered via pull request January 3, 2024 09:30
Status Success
Total duration 1m 47s
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/Registry/Remote/Registry.cs#L38
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/Registry/Remote/Registry.cs#L45
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/Registry/Remote/LinkUtility.cs#L32
Converting null literal or possible null value to non-nullable type.
Analyze (8.0.x): src/OrasProject.Oras/Registry/Remote/LinkUtility.cs#L39
Dereference of a possibly null reference.
Analyze (8.0.x): src/OrasProject.Oras/Registry/Remote/LinkUtility.cs#L57
Dereference of a possibly null reference.
Analyze (8.0.x): src/OrasProject.Oras/Registry/Remote/LinkUtility.cs#L57
Dereference of a possibly null reference.
Analyze (8.0.x): src/OrasProject.Oras/Registry/Remote/ErrorUtility.cs#L32
Dereference of a possibly null reference.
Analyze (8.0.x): src/OrasProject.Oras/Registry/Remote/Repository.cs#L74
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/Registry/Remote/Repository.cs#L86
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/Registry/Remote/BlobStore.cs#L53
Dereference of a possibly null reference.