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 757a0ef commit 3285270Copy full SHA for 3285270
src/Containers/Microsoft.NET.Build.Containers/BuiltImage.cs
@@ -6,7 +6,7 @@ namespace Microsoft.NET.Build.Containers;
6
/// <summary>
7
/// Represents constructed image ready for further processing.
8
/// </summary>
9
-internal sealed class BuiltImage
+internal readonly struct BuiltImage
10
{
11
12
/// Gets image configuration in JSON format.
src/Containers/Microsoft.NET.Build.Containers/MultiArchImage.cs
-internal sealed class MultiArchImage
+internal readonly struct MultiArchImage
internal required string ImageIndex { get; init; }
0 commit comments