7 instantiations of AssetMatch
Aspire.Hosting.Blazor.Tests (7)
EndpointsManifestTransformerTests.cs (7)
146
Asset = new
AssetMatch
{ ContentRootIndex = 0 }
167
Asset = 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 } }
273
Asset = new
AssetMatch
{ ContentRootIndex = 0 },
279
Asset = new
AssetMatch
{ ContentRootIndex = 2 }
1 reference to AssetMatch
Aspire.Hosting.Blazor (1)
Manifests\DevelopmentManifest.cs (1)
31
public
AssetMatch
? Asset { get; set; }