7 instantiations of AssetMatch
Aspire.Hosting.Blazor.Tests (7)
EndpointsManifestTransformerTests.cs (7)
146Asset = new AssetMatch { ContentRootIndex = 0 } 167Asset = new AssetMatch { ContentRootIndex = 0 } 221["file1"] = new AssetNode { Asset = new AssetMatch { ContentRootIndex = 0 } }, 222["file2"] = new AssetNode { Asset = new AssetMatch { ContentRootIndex = 1 } } 234["file3"] = new AssetNode { Asset = new AssetMatch { ContentRootIndex = 0 } } 273Asset = new AssetMatch { ContentRootIndex = 0 }, 279Asset = new AssetMatch { ContentRootIndex = 2 }
1 reference to AssetMatch
Aspire.Hosting.Blazor (1)
Manifests\DevelopmentManifest.cs (1)
31public AssetMatch? Asset { get; set; }