1 instantiation of HistoryEntry
Microsoft.NET.Build.Containers (1)
ImageConfig.cs (1)
132HistoryEntry customHistoryEntry = new(created: DateTime.UtcNow, author: ".NET SDK",
6 references to HistoryEntry
Microsoft.NET.Build.Containers (6)
ImageConfig.cs (6)
31private readonly List<HistoryEntry> _history; 69private List<HistoryEntry> GetHistory() => _config["history"]?.AsArray().Select(node => node.Deserialize<HistoryEntry>()!).ToList() ?? new List<HistoryEntry>(); 132HistoryEntry customHistoryEntry = new(created: DateTime.UtcNow, author: ".NET SDK", 159private JsonObject CreateHistory(HistoryEntry h)