1 write to PublicUrl
Microsoft.AspNetCore.Components.Testing (1)
E2EManifestJsonContext.E2EAppEntry.g.cs (1)
123Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Components.Testing.Infrastructure.E2EAppEntry)obj).PublicUrl = value!,
5 references to PublicUrl
Microsoft.AspNetCore.Components.Testing (3)
E2EManifestJsonContext.E2EAppEntry.g.cs (2)
122Getter = static obj => ((global::Microsoft.AspNetCore.Components.Testing.Infrastructure.E2EAppEntry)obj).PublicUrl, 175writer.WriteString(PropName_publicUrl, ((global::Microsoft.AspNetCore.Components.Testing.Infrastructure.E2EAppEntry)value).PublicUrl);
Infrastructure\ServerInstance.cs (1)
79PublicUrl = appEntry.PublicUrl;
Microsoft.AspNetCore.Components.Testing.Tests (2)
E2EManifestTests.cs (1)
40Assert.Equal("https://localhost:5001", app.PublicUrl);
GenerateE2EManifestTaskTests.cs (1)
265Assert.Equal("https://localhost:5001", entry!.PublicUrl);