1 write to _metadataPath
Aspire.Dashboard (1)
ServiceClient\DashboardRunStore.cs (1)
137
_metadataPath
= Path.Combine(RunDirectory, "run.json");
2 references to _metadataPath
Aspire.Dashboard (2)
ServiceClient\DashboardRunStore.cs (2)
287
if (
_metadataPath
is null || _metadataPublished)
411
private void WriteMetadata(DashboardRunMetadata metadata) => WriteMetadata(metadata,
_metadataPath
!);