Merge fixes

This commit is contained in:
Jordan Dominion
2025-08-04 16:23:41 -04:00
parent 75fd5cff9c
commit dabe87da09
185 changed files with 3440 additions and 2155 deletions
@@ -23,7 +23,7 @@ namespace Tgstation.Server.Host.Components.Repository.Tests
.CreateFromPath(path, default));
[TestMethod]
public void TestConstructionThrows() => Assert.ThrowsException<ArgumentNullException>(() => new LibGit2RepositoryFactory(null));
public void TestConstructionThrows() => Assert.ThrowsExactly<ArgumentNullException>(() => new LibGit2RepositoryFactory(null));
[TestMethod]
public void TestInMemoryRepoCreation()