1 write to _log
NuGet.Commands (1)
RestoreCommand\CompatibilityChecker.cs (1)
35
_log
= log;
5 references to _log
NuGet.Commands (5)
RestoreCommand\CompatibilityChecker.cs (5)
95
await
_log
.LogAsync(GetErrorMessage(NuGetLogCode.NU1201, issue, graph));
136
await
_log
.LogAsync(GetErrorMessage(NuGetLogCode.NU1202, issue, graph));
147
await
_log
.LogAsync(GetErrorMessage(NuGetLogCode.NU1213, issue, graph));
222
await
_log
.LogAsync(GetErrorMessage(NuGetLogCode.NU1203, issue, graph));
347
await
_log
.LogAsync(GetErrorMessage(NuGetLogCode.NU1212, issue, graph));