Update RunService.cs

This commit is contained in:
Matt Parker
2025-08-08 00:16:16 +10:00
parent f220e31b36
commit 995449c6d1

View File

@@ -15,6 +15,7 @@ public class RunService
{
Guard.Against.Null(project, nameof(project));
Guard.Against.NullOrWhiteSpace(project.FilePath, nameof(project.FilePath), "Project file path cannot be null or empty.");
await Task.CompletedTask.ConfigureAwait(ConfigureAwaitOptions.ForceYielding);
var processStartInfo = new ProcessStartInfo2
{