Robert Brenckman

Results 123 comments of Robert Brenckman

That RoboSharp package (1.2.8) is 9 months old. I'm wondering if newer versions resolved this, as some tweaks were made. Your PR suggests writing the handling to the debugger. When...

@zabulus Thats a bit of an odd way to use RoboSharp, when you could use DirectoryInfo.Delete(true). I wrote the following test using your command options, and was unable to reproduce...

So the command then completes a unit test without failure. So under what scenario is it failing for you? Is your application closing while the command is still running? Is...

The reason I was asking is because : > https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.process.waitforexit?view=net-8.0#system-diagnostics-process-waitforexit ``` No process [Id](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.process.id?view=net-8.0#system-diagnostics-process-id) has been set, and a [Handle](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.process.handle?view=net-8.0#system-diagnostics-process-handle) from which the [Id](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.process.id?view=net-8.0#system-diagnostics-process-id) property can be determined does not...

@zabulus I agree that this likely needs the change you proposed. I have reworked it into #204. Please download and test using that PR in your application that this issue...

[3095](https://github.com/platformio/platformio-vscode-ide/issues/3095) same issue. Cannot find interpreter, then subsequently fails. also %HOME% does nothing on windows 10.

That's a good idea for a static RoboCommand method, that returns a RoboCommand. I just took a quick peek to refresh myself though. Since the JobFile has to be parsed,...

> BEFORE adding the RoboCommand's to the queue I could easily use the SaveasJobFile Function. But AFTER they are in a RoboQueue there is no easy way that I can...

Line 658 I don't think is needed, as the LastDataReceived field took over that role. Likely oversight. We should create a unit test for the JobOptions / JobFile stuff to...