Automatic cleanup

This commit is contained in:
Matt Nadareski
2025-11-07 08:24:22 -05:00
parent d2eebd0f00
commit dcdf0bcf40
161 changed files with 262 additions and 262 deletions

View File

@@ -42,4 +42,4 @@ namespace BinaryObjectScanner.Test.Data
#endregion
}
}
}

View File

@@ -47,4 +47,4 @@ namespace BinaryObjectScanner.Test.Data
Assert.Equal(105, actual.Length);
}
}
}
}

View File

@@ -32,4 +32,4 @@ namespace BinaryObjectScanner.Test
#endregion
}
}
}

View File

@@ -31,4 +31,4 @@ namespace BinaryObjectScanner.Test.FileType
Assert.Empty(actual);
}
}
}
}

View File

@@ -19,4 +19,4 @@ namespace BinaryObjectScanner.Test.GameEngine
Assert.Null(actual);
}
}
}
}

View File

@@ -19,4 +19,4 @@ namespace BinaryObjectScanner.Test.Packer
Assert.Null(actual);
}
}
}
}

View File

@@ -19,4 +19,4 @@ namespace BinaryObjectScanner.Test.Packer
Assert.Null(actual);
}
}
}
}

View File

@@ -19,4 +19,4 @@ namespace BinaryObjectScanner.Test.Packer
Assert.Null(actual);
}
}
}
}

View File

@@ -19,4 +19,4 @@ namespace BinaryObjectScanner.Test.Packer
Assert.Null(actual);
}
}
}
}

View File

@@ -19,4 +19,4 @@ namespace BinaryObjectScanner.Test.Packer
Assert.Null(actual);
}
}
}
}

View File

@@ -19,4 +19,4 @@ namespace BinaryObjectScanner.Test.Packer
Assert.Null(actual);
}
}
}
}

View File

@@ -19,4 +19,4 @@ namespace BinaryObjectScanner.Test.Packer
Assert.Null(actual);
}
}
}
}

View File

@@ -30,4 +30,4 @@ namespace BinaryObjectScanner.Test.Packer
Assert.Null(actual);
}
}
}
}

View File

@@ -19,4 +19,4 @@ namespace BinaryObjectScanner.Test.Packer
Assert.Null(actual);
}
}
}
}

View File

@@ -19,4 +19,4 @@ namespace BinaryObjectScanner.Test.Packer
Assert.Null(actual);
}
}
}
}

View File

@@ -19,4 +19,4 @@ namespace BinaryObjectScanner.Test.Packer
Assert.Null(actual);
}
}
}
}

View File

@@ -32,4 +32,4 @@ namespace BinaryObjectScanner.Test.Packer
Assert.Null(actual);
}
}
}
}

View File

@@ -19,4 +19,4 @@ namespace BinaryObjectScanner.Test.Packer
Assert.Null(actual);
}
}
}
}

View File

@@ -19,4 +19,4 @@ namespace BinaryObjectScanner.Test.Packer
Assert.Null(actual);
}
}
}
}

View File

@@ -19,4 +19,4 @@ namespace BinaryObjectScanner.Test.Packer
Assert.Null(actual);
}
}
}
}

View File

@@ -19,4 +19,4 @@ namespace BinaryObjectScanner.Test.Packer
Assert.Null(actual);
}
}
}
}

View File

@@ -19,4 +19,4 @@ namespace BinaryObjectScanner.Test.Packer
Assert.Null(actual);
}
}
}
}

View File

@@ -19,4 +19,4 @@ namespace BinaryObjectScanner.Test.Packer
Assert.Null(actual);
}
}
}
}

View File

@@ -19,4 +19,4 @@ namespace BinaryObjectScanner.Test.Packer
Assert.Null(actual);
}
}
}
}

View File

@@ -19,4 +19,4 @@ namespace BinaryObjectScanner.Test.Packer
Assert.Null(actual);
}
}
}
}

View File

@@ -19,4 +19,4 @@ namespace BinaryObjectScanner.Test.Packer
Assert.Null(actual);
}
}
}
}

View File

@@ -19,4 +19,4 @@ namespace BinaryObjectScanner.Test.Packer
Assert.Null(actual);
}
}
}
}

View File

@@ -19,4 +19,4 @@ namespace BinaryObjectScanner.Test.Packer
Assert.Null(actual);
}
}
}
}

View File

@@ -19,4 +19,4 @@ namespace BinaryObjectScanner.Test.Packer
Assert.Null(actual);
}
}
}
}

View File

@@ -19,4 +19,4 @@ namespace BinaryObjectScanner.Test.Packer
Assert.Null(actual);
}
}
}
}

