1 write to BinaryLogPath
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
161BinaryLogPath = ParseBinaryLogFilePath(binLogPath, logger),
2 references to BinaryLogPath
Microsoft.DotNet.HotReload.Watch (2)
Context\EnvironmentOptions.cs (2)
91=> options.BinaryLogPath != null 92? $"{Path.Combine(WorkingDirectory, options.BinaryLogPath)[..^".binlog".Length]}-dotnet-watch.{operationName}.{Path.GetFileName(projectPath)}.{Interlocked.Increment(ref _uniqueLogId)}.binlog"