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 a61aad5 commit 51d9cc8Copy full SHA for 51d9cc8
src/Containers/Microsoft.NET.Build.Containers/ImageIndexGenerator.cs
@@ -7,16 +7,6 @@
7
8
namespace Microsoft.NET.Build.Containers;
9
10
-internal readonly struct ImageInfo
11
-{
12
- internal string Config { get; init; }
13
- internal string ManifestDigest { get; init; }
14
- internal string Manifest { get; init; }
15
- internal string ManifestMediaType { get; init; }
16
-
17
- public override string ToString() => ManifestDigest;
18
-}
19
20
internal static class ImageIndexGenerator
21
{
22
/// <summary>
0 commit comments