chore: update insert_final_newline setting
All checks were successful
default / dotnet-default-workflow (pull_request) Successful in 1m11s
default / dotnet-default-workflow (push) Successful in 1m10s

This commit is contained in:
Louis Seubert 2026-05-16 12:25:38 +02:00
commit a6f1140b1f
Signed by: louis9902
GPG key ID: 4B9DB28F826553BD
42 changed files with 42 additions and 42 deletions

View file

@ -178,4 +178,4 @@ internal sealed class CancellationTests
await Assert.That(stdout.ToString()).Contains("Done.");
}
}
}
}

View file

@ -270,4 +270,4 @@ internal sealed class CommandTests
await Assert.That(cmd.StandardErrorPipe).IsNotEqualTo(pipeTarget);
}
}
}
}

View file

@ -136,4 +136,4 @@ internal sealed class ExecuteTests
await Assert.That(lines).Contains("keep");
await Assert.That(lines).Contains("overwritten");
}
}
}

View file

@ -78,4 +78,4 @@ internal sealed class LineBreakTests
// Assert
await Assert.That(stdOutLines).IsEquivalentTo(["Foo", "", "Bar", "", "Baz"]);
}
}
}

View file

@ -47,4 +47,4 @@ internal sealed class PathResolutionTests
await Assert.That(result.StandardOutput.Trim()).IsEqualTo("hi");
}
}
}
}

View file

@ -533,4 +533,4 @@ internal sealed class PipingTests
await Assert.That(stream3.ToArray()).IsEquivalentTo(stream4.ToArray());
}
}
}
}

View file

@ -55,4 +55,4 @@ internal sealed class ValidationTests
await Assert.That(result.IsSuccess).IsFalse();
}
}
}
}

View file

@ -32,4 +32,4 @@ internal sealed class PlatformAttribute : SkipAttribute
{
return Task.FromResult(!_os.Any(OperatingSystem.IsOSPlatform));
}
}
}

View file

@ -18,4 +18,4 @@ internal static class ProcessTree
return true;
}
}
}
}

View file

@ -29,4 +29,4 @@ internal sealed class TestEnvironment : IDisposable
{
_action();
}
}
}

View file

@ -31,4 +31,4 @@ internal sealed class TestTempDirectory : IDisposable
}
catch (DirectoryNotFoundException) { }
}
}
}