2 writes to StaticWebAssetPath
dotnet-watch (2)
Build\EvaluationResult.cs (1)
154
StaticWebAssetPath
= staticWebAssetPath,
Watch\MsBuildFileSetFactory.cs (1)
107
StaticWebAssetPath
= staticWebAssetPath,
8 references to StaticWebAssetPath
dotnet-watch (7)
Build\BuildReporter.cs (2)
30
logger.Log(MessageDescriptor.WatchingFilesForChanges_FilePath, file.
StaticWebAssetPath
!= null
31
? $"{file.FilePath}{Path.PathSeparator}{file.
StaticWebAssetPath
}"
Build\FileItem.cs (1)
19
public bool IsStaticFile =>
StaticWebAssetPath
!= null;
HotReload\CompilationHandler.cs (2)
487
if (file.
StaticWebAssetPath
is null)
515
updatesPerRunningProject.Add((file.FilePath, file.
StaticWebAssetPath
, containingProjectNode.GetAssemblyName(), containingProjectNode == runningProject.ProjectNode));
HotReload\StaticFileHandler.cs (2)
22
if (file.
StaticWebAssetPath
is null)
49
filesPerServer.Add(file.
StaticWebAssetPath
);
dotnet-watch.Tests (1)
Build\EvaluationTests.cs (1)
559
=> files.Select(f => (relativePath: GetRelativePath(f.Key), staticAssetUrl: f.Value.
StaticWebAssetPath
)).OrderBy(f => f.relativePath);