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