Skip to content

Commit 8d8dfd9

Browse files
committed
Fix nullable annotation
1 parent faa2a80 commit 8d8dfd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.NET.Build.Containers/Descriptor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public readonly record struct Descriptor
3636
/// <see href="https://github.com/opencontainers/image-spec/blob/7b36cea86235157d78528944cb94c3323ee0905c/descriptor.md#digests"/>
3737
/// </remarks>
3838
[JsonIgnore]
39-
public string UncompressedDigest { get; init; }
39+
public string? UncompressedDigest { get; init; }
4040

4141
/// <summary>
4242
/// Size, in bytes, of the raw content.

0 commit comments

Comments
 (0)