1 write to _logger
dotnet-watch (1)
HotReload\IncrementalMSBuildWorkspace.cs (1)
33
_logger
= logger;
4 references to _logger
dotnet-watch (4)
HotReload\IncrementalMSBuildWorkspace.cs (4)
145
_logger
.LogDebug("Could not find document with path '{FilePath}' in the workspace.", changedFile.FilePath);
222
_logger
.LogDebug("Solution: {Path}", solution.FilePath);
225
_logger
.LogDebug(" Project: {Path}", project.FilePath);
246
_logger
.LogDebug(" {Kind}: {FilePath} [{Checksum}]", kind, document.FilePath, Convert.ToBase64String(text.GetChecksum().ToArray()));