13 usages of Guid 12345678-1234-1234-1234-123456789012
Aspire.Hosting.Azure.Tests (4)
AzureDeployerTests.cs (1)
78subscriptionInteraction.Inputs[0].Value = "12345678-1234-1234-1234-123456789012";
ProvisioningContextProviderTests.cs (2)
311inputsInteraction.Inputs[BaseProvisioningContextProvider.SubscriptionIdName].Value = "12345678-1234-1234-1234-123456789012"; 404var subscriptionId = "12345678-1234-1234-1234-123456789012";
ProvisioningTestHelpers.cs (1)
74string? subscriptionId = "12345678-1234-1234-1234-123456789012",
dotnet.Tests (5)
CommandTests\NuGet\GivenANuGetCommand.cs (5)
22[InlineData(new[] { "push", "foo.1.0.0.nupkg", "-k", "12345678-1234-1234-1234-123456789012" }, 0)] 24"--api-key", "12345678-1234-1234-1234-123456789012", 27"--api-key", "12345678-1234-1234-1234-123456789012", 29"--symbol-api-key", "12345678-1234-1234-1234-123456789012", 38"--api-key", "12345678-1234-1234-1234-123456789012",
Microsoft.AspNetCore.Components.Endpoints.Tests (2)
SSRRenderModeBoundaryTest.cs (2)
103yield 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)]