1 instantiation of HistoryEntry
Microsoft.NET.Build.Containers (1)
ImageConfig.cs (1)
144HistoryEntry 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; 72private List<HistoryEntry> GetHistory() => _config["history"]?.AsArray().Select(node => node.Deserialize<HistoryEntry>()!).ToList() ?? new List<HistoryEntry>(); 144HistoryEntry customHistoryEntry = new(created: DateTime.UtcNow, author: ".NET SDK", 171private JsonObject CreateHistory(HistoryEntry h)