13 usages of Guid 00000000000000000000000000000000
Aspire.Hosting.Azure (1)
AcrLoginService.cs (1)
20private const string AcrUsername = "00000000-0000-0000-0000-000000000000";
Aspire.Hosting.Azure.Tests (6)
AzureDeployerTests.cs (5)
360call.username == "00000000-0000-0000-0000-000000000000"); 426call.username == "00000000-0000-0000-0000-000000000000"); 540call.username == "00000000-0000-0000-0000-000000000000"); 543call.username == "00000000-0000-0000-0000-000000000000"); 1010call.username == "00000000-0000-0000-0000-000000000000");
FakeAcrLoginService.cs (1)
13private const string AcrUsername = "00000000-0000-0000-0000-000000000000";
Microsoft.Agents.AI.ProjectTemplates.Tests (1)
test\ProjectTemplates\Infrastructure\VerifyScrubbers.cs (1)
16content => content.ScrubByRegex(pattern: @"\{.{36}\}", replacement: "{00000000-0000-0000-0000-000000000000}"),
Microsoft.Extensions.AI.Templates.Tests (1)
test\ProjectTemplates\Infrastructure\VerifyScrubbers.cs (1)
16content => content.ScrubByRegex(pattern: @"\{.{36}\}", replacement: "{00000000-0000-0000-0000-000000000000}"),
Microsoft.McpServer.ProjectTemplates.Tests (1)
test\ProjectTemplates\Infrastructure\VerifyScrubbers.cs (1)
16content => content.ScrubByRegex(pattern: @"\{.{36}\}", replacement: "{00000000-0000-0000-0000-000000000000}"),
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\Activity.cs (1)
1987return _hexString ?? "00000000000000000000000000000000";
System.Net.NetworkInformation (2)
System\Net\NetworkInformation\StringParsingHelpers.Addresses.cs (2)
58if (line.StartsWith("00000000000000000000000000000000", StringComparison.Ordinal)) 61if (token.Length > 9 && token[4] != "00000000000000000000000000000000")