2 references to OperationPropertyStartedAtDisplayName
Aspire.Hosting.Azure (1)
AzureResourceProperties.cs (1)
78
properties.Add(CreateHighlighted(OperationStartedAt, startedAt.ToString("O"), AzureProvisioningStrings.
OperationPropertyStartedAtDisplayName
));
Aspire.Hosting.Azure.Tests (1)
AzureEnvironmentResourceExtensionsTests.cs (1)
2736
AssertHighlightedContextProperty(storageSnapshot.Properties, AzureResourceProperties.OperationStartedAt, operationStartedAt.ToString("O"), AzureProvisioningStrings.
OperationPropertyStartedAtDisplayName
);