1 instantiation of BrowserDebugEndpointMetadata
Aspire.Hosting.Browsers (1)
BrowserEndpointDiscovery.cs (1)
168
var metadata = new
BrowserDebugEndpointMetadata
6 references to BrowserDebugEndpointMetadata
Aspire.Hosting.Browsers (6)
BrowserEndpointDiscovery.cs (6)
52
public async Task<
BrowserDebugEndpointMetadata
?> TryReadAndValidateAsync(BrowserHostIdentity identity, string? profileDirectoryName, CancellationToken cancellationToken)
55
BrowserDebugEndpointMetadata
? metadata;
94
metadata.SchemaVersion !=
BrowserDebugEndpointMetadata
.CurrentSchemaVersion ||
168
var
metadata = new BrowserDebugEndpointMetadata
170
SchemaVersion =
BrowserDebugEndpointMetadata
.CurrentSchemaVersion,
326
[JsonSerializable(typeof(
BrowserDebugEndpointMetadata
))]