7 references to VersionHelpers
Aspire.Dashboard (6)
Components_Dialogs_SettingsDialog_razor.g.cs (1)
709__builder3.AddContent(73, string.Format(Loc[nameof(Dialogs.SettingsDialogVersion)], VersionHelpers.DashboardDisplayVersion)
Components_Pages_Error_razor.g.cs (1)
346__builder.AddContent(40, VersionHelpers.DashboardDisplayVersion
Components_Pages_Login_razor.g.cs (1)
733__builder.AddContent(115, VersionHelpers.DashboardDisplayVersion
Mcp\McpExtensions.cs (1)
31Version = VersionHelpers.DashboardDisplayVersion ?? "1.0.0",
Telemetry\TelemetryErrorRecorder.cs (1)
43[TelemetryPropertyKeys.ExceptionRuntimeVersion] = new AspireTelemetryProperty(VersionHelpers.RuntimeVersion?.ToString() ?? string.Empty),
Utils\VersionHelpers.cs (1)
13public static string? DashboardDisplayVersion { get; } = typeof(VersionHelpers).Assembly.GetDisplayVersion();
Aspire.Dashboard.Tests (1)
VersionHelpersTests.cs (1)
18var version = VersionHelpers.RuntimeVersion;