1 override of ProjectZipFile
Microsoft.VisualStudio.Razor.IntegrationTests (1)
StressTests\RCLStressTests.cs (1)
17protected override string ProjectZipFile => "Microsoft.VisualStudio.Razor.IntegrationTests.TestFiles.BlazorProjectWithRCL.zip";
1 reference to ProjectZipFile
Microsoft.VisualStudio.Razor.IntegrationTests (1)
AbstractRazorEditorTest.cs (1)
91using var zipStream = typeof(AbstractRazorEditorTest).Assembly.GetManifestResourceStream(ProjectZipFile);