1 write to Builder
dotnet (1)
Commands\Run\VirtualProjectBuildingCommand.cs (1)
155
Builder
= new VirtualProjectBuilder(BuildService.Instance, entryPointFileFullPath, TargetFramework, MSBuildArgs.GetResolvedTargets(), artifactsPath);
19 references to Builder
dotnet (19)
Commands\Run\VirtualProjectBuildingCommand.cs (19)
126
field = FileLevelDirectiveHelpers.FindDirectives(
Builder
.EntryPointSourceFile, reportAllErrors: false, ThrowingReporter);
164
bool evalOnly = msbuildGet &&
Builder
.RequestedTargets is null or [];
191
CreateTempSubdirectory(
Builder
.ArtifactsPath);
224
EntryPointFileFullPath =
Builder
.EntryPointFileFullPath,
225
ArtifactsPath =
Builder
.ArtifactsPath,
317
var effectiveTargets =
Builder
.RequestedTargets is { Length: > 0 } requestedTargets
505
string rspPath = CSharpCompilerCommand.WriteCscRspFile(
Builder
.ArtifactsPath, cache.CurrentEntry.CscArguments);
545
var entryPointFileDirectory = Path.GetDirectoryName(
Builder
.EntryPointFileFullPath);
548
var mapping =
Builder
.GetItemMappingAsync(projectInstance.Wrap(), ErrorReporters.IgnoringReporter).AsTask().GetAwaiter().GetResult();
566
cache.CurrentEntry.AdditionalSources.Remove(
Builder
.EntryPointFileFullPath);
778
var entryPointFile = new FileInfo(
Builder
.EntryPointFileFullPath);
826
string artifactsDirectory =
Builder
.ArtifactsPath;
1031
return DeserializeCacheEntry(Path.Join(
Builder
.ArtifactsPath, BuildSuccessCacheFileName));
1054
Reporter.Verbose.WriteLine("No need to build, the output is up to date. Cache: " +
Builder
.ArtifactsPath);
1140
string directory =
Builder
.ArtifactsPath;
1159
string directory =
Builder
.ArtifactsPath;
1165
File.WriteAllText(Path.Join(directory, BuildStartCacheFileName),
Builder
.EntryPointFileFullPath);
1175
string successCacheFile = Path.Join(
Builder
.ArtifactsPath, BuildSuccessCacheFileName);
1191
var result =
Builder
.CreateProjectInstanceAsync(