You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
results.First().ErrorMessage=$"Couldn't find any valid nanoDevice @ {_settings.RealHardwarePort}. Maybe try to disable the device watchers in Visual Studio Extension! If the situation persists reboot the device and/or disconnect and connect it again.";
226
+
227
+
_logger.LogMessage($"Couldn't find any valid nanoDevice @ {_settings.RealHardwarePort}.",Settings.LoggingLevel.Verbose);
228
+
229
+
returnresults;
230
+
}
205
231
}
206
232
else
207
233
{
208
-
_logger.LogMessage($"Checking device on port {_settings.RealHardwarePort}.",Settings.LoggingLevel.Verbose);
results.First().ErrorMessage=$"Couldn't find any device, please try to disable the device scanning in the Visual Studio Extension! If the situation persists reboot the device as well.";
257
+
results.First().ErrorMessage="Couldn't find any valid nanoDevice. Maybe try to disable the device watchers in Visual Studio Extension! If the situation persists reboot the device and/or disconnect and connect it again.";
258
+
259
+
_logger.LogMessage("Couldn't find any valid nanoDevice.",Settings.LoggingLevel.Verbose);
0 commit comments