Skip to content

Commit 51a3e22

Browse files
committed
build failures
1 parent 2344259 commit 51a3e22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aspire/AppHost.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// ReSharper disable NotAccessedVariable
1414

1515
var logLevel = LogLevel.Information;
16-
GlobalCommandLine.Process(ref args, ref logLevel, out var skipPrivateRepositories);
16+
GlobalCommandLine.Process(ref args, ref logLevel, out var skipPrivateRepositories, out _);
1717
var globalArguments = new List<string>();
1818
if (skipPrivateRepositories)
1919
globalArguments.Add("--skip-private-repositories");

tests/Elastic.Markdown.Tests/FileSystemExtensionsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
namespace Elastic.Markdown.Tests;
1515

16-
public class FileSystemExtensionsTest(ITestOutputHelper output)
16+
public class FileSystemExtensionsTest
1717
{
1818
[Fact]
1919
public void IsSubPathOfTests()

0 commit comments

Comments
 (0)