17 references to TestProjectName
Microsoft.NET.Sdk.Razor.Tests (17)
MvcBuildIntegrationTest21NetFx.cs (17)
12public const string OutputFileName = TestProjectName + ".exe"; 18var testAsset = $"Razor{TestProjectName}"; 29new FileInfo(Path.Combine(outputPath, $"{TestProjectName}.pdb")).Should().Exist(); 30new FileInfo(Path.Combine(outputPath, $"{TestProjectName}.Views.dll")).Should().Exist(); 31new FileInfo(Path.Combine(outputPath, $"{TestProjectName}.Views.pdb")).Should().Exist(); 34new FileInfo(Path.Combine(intermediateOutputPath, $"{TestProjectName}.TagHelpers.input.cache")).Should().Exist(); 35new FileInfo(Path.Combine(intermediateOutputPath, $"{TestProjectName}.TagHelpers.output.cache")).Should().Exist(); 37Path.Combine(intermediateOutputPath, $"{TestProjectName}.TagHelpers.output.cache")).Should().Contain( 44var testAsset = $"Razor{TestProjectName}"; 63var testAsset = $"Razor{TestProjectName}"; 72new FileInfo(Path.Combine(outputPath, $"{TestProjectName}.pdb")).Should().Exist(); 73new FileInfo(Path.Combine(outputPath, $"{TestProjectName}.Views.dll")).Should().Exist(); 74new FileInfo(Path.Combine(outputPath, $"{TestProjectName}.Views.pdb")).Should().Exist(); 84var testAsset = $"Razor{TestProjectName}"; 98var testAsset = $"Razor{TestProjectName}"; 107var depsFile = new FileInfo(Path.Combine(outputPath, $"{TestProjectName}.deps.json")); 115var projectReference = dependencyContext.CompileLibraries.First(l => l.Name == TestProjectName);