View File

@@ -18,7 +18,7 @@ namespace BinaryObjectScanner.Test.Packer
string? actual = checker.CheckExecutable(file, exe, includeDebug: false);
Assert.Null(actual);
}
[Fact]
public void CheckPortableExecutableTest()
{
@@ -32,4 +32,4 @@ namespace BinaryObjectScanner.Test.Packer
Assert.Null(actual);
}
}
}
}

View File

@@ -18,7 +18,7 @@ namespace BinaryObjectScanner.Test.Packer
string? actual = checker.CheckExecutable(file, exe, includeDebug: false);
Assert.Null(actual);
}
[Fact]
public void CheckPortableExecutableTest()
{
@@ -32,4 +32,4 @@ namespace BinaryObjectScanner.Test.Packer
Assert.Null(actual);
}
}
}
}

View File

@@ -30,4 +30,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -41,4 +41,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -27,4 +27,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -18,7 +18,7 @@ namespace BinaryObjectScanner.Test.Protection
string? actual = checker.CheckExecutable(file, exe, includeDebug: false);
Assert.Null(actual);
}
[Fact]
public void CheckDiskImageTest()
{
@@ -32,4 +32,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -19,4 +19,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -27,4 +27,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -41,4 +41,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -19,4 +19,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -19,7 +19,7 @@ namespace BinaryObjectScanner.Test.Protection
string? actual = checker.CheckExecutable(file, exe, includeDebug: false);
Assert.Null(actual);
}
[Fact]
public void CheckPortableExecutableTest()
{
@@ -32,7 +32,7 @@ namespace BinaryObjectScanner.Test.Protection
string? actual = checker.CheckExecutable(file, exe, includeDebug: false);
Assert.Null(actual);
}
[Fact]
public void CheckDirectoryPathTest()
{
@@ -54,4 +54,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -41,4 +41,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -19,4 +19,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -41,4 +41,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -27,4 +27,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -19,4 +19,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -27,4 +27,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -16,4 +16,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -41,4 +41,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -41,4 +41,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -41,4 +41,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -41,4 +41,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -18,7 +18,7 @@ namespace BinaryObjectScanner.Test.Protection
string? actual = checker.CheckExecutable(file, exe, includeDebug: false);
Assert.Null(actual);
}
[Fact]
public void CheckDiskImageTest()
{
@@ -32,4 +32,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -41,4 +41,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -41,4 +41,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -19,4 +19,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -27,4 +27,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -27,4 +27,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -41,4 +41,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -41,4 +41,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -27,4 +27,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -41,4 +41,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -41,4 +41,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -41,4 +41,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -19,4 +19,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -41,4 +41,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -27,4 +27,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -41,4 +41,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -41,4 +41,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -41,4 +41,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -41,4 +41,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -27,4 +27,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -19,4 +19,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -19,4 +19,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -19,4 +19,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -41,4 +41,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -16,4 +16,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -41,4 +41,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -40,7 +40,7 @@ namespace BinaryObjectScanner.Test.Protection
string? actual = checker.CheckFilePath(path);
Assert.Null(actual);
}
[Fact]
public void CheckDiskImageTest()
{
@@ -54,4 +54,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -19,4 +19,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -53,7 +53,7 @@ namespace BinaryObjectScanner.Test.Protection
string? actual = checker.CheckFilePath(path);
Assert.Null(actual);
}
[Fact]
public void CheckDiskImageTest()
{
@@ -67,4 +67,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -41,4 +41,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -41,4 +41,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -41,4 +41,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -41,4 +41,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -19,4 +19,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -41,4 +41,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -41,4 +41,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -16,4 +16,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -41,4 +41,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -27,4 +27,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -40,7 +40,7 @@ namespace BinaryObjectScanner.Test.Protection
string? actual = checker.CheckFilePath(path);
Assert.Null(actual);
}
[Fact]
public void CheckDiskImageTest()
{
@@ -54,4 +54,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -54,4 +54,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -41,4 +41,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -38,4 +38,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -41,4 +41,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -41,4 +41,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -27,4 +27,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -40,7 +40,7 @@ namespace BinaryObjectScanner.Test.Protection
string? actual = checker.CheckFilePath(path);
Assert.Null(actual);
}
[Fact]
public void CheckDiskImageTest()
{
@@ -54,4 +54,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

View File

@@ -41,4 +41,4 @@ namespace BinaryObjectScanner.Test.Protection
Assert.Null(actual);
}
}
}
}

Some files were not shown because too many files have changed in this diff Show More