6 usages of Guid 12345678-1234-1234-1234-123456789012
Aspire.Hosting.Azure.Tests (2)
DefaultProvisioningContextProviderTests.cs (2)
297
inputsInteraction.Inputs[1].Value = "
12345678-1234-1234-1234-123456789012
";
363
string? subscriptionId = "
12345678-1234-1234-1234-123456789012
",
Microsoft.AspNetCore.Components.Endpoints.Tests (2)
SSRRenderModeBoundaryTest.cs (2)
103
yield return new object[] { Guid.Parse("
12345678-1234-1234-1234-123456789012
"), "
12345678-1234-1234-1234-123456789012
" };
Microsoft.AspNetCore.Routing.Tests (2)
Constraints\GuidRouteConstraintTests.cs (2)
12
[InlineData("
12345678-1234-1234-1234-123456789012
", false, true)]
13
[InlineData("
12345678-1234-1234-1234-123456789012
", true, true)]