We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa2a80 commit 8d8dfd9Copy full SHA for 8d8dfd9
Microsoft.NET.Build.Containers/Descriptor.cs
@@ -36,7 +36,7 @@ public readonly record struct Descriptor
36
/// <see href="https://github.com/opencontainers/image-spec/blob/7b36cea86235157d78528944cb94c3323ee0905c/descriptor.md#digests"/>
37
/// </remarks>
38
[JsonIgnore]
39
- public string UncompressedDigest { get; init; }
+ public string? UncompressedDigest { get; init; }
40
41
/// <summary>
42
/// Size, in bytes, of the raw content.
0 commit comments