25 references to WriteFile
Microsoft.NET.Build.Tests (25)
GivenThereAreDefaultItems.cs (25)
25WriteFile(Path.Combine(getValuesCommand.ProjectRootPath, folder, "source.cs"),
29WriteFile(Path.Combine(getValuesCommand.ProjectRootPath, "Code", "Class1.cs"),
32WriteFile(Path.Combine(getValuesCommand.ProjectRootPath, "Packages", "Package.cs"),
58WriteFile(Path.Combine(getValuesCommand.ProjectRootPath, "Output", "CSharpInOutput.cs"),
61WriteFile(Path.Combine(getValuesCommand.ProjectRootPath, "Code", "Class1.cs"),
97WriteFile(Path.Combine(getValuesCommand.ProjectRootPath, folder, "source.cs"),
101WriteFile(Path.Combine(getValuesCommand.ProjectRootPath, "Code", "Class1.cs"),
142WriteFile(Path.Combine(sharedCodePath, "Shared.cs"),
145WriteFile(Path.Combine(getValuesCommand.ProjectRootPath, "Code", "Class1.cs"),
179WriteFile(Path.Combine(getValuesCommand.ProjectRootPath, "Code", "Class1.cs"),
181WriteFile(Path.Combine(getValuesCommand.ProjectRootPath, "Excluded", "Excluded.cs"),
214WriteFile(Path.Combine(getValuesCommand.ProjectRootPath, "Code", "Class1.cs"),
216WriteFile(Path.Combine(getValuesCommand.ProjectRootPath, "obj", "Class2.cs"),
218WriteFile(Path.Combine(getValuesCommand.ProjectRootPath, "obj", "Excluded.cs"),
252WriteFile(Path.Combine(getValuesCommand.ProjectRootPath, "Code", "Class1.cs"),
254WriteFile(Path.Combine(getValuesCommand.ProjectRootPath, "CSharpAsResource.cs"),
300WriteFile(Path.Combine(getValuesCommand.ProjectRootPath, "Code", "Class1.cs"),
302WriteFile(Path.Combine(getValuesCommand.ProjectRootPath, "CSharpAsContent.cs"),
305WriteFile(Path.Combine(getValuesCommand.ProjectRootPath, "None.txt"), "Content file");
464WriteFile(Path.Combine(buildCommand.ProjectRootPath, "ProjectRoot.txt"), "ProjectRoot");
465WriteFile(Path.Combine(buildCommand.ProjectRootPath, "Subfolder", "ProjectSubfolder.txt"), "ProjectSubfolder");
466WriteFile(Path.Combine(buildCommand.ProjectRootPath, "wwwroot", "wwwroot.txt"), "wwwroot");
467WriteFile(Path.Combine(buildCommand.ProjectRootPath, "wwwroot", "wwwsubfolder", "wwwsubfolder.txt"), "wwwsubfolder");
504WriteFile(Path.Combine(buildCommand.ProjectRootPath, "ShouldNotBeCompiled.cs"),
531WriteFile(Path.Combine(buildCommand.ProjectRootPath, "Class1.cs"), "public class Class1 {}");