7 references to ContainType
Microsoft.NET.Sdk.Razor.Tests (7)
BuildWithComponents31IntegrationTest.cs (3)
26
new FileInfo(Path.Combine(outputPath, "blazor31.dll")).AssemblyShould().
ContainType
("blazor31.Pages.Index");
27
new FileInfo(Path.Combine(outputPath, "blazor31.dll")).AssemblyShould().
ContainType
("blazor31.Shared.NavMenu");
31
new FileInfo(Path.Combine(outputPath, "blazor31.Views.dll")).AssemblyShould().
ContainType
("blazor31.Pages.Pages__Host");
BuildWithComponentsIntegrationTest.cs (4)
52
new FileInfo(Path.Combine(outputPath, "MvcWithComponents.dll")).AssemblyShould().
ContainType
("MvcWithComponents.TestComponent");
53
new FileInfo(Path.Combine(outputPath, "MvcWithComponents.dll")).AssemblyShould().
ContainType
("MvcWithComponents.Views.Shared.NavMenu");
56
new FileInfo(Path.Combine(outputPath, "MvcWithComponents.dll")).AssemblyShould().
ContainType
("MvcWithComponents.Components.Counter");
58
new FileInfo(Path.Combine(outputPath, "MvcWithComponents.dll")).AssemblyShould().
ContainType
("AspNetCoreGeneratedDocument.Views_Home_Index");