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