34 references to ToString
Aspire.Dashboard.Tests (4)
Aspire.Deployment.EndToEnd.Tests (2)
Aspire.Hosting (3)
Dashboard\ResourceSnapshot.cs (3)
48yield return (KnownProperties.Resource.CreateTime, CreationTimeStamp is null ? Value.ForNull() : Value.ForString(CreationTimeStamp.Value.ToString("O")), IsSensitive: false, DisplayName: null, IsHighlighted: false, SortOrder: null);
49yield return (KnownProperties.Resource.StartTime, StartTimeStamp is null ? Value.ForNull() : Value.ForString(StartTimeStamp.Value.ToString("O")), IsSensitive: false, DisplayName: null, IsHighlighted: false, SortOrder: null);
50yield return (KnownProperties.Resource.StopTime, StopTimeStamp is null ? Value.ForNull() : Value.ForString(StopTimeStamp.Value.ToString("O")), IsSensitive: false, DisplayName: null, IsHighlighted: false, SortOrder: null);
Microsoft.Build (1)
Microsoft.Build.Framework (3)
Microsoft.Build.Tasks.CodeAnalysis (2)
Microsoft.CodeAnalysis.Workspaces (1)
Microsoft.Extensions.Compliance.Abstractions.Tests (1)
Microsoft.ML.Data (1)
Microsoft.ML.FastTree (1)
Microsoft.ML.Samples (10)
Microsoft.NET.Build.Tasks (1)
Microsoft.NET.Sdk.Publish.Tasks (1)
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (2)
System.Net.Requests (1)