1 write to CatalogName
Aspire.TypeSystem (1)
AttributeDataReader.cs (1)
316CatalogName = catalogName ?? throw new InvalidOperationException("AspireValueAttribute requires a catalog name."),
2 references to CatalogName
Aspire.Hosting.RemoteHost (1)
AtsCapabilityScanner.cs (1)
1376var pathSegments = new List<string> { valueAttr.CatalogName };
Aspire.TypeSystem (1)
AttributeDataReader.cs (1)
308case nameof(AspireValueData.CatalogName):