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