From 26b52d573f11748ef96e77f394e128aabfe05605 Mon Sep 17 00:00:00 2001 From: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com> Date: Tue, 11 Nov 2025 22:24:28 +0100 Subject: [PATCH 01/12] Upgrade all projects to target .NET 9.0. --- README.md | 2 +- .../FSV.ActiveDirectoryServices.TestAbstractionLayer.csproj | 2 +- .../FSV.AdServices.Abstractions.csproj | 2 +- .../FSV.AdServices.UnitTest/FSV.AdServices.UnitTest.csproj | 2 +- sourcecodes/FSV.AdServices/FSV.AdServices.csproj | 2 +- sourcecodes/FSV.Business.UnitTest/FSV.Business.UnitTest.csproj | 2 +- sourcecodes/FSV.Business/FSV.Business.csproj | 2 +- .../FSV.Configuration.Abstractions.csproj | 2 +- .../FSV.Configuration.UnitTest.csproj | 2 +- sourcecodes/FSV.Configuration/FSV.Configuration.csproj | 2 +- sourcecodes/FSV.Console.UnitTest/FSV.Console.UnitTest.csproj | 2 +- sourcecodes/FSV.Console/FSV.Console.csproj | 2 +- .../FSV.Crypto.Abstractions/FSV.Crypto.Abstractions.csproj | 2 +- sourcecodes/FSV.Crypto.UnitTest/FSV.Crypto.UnitTest.csproj | 2 +- sourcecodes/FSV.Crypto/FSV.Crypto.csproj | 2 +- sourcecodes/FSV.CsvExporter/FSV.CsvExporter.csproj | 2 +- sourcecodes/FSV.Database.UnitTest/FSV.Database.UnitTest.csproj | 2 +- sourcecodes/FSV.Database/FSV.Database.csproj | 2 +- sourcecodes/FSV.EMailService/FSV.EMailService.csproj | 2 +- sourcecodes/FSV.ExcelExporter/FSV.ExcelExporter.csproj | 2 +- .../FSV.Extensions.DependencyInjection.UnitTest.csproj | 2 +- .../FSV.Extensions.DependencyInjection.csproj | 2 +- .../FSV.Extensions.Logging/FSV.Extensions.Logging.csproj | 2 +- .../FSV.Extensions.Serialization.UnitTest.csproj | 2 +- .../FSV.Extensions.Serialization.csproj | 2 +- .../FSV.Extensions.WindowConfiguration.Test.csproj | 2 +- .../FSV.Extensions.WindowConfiguration.csproj | 2 +- .../FSV.FileSystem.Interop.Abstractions.csproj | 2 +- .../FSV.FileSystem.Interop.Core.Abstractions.csproj | 2 +- .../FSV.FileSystem.Interop.Core.csproj | 2 +- .../FSV.FileSystem.Interop.UnitTest.csproj | 2 +- .../FSV.FileSystem.Interop.UnitTest/FindFileEnumeratorTest.cs | 2 +- .../FSV.FileSystem.Interop/FSV.FileSystem.Interop.csproj | 2 +- sourcecodes/FSV.FolderTree/FSV.FolderTree.csproj | 2 +- sourcecodes/FSV.HtmlExporter/FSV.HtmlExporter.csproj | 2 +- sourcecodes/FSV.Models/FSV.Models.csproj | 2 +- sourcecodes/FSV.Resources/FSV.Resources.csproj | 2 +- sourcecodes/FSV.Security/FSV.Security.csproj | 2 +- .../FSV.ShareServices.UnitTest.csproj | 2 +- sourcecodes/FSV.ShareServices/FSV.ShareServices.csproj | 2 +- .../FSV.ViewModel.UnitTest/FSV.ViewModel.UnitTest.csproj | 2 +- sourcecodes/FSV.ViewModel/FSV.ViewModel.csproj | 2 +- .../FolderSecurityViewer.UnitTest.csproj | 2 +- sourcecodes/FolderSecurityViewer/FolderSecurityViewer.csproj | 2 +- 44 files changed, 44 insertions(+), 44 deletions(-) diff --git a/README.md b/README.md index a2ed9cc..46334ad 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ $ dotnet build ./FolderSecurityViewer.sln --configuration Release ````bash $ dotnet clean && dotnet build -$ dotnet test --framework net8.0-windows +$ dotnet test --framework net9.0-windows ```` diff --git a/sourcecodes/FSV.ActiveDirectoryServices.TestAbstractionLayer/FSV.ActiveDirectoryServices.TestAbstractionLayer.csproj b/sourcecodes/FSV.ActiveDirectoryServices.TestAbstractionLayer/FSV.ActiveDirectoryServices.TestAbstractionLayer.csproj index f42dcb3..d3be65f 100644 --- a/sourcecodes/FSV.ActiveDirectoryServices.TestAbstractionLayer/FSV.ActiveDirectoryServices.TestAbstractionLayer.csproj +++ b/sourcecodes/FSV.ActiveDirectoryServices.TestAbstractionLayer/FSV.ActiveDirectoryServices.TestAbstractionLayer.csproj @@ -1,6 +1,6 @@  - net8.0-windows + net9.0-windows Library latest false diff --git a/sourcecodes/FSV.AdServices.Abstractions/FSV.AdServices.Abstractions.csproj b/sourcecodes/FSV.AdServices.Abstractions/FSV.AdServices.Abstractions.csproj index 29e9a63..568cec1 100644 --- a/sourcecodes/FSV.AdServices.Abstractions/FSV.AdServices.Abstractions.csproj +++ b/sourcecodes/FSV.AdServices.Abstractions/FSV.AdServices.Abstractions.csproj @@ -1,6 +1,6 @@  - net8.0 + net9.0 Library false true diff --git a/sourcecodes/FSV.AdServices.UnitTest/FSV.AdServices.UnitTest.csproj b/sourcecodes/FSV.AdServices.UnitTest/FSV.AdServices.UnitTest.csproj index 3d8b2d1..70afa3c 100644 --- a/sourcecodes/FSV.AdServices.UnitTest/FSV.AdServices.UnitTest.csproj +++ b/sourcecodes/FSV.AdServices.UnitTest/FSV.AdServices.UnitTest.csproj @@ -1,6 +1,6 @@  - net8.0-windows + net9.0-windows latest false false diff --git a/sourcecodes/FSV.AdServices/FSV.AdServices.csproj b/sourcecodes/FSV.AdServices/FSV.AdServices.csproj index d08f765..b9d538d 100644 --- a/sourcecodes/FSV.AdServices/FSV.AdServices.csproj +++ b/sourcecodes/FSV.AdServices/FSV.AdServices.csproj @@ -1,6 +1,6 @@  - net8.0-windows + net9.0-windows Library false diff --git a/sourcecodes/FSV.Business.UnitTest/FSV.Business.UnitTest.csproj b/sourcecodes/FSV.Business.UnitTest/FSV.Business.UnitTest.csproj index 4740f37..b879f77 100644 --- a/sourcecodes/FSV.Business.UnitTest/FSV.Business.UnitTest.csproj +++ b/sourcecodes/FSV.Business.UnitTest/FSV.Business.UnitTest.csproj @@ -11,7 +11,7 @@ latest Library FSV.Business.UnitTest - net8.0-windows + net9.0-windows diff --git a/sourcecodes/FSV.Business/FSV.Business.csproj b/sourcecodes/FSV.Business/FSV.Business.csproj index 660f610..58aec0d 100644 --- a/sourcecodes/FSV.Business/FSV.Business.csproj +++ b/sourcecodes/FSV.Business/FSV.Business.csproj @@ -1,6 +1,6 @@ - net8.0-windows + net9.0-windows Library ..\ true diff --git a/sourcecodes/FSV.Configuration.Abstractions/FSV.Configuration.Abstractions.csproj b/sourcecodes/FSV.Configuration.Abstractions/FSV.Configuration.Abstractions.csproj index 2cb3eb7..b9e2f68 100644 --- a/sourcecodes/FSV.Configuration.Abstractions/FSV.Configuration.Abstractions.csproj +++ b/sourcecodes/FSV.Configuration.Abstractions/FSV.Configuration.Abstractions.csproj @@ -7,7 +7,7 @@ 2.8.1 en FolderSecurityViewer - net8.0 + net9.0 2.4.1 \ No newline at end of file diff --git a/sourcecodes/FSV.Configuration.UnitTest/FSV.Configuration.UnitTest.csproj b/sourcecodes/FSV.Configuration.UnitTest/FSV.Configuration.UnitTest.csproj index 3ec2999..0652403 100644 --- a/sourcecodes/FSV.Configuration.UnitTest/FSV.Configuration.UnitTest.csproj +++ b/sourcecodes/FSV.Configuration.UnitTest/FSV.Configuration.UnitTest.csproj @@ -1,6 +1,6 @@  - net8.0-windows + net9.0-windows default false false diff --git a/sourcecodes/FSV.Configuration/FSV.Configuration.csproj b/sourcecodes/FSV.Configuration/FSV.Configuration.csproj index 4174ede..13a491a 100644 --- a/sourcecodes/FSV.Configuration/FSV.Configuration.csproj +++ b/sourcecodes/FSV.Configuration/FSV.Configuration.csproj @@ -5,7 +5,7 @@ Library true ..\ - net8.0-windows + net9.0-windows true diff --git a/sourcecodes/FSV.Console.UnitTest/FSV.Console.UnitTest.csproj b/sourcecodes/FSV.Console.UnitTest/FSV.Console.UnitTest.csproj index 6bb6c2e..7ca7253 100644 --- a/sourcecodes/FSV.Console.UnitTest/FSV.Console.UnitTest.csproj +++ b/sourcecodes/FSV.Console.UnitTest/FSV.Console.UnitTest.csproj @@ -7,7 +7,7 @@ false Library FSV.Console.UnitTest - net8.0-windows + net9.0-windows diff --git a/sourcecodes/FSV.Console/FSV.Console.csproj b/sourcecodes/FSV.Console/FSV.Console.csproj index 029fd4b..e3e16f7 100644 --- a/sourcecodes/FSV.Console/FSV.Console.csproj +++ b/sourcecodes/FSV.Console/FSV.Console.csproj @@ -1,6 +1,6 @@  - net8.0-windows + net9.0-windows Exe fsv false diff --git a/sourcecodes/FSV.Crypto.Abstractions/FSV.Crypto.Abstractions.csproj b/sourcecodes/FSV.Crypto.Abstractions/FSV.Crypto.Abstractions.csproj index a7b12a8..803f03b 100644 --- a/sourcecodes/FSV.Crypto.Abstractions/FSV.Crypto.Abstractions.csproj +++ b/sourcecodes/FSV.Crypto.Abstractions/FSV.Crypto.Abstractions.csproj @@ -9,7 +9,7 @@ 2.8.1 en FolderSecuriyViewer - net8.0 + net9.0 2.4.1 \ No newline at end of file diff --git a/sourcecodes/FSV.Crypto.UnitTest/FSV.Crypto.UnitTest.csproj b/sourcecodes/FSV.Crypto.UnitTest/FSV.Crypto.UnitTest.csproj index 3e54e09..b7841da 100644 --- a/sourcecodes/FSV.Crypto.UnitTest/FSV.Crypto.UnitTest.csproj +++ b/sourcecodes/FSV.Crypto.UnitTest/FSV.Crypto.UnitTest.csproj @@ -8,7 +8,7 @@ latest Library FSV.Crypto.UnitTest - net8.0-windows + net9.0-windows diff --git a/sourcecodes/FSV.Crypto/FSV.Crypto.csproj b/sourcecodes/FSV.Crypto/FSV.Crypto.csproj index fe5b139..96a2f6b 100644 --- a/sourcecodes/FSV.Crypto/FSV.Crypto.csproj +++ b/sourcecodes/FSV.Crypto/FSV.Crypto.csproj @@ -1,6 +1,6 @@  - net8.0-windows + net9.0-windows Library false diff --git a/sourcecodes/FSV.CsvExporter/FSV.CsvExporter.csproj b/sourcecodes/FSV.CsvExporter/FSV.CsvExporter.csproj index 1a45069..21aa8f1 100644 --- a/sourcecodes/FSV.CsvExporter/FSV.CsvExporter.csproj +++ b/sourcecodes/FSV.CsvExporter/FSV.CsvExporter.csproj @@ -1,6 +1,6 @@  - net8.0 + net9.0 Library false diff --git a/sourcecodes/FSV.Database.UnitTest/FSV.Database.UnitTest.csproj b/sourcecodes/FSV.Database.UnitTest/FSV.Database.UnitTest.csproj index 62bec4f..a170662 100644 --- a/sourcecodes/FSV.Database.UnitTest/FSV.Database.UnitTest.csproj +++ b/sourcecodes/FSV.Database.UnitTest/FSV.Database.UnitTest.csproj @@ -8,7 +8,7 @@ default Library FSV.Database.UnitTest - net8.0-windows + net9.0-windows diff --git a/sourcecodes/FSV.Database/FSV.Database.csproj b/sourcecodes/FSV.Database/FSV.Database.csproj index 8332bcb..5ef65d3 100644 --- a/sourcecodes/FSV.Database/FSV.Database.csproj +++ b/sourcecodes/FSV.Database/FSV.Database.csproj @@ -1,6 +1,6 @@  - net8.0-windows + net9.0-windows Library false diff --git a/sourcecodes/FSV.EMailService/FSV.EMailService.csproj b/sourcecodes/FSV.EMailService/FSV.EMailService.csproj index fa655a6..c0132e0 100644 --- a/sourcecodes/FSV.EMailService/FSV.EMailService.csproj +++ b/sourcecodes/FSV.EMailService/FSV.EMailService.csproj @@ -1,6 +1,6 @@  - net8.0 + net9.0 Library false diff --git a/sourcecodes/FSV.ExcelExporter/FSV.ExcelExporter.csproj b/sourcecodes/FSV.ExcelExporter/FSV.ExcelExporter.csproj index 1620f08..9696312 100644 --- a/sourcecodes/FSV.ExcelExporter/FSV.ExcelExporter.csproj +++ b/sourcecodes/FSV.ExcelExporter/FSV.ExcelExporter.csproj @@ -1,6 +1,6 @@  - net8.0 + net9.0 Library false diff --git a/sourcecodes/FSV.Extensions.DependencyInjection.UnitTest/FSV.Extensions.DependencyInjection.UnitTest.csproj b/sourcecodes/FSV.Extensions.DependencyInjection.UnitTest/FSV.Extensions.DependencyInjection.UnitTest.csproj index 218de9a..9c0bd7b 100644 --- a/sourcecodes/FSV.Extensions.DependencyInjection.UnitTest/FSV.Extensions.DependencyInjection.UnitTest.csproj +++ b/sourcecodes/FSV.Extensions.DependencyInjection.UnitTest/FSV.Extensions.DependencyInjection.UnitTest.csproj @@ -1,6 +1,6 @@ - net8.0-windows + net9.0-windows false default diff --git a/sourcecodes/FSV.Extensions.DependencyInjection/FSV.Extensions.DependencyInjection.csproj b/sourcecodes/FSV.Extensions.DependencyInjection/FSV.Extensions.DependencyInjection.csproj index 8c8cac6..86238ac 100644 --- a/sourcecodes/FSV.Extensions.DependencyInjection/FSV.Extensions.DependencyInjection.csproj +++ b/sourcecodes/FSV.Extensions.DependencyInjection/FSV.Extensions.DependencyInjection.csproj @@ -10,7 +10,7 @@ latest en FolderSecurityViewer - net8.0 + net9.0 true diff --git a/sourcecodes/FSV.Extensions.Logging/FSV.Extensions.Logging.csproj b/sourcecodes/FSV.Extensions.Logging/FSV.Extensions.Logging.csproj index 356aaf5..8e552ef 100644 --- a/sourcecodes/FSV.Extensions.Logging/FSV.Extensions.Logging.csproj +++ b/sourcecodes/FSV.Extensions.Logging/FSV.Extensions.Logging.csproj @@ -1,6 +1,6 @@  - net8.0 + net9.0 Library false true diff --git a/sourcecodes/FSV.Extensions.Serialization.UnitTest/FSV.Extensions.Serialization.UnitTest.csproj b/sourcecodes/FSV.Extensions.Serialization.UnitTest/FSV.Extensions.Serialization.UnitTest.csproj index d240158..cbae3a1 100644 --- a/sourcecodes/FSV.Extensions.Serialization.UnitTest/FSV.Extensions.Serialization.UnitTest.csproj +++ b/sourcecodes/FSV.Extensions.Serialization.UnitTest/FSV.Extensions.Serialization.UnitTest.csproj @@ -3,7 +3,7 @@ false true latest - net8.0-windows + net9.0-windows diff --git a/sourcecodes/FSV.Extensions.Serialization/FSV.Extensions.Serialization.csproj b/sourcecodes/FSV.Extensions.Serialization/FSV.Extensions.Serialization.csproj index 21930c4..800795b 100644 --- a/sourcecodes/FSV.Extensions.Serialization/FSV.Extensions.Serialization.csproj +++ b/sourcecodes/FSV.Extensions.Serialization/FSV.Extensions.Serialization.csproj @@ -9,7 +9,7 @@ 2.8.1 latest FolderSecurityViewer - net8.0 + net9.0 2.6.0 diff --git a/sourcecodes/FSV.Extensions.WindowConfiguration.Test/FSV.Extensions.WindowConfiguration.Test.csproj b/sourcecodes/FSV.Extensions.WindowConfiguration.Test/FSV.Extensions.WindowConfiguration.Test.csproj index 3b7f284..5593719 100644 --- a/sourcecodes/FSV.Extensions.WindowConfiguration.Test/FSV.Extensions.WindowConfiguration.Test.csproj +++ b/sourcecodes/FSV.Extensions.WindowConfiguration.Test/FSV.Extensions.WindowConfiguration.Test.csproj @@ -1,6 +1,6 @@  - net8.0-windows + net9.0-windows FSV.Extensions.WindowConfiguration.Test diff --git a/sourcecodes/FSV.Extensions.WindowConfiguration/FSV.Extensions.WindowConfiguration.csproj b/sourcecodes/FSV.Extensions.WindowConfiguration/FSV.Extensions.WindowConfiguration.csproj index 5a5cda2..34af12d 100644 --- a/sourcecodes/FSV.Extensions.WindowConfiguration/FSV.Extensions.WindowConfiguration.csproj +++ b/sourcecodes/FSV.Extensions.WindowConfiguration/FSV.Extensions.WindowConfiguration.csproj @@ -5,7 +5,7 @@ true latest Library - net8.0-windows + net9.0-windows true diff --git a/sourcecodes/FSV.FileSystem.Interop.Abstractions/FSV.FileSystem.Interop.Abstractions.csproj b/sourcecodes/FSV.FileSystem.Interop.Abstractions/FSV.FileSystem.Interop.Abstractions.csproj index 38a81fb..db361af 100644 --- a/sourcecodes/FSV.FileSystem.Interop.Abstractions/FSV.FileSystem.Interop.Abstractions.csproj +++ b/sourcecodes/FSV.FileSystem.Interop.Abstractions/FSV.FileSystem.Interop.Abstractions.csproj @@ -10,7 +10,7 @@ latest 2.4.4 FolderSecurityViewer - net8.0 + net9.0 FSV.FileSystem.Interop.Abstractions 2.4.4.0 diff --git a/sourcecodes/FSV.FileSystem.Interop.Core.Abstractions/FSV.FileSystem.Interop.Core.Abstractions.csproj b/sourcecodes/FSV.FileSystem.Interop.Core.Abstractions/FSV.FileSystem.Interop.Core.Abstractions.csproj index 089c8fd..876ac3a 100644 --- a/sourcecodes/FSV.FileSystem.Interop.Core.Abstractions/FSV.FileSystem.Interop.Core.Abstractions.csproj +++ b/sourcecodes/FSV.FileSystem.Interop.Core.Abstractions/FSV.FileSystem.Interop.Core.Abstractions.csproj @@ -10,7 +10,7 @@ latest 2.4.4 FolderSecurityViewer - net8.0 + net9.0 FSV.FileSystem.Interop.Core.Abstractions 2.4.4.0 diff --git a/sourcecodes/FSV.FileSystem.Interop.Core/FSV.FileSystem.Interop.Core.csproj b/sourcecodes/FSV.FileSystem.Interop.Core/FSV.FileSystem.Interop.Core.csproj index 6c3215f..734e58d 100644 --- a/sourcecodes/FSV.FileSystem.Interop.Core/FSV.FileSystem.Interop.Core.csproj +++ b/sourcecodes/FSV.FileSystem.Interop.Core/FSV.FileSystem.Interop.Core.csproj @@ -10,7 +10,7 @@ latest 2.4.4 FolderSecurityViewer - net8.0 + net9.0 FSV.FileSystem.Interop.Core 2.6.0.0 diff --git a/sourcecodes/FSV.FileSystem.Interop.UnitTest/FSV.FileSystem.Interop.UnitTest.csproj b/sourcecodes/FSV.FileSystem.Interop.UnitTest/FSV.FileSystem.Interop.UnitTest.csproj index 87ccd59..1f3c289 100644 --- a/sourcecodes/FSV.FileSystem.Interop.UnitTest/FSV.FileSystem.Interop.UnitTest.csproj +++ b/sourcecodes/FSV.FileSystem.Interop.UnitTest/FSV.FileSystem.Interop.UnitTest.csproj @@ -1,6 +1,6 @@  - net8.0-windows + net9.0-windows Library false latest diff --git a/sourcecodes/FSV.FileSystem.Interop.UnitTest/FindFileEnumeratorTest.cs b/sourcecodes/FSV.FileSystem.Interop.UnitTest/FindFileEnumeratorTest.cs index 703a9b9..1dd58c5 100644 --- a/sourcecodes/FSV.FileSystem.Interop.UnitTest/FindFileEnumeratorTest.cs +++ b/sourcecodes/FSV.FileSystem.Interop.UnitTest/FindFileEnumeratorTest.cs @@ -45,7 +45,7 @@ public void FindFileEnumerator_MoveNext_Test() { // Arrange string path = Environment.CurrentDirectory; - const string expected = "net8.0-windows"; + const string expected = "net9.0-windows"; var kernel32 = new Kernel32Wrapper(); var kernel32FindFile = new Kernel32FindFileWrapper(); diff --git a/sourcecodes/FSV.FileSystem.Interop/FSV.FileSystem.Interop.csproj b/sourcecodes/FSV.FileSystem.Interop/FSV.FileSystem.Interop.csproj index ea5a94d..c7b06d8 100644 --- a/sourcecodes/FSV.FileSystem.Interop/FSV.FileSystem.Interop.csproj +++ b/sourcecodes/FSV.FileSystem.Interop/FSV.FileSystem.Interop.csproj @@ -1,6 +1,6 @@  - net8.0 + net9.0 Library false diff --git a/sourcecodes/FSV.FolderTree/FSV.FolderTree.csproj b/sourcecodes/FSV.FolderTree/FSV.FolderTree.csproj index 3d67f70..06e0610 100644 --- a/sourcecodes/FSV.FolderTree/FSV.FolderTree.csproj +++ b/sourcecodes/FSV.FolderTree/FSV.FolderTree.csproj @@ -5,7 +5,7 @@ true Library true - net8.0-windows + net9.0-windows true diff --git a/sourcecodes/FSV.HtmlExporter/FSV.HtmlExporter.csproj b/sourcecodes/FSV.HtmlExporter/FSV.HtmlExporter.csproj index fff571d..c89173c 100644 --- a/sourcecodes/FSV.HtmlExporter/FSV.HtmlExporter.csproj +++ b/sourcecodes/FSV.HtmlExporter/FSV.HtmlExporter.csproj @@ -20,7 +20,7 @@ false en FolderSecurityViewer - net8.0 + net9.0 diff --git a/sourcecodes/FSV.Models/FSV.Models.csproj b/sourcecodes/FSV.Models/FSV.Models.csproj index 5269455..64f3e56 100644 --- a/sourcecodes/FSV.Models/FSV.Models.csproj +++ b/sourcecodes/FSV.Models/FSV.Models.csproj @@ -1,6 +1,6 @@  - net8.0-windows + net9.0-windows Library false diff --git a/sourcecodes/FSV.Resources/FSV.Resources.csproj b/sourcecodes/FSV.Resources/FSV.Resources.csproj index e5bcc39..7ae5be1 100644 --- a/sourcecodes/FSV.Resources/FSV.Resources.csproj +++ b/sourcecodes/FSV.Resources/FSV.Resources.csproj @@ -1,6 +1,6 @@  - net8.0 + net9.0 Library false diff --git a/sourcecodes/FSV.Security/FSV.Security.csproj b/sourcecodes/FSV.Security/FSV.Security.csproj index b8137bc..1181bbd 100644 --- a/sourcecodes/FSV.Security/FSV.Security.csproj +++ b/sourcecodes/FSV.Security/FSV.Security.csproj @@ -1,6 +1,6 @@  - net8.0 + net9.0 Library false diff --git a/sourcecodes/FSV.ShareServices.UnitTest/FSV.ShareServices.UnitTest.csproj b/sourcecodes/FSV.ShareServices.UnitTest/FSV.ShareServices.UnitTest.csproj index ac14347..5f00aea 100644 --- a/sourcecodes/FSV.ShareServices.UnitTest/FSV.ShareServices.UnitTest.csproj +++ b/sourcecodes/FSV.ShareServices.UnitTest/FSV.ShareServices.UnitTest.csproj @@ -9,7 +9,7 @@ default Library FSV.ShareServices.UnitTest - net8.0-windows + net9.0-windows diff --git a/sourcecodes/FSV.ShareServices/FSV.ShareServices.csproj b/sourcecodes/FSV.ShareServices/FSV.ShareServices.csproj index e49b842..c29fc31 100644 --- a/sourcecodes/FSV.ShareServices/FSV.ShareServices.csproj +++ b/sourcecodes/FSV.ShareServices/FSV.ShareServices.csproj @@ -10,7 +10,7 @@ latest en FolderSecurityViewer - net8.0-windows + net9.0-windows 2.4.1 diff --git a/sourcecodes/FSV.ViewModel.UnitTest/FSV.ViewModel.UnitTest.csproj b/sourcecodes/FSV.ViewModel.UnitTest/FSV.ViewModel.UnitTest.csproj index 94595dc..9a9b843 100644 --- a/sourcecodes/FSV.ViewModel.UnitTest/FSV.ViewModel.UnitTest.csproj +++ b/sourcecodes/FSV.ViewModel.UnitTest/FSV.ViewModel.UnitTest.csproj @@ -1,6 +1,6 @@  - net8.0-windows + net9.0-windows Library false latest diff --git a/sourcecodes/FSV.ViewModel/FSV.ViewModel.csproj b/sourcecodes/FSV.ViewModel/FSV.ViewModel.csproj index 9a3012a..5b10f2b 100644 --- a/sourcecodes/FSV.ViewModel/FSV.ViewModel.csproj +++ b/sourcecodes/FSV.ViewModel/FSV.ViewModel.csproj @@ -1,6 +1,6 @@ - net8.0-windows + net9.0-windows Library false true diff --git a/sourcecodes/FolderSecurityViewer.UnitTest/FolderSecurityViewer.UnitTest.csproj b/sourcecodes/FolderSecurityViewer.UnitTest/FolderSecurityViewer.UnitTest.csproj index 9b75dfb..5e9624e 100644 --- a/sourcecodes/FolderSecurityViewer.UnitTest/FolderSecurityViewer.UnitTest.csproj +++ b/sourcecodes/FolderSecurityViewer.UnitTest/FolderSecurityViewer.UnitTest.csproj @@ -9,7 +9,7 @@ latest Library FolderSecurityViewer.UnitTest - net8.0-windows + net9.0-windows diff --git a/sourcecodes/FolderSecurityViewer/FolderSecurityViewer.csproj b/sourcecodes/FolderSecurityViewer/FolderSecurityViewer.csproj index dbed8cd..7e57040 100644 --- a/sourcecodes/FolderSecurityViewer/FolderSecurityViewer.csproj +++ b/sourcecodes/FolderSecurityViewer/FolderSecurityViewer.csproj @@ -9,7 +9,7 @@ publish\ true ..\ - net8.0-windows + net9.0-windows FolderSecurityViewer true true From 3e8b96eb56cede5a1ad8078cf4a662441029ce3a Mon Sep 17 00:00:00 2001 From: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com> Date: Tue, 11 Nov 2025 22:27:16 +0100 Subject: [PATCH 02/12] Bumps version numbers to 2.9.0 across all projects. --- .../FSV.AdServices.Abstractions.csproj | 4 ++-- sourcecodes/FSV.AdServices/FSV.AdServices.csproj | 4 ++-- sourcecodes/FSV.Business/FSV.Business.csproj | 4 ++-- .../FSV.Configuration.Abstractions.csproj | 4 ++-- sourcecodes/FSV.Configuration/FSV.Configuration.csproj | 4 ++-- sourcecodes/FSV.Console/FSV.Console.csproj | 4 ++-- .../FSV.Crypto.Abstractions/FSV.Crypto.Abstractions.csproj | 4 ++-- sourcecodes/FSV.Crypto/FSV.Crypto.csproj | 4 ++-- sourcecodes/FSV.CsvExporter/FSV.CsvExporter.csproj | 4 ++-- sourcecodes/FSV.Database/FSV.Database.csproj | 4 ++-- sourcecodes/FSV.EMailService/FSV.EMailService.csproj | 4 ++-- sourcecodes/FSV.ExcelExporter/FSV.ExcelExporter.csproj | 4 ++-- .../FSV.Extensions.DependencyInjection.csproj | 4 ++-- .../FSV.Extensions.Logging/FSV.Extensions.Logging.csproj | 4 ++-- .../FSV.Extensions.Serialization.csproj | 4 ++-- .../FSV.Extensions.WindowConfiguration.csproj | 4 ++-- .../FSV.FileSystem.Interop.Abstractions.csproj | 4 ++-- .../FSV.FileSystem.Interop.Core.Abstractions.csproj | 4 ++-- .../FSV.FileSystem.Interop.Core.csproj | 4 ++-- .../FSV.FileSystem.Interop/FSV.FileSystem.Interop.csproj | 4 ++-- sourcecodes/FSV.HtmlExporter/FSV.HtmlExporter.csproj | 4 ++-- sourcecodes/FSV.Models/FSV.Models.csproj | 4 ++-- sourcecodes/FSV.Resources/FSV.Resources.csproj | 4 ++-- sourcecodes/FSV.Security/FSV.Security.csproj | 4 ++-- sourcecodes/FSV.ShareServices/FSV.ShareServices.csproj | 4 ++-- sourcecodes/FSV.Templates/FSV.Templates.csproj | 4 ++-- sourcecodes/FSV.ViewModel/FSV.ViewModel.csproj | 4 ++-- .../FolderSecurityViewer/FolderSecurityViewer.csproj | 6 +++--- 28 files changed, 57 insertions(+), 57 deletions(-) diff --git a/sourcecodes/FSV.AdServices.Abstractions/FSV.AdServices.Abstractions.csproj b/sourcecodes/FSV.AdServices.Abstractions/FSV.AdServices.Abstractions.csproj index 568cec1..e3d881c 100644 --- a/sourcecodes/FSV.AdServices.Abstractions/FSV.AdServices.Abstractions.csproj +++ b/sourcecodes/FSV.AdServices.Abstractions/FSV.AdServices.Abstractions.csproj @@ -7,11 +7,11 @@ FSV.AdServices.Abstractions - 2.8.1 + 2.9.0 G-TAC Software UG, Katzweiler, Germany Copyright © 2015 - 2024 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" - 2.8.1 + 2.9.0 en FolderSecurityViewer diff --git a/sourcecodes/FSV.AdServices/FSV.AdServices.csproj b/sourcecodes/FSV.AdServices/FSV.AdServices.csproj index b9d538d..37a631a 100644 --- a/sourcecodes/FSV.AdServices/FSV.AdServices.csproj +++ b/sourcecodes/FSV.AdServices/FSV.AdServices.csproj @@ -14,11 +14,11 @@ none FSV.AdServices - 2.8.1 + 2.9.0 G-TAC Software UG, Katzweiler, Germany Copyright © 2015 - 2024 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" - 2.8.1 + 2.9.0 en FolderSecurityViewer diff --git a/sourcecodes/FSV.Business/FSV.Business.csproj b/sourcecodes/FSV.Business/FSV.Business.csproj index 58aec0d..69bf5f9 100644 --- a/sourcecodes/FSV.Business/FSV.Business.csproj +++ b/sourcecodes/FSV.Business/FSV.Business.csproj @@ -9,11 +9,11 @@ FSV.Business - 2.8.1 + 2.9.0 G-TAC Software UG, Katzweiler, Germany Copyright © 2015 - 2024 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" - 2.8.1 + 2.9.0 en FolderSecurityViewer diff --git a/sourcecodes/FSV.Configuration.Abstractions/FSV.Configuration.Abstractions.csproj b/sourcecodes/FSV.Configuration.Abstractions/FSV.Configuration.Abstractions.csproj index b9e2f68..ac33727 100644 --- a/sourcecodes/FSV.Configuration.Abstractions/FSV.Configuration.Abstractions.csproj +++ b/sourcecodes/FSV.Configuration.Abstractions/FSV.Configuration.Abstractions.csproj @@ -1,10 +1,10 @@ - 2.8.1 + 2.9.0 G-TAC Software UG, Katzweiler, Germany Copyright © 2015 - 2024 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" - 2.8.1 + 2.9.0 en FolderSecurityViewer net9.0 diff --git a/sourcecodes/FSV.Configuration/FSV.Configuration.csproj b/sourcecodes/FSV.Configuration/FSV.Configuration.csproj index 13a491a..b5a939e 100644 --- a/sourcecodes/FSV.Configuration/FSV.Configuration.csproj +++ b/sourcecodes/FSV.Configuration/FSV.Configuration.csproj @@ -18,11 +18,11 @@ none FSV.Configuration - 2.8.1 + 2.9.0 G-TAC Software UG, Katzweiler, Germany Copyright © 2015 - 2024 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" - 2.8.1 + 2.9.0 en FolderSecurityViewer diff --git a/sourcecodes/FSV.Console/FSV.Console.csproj b/sourcecodes/FSV.Console/FSV.Console.csproj index e3e16f7..abc268a 100644 --- a/sourcecodes/FSV.Console/FSV.Console.csproj +++ b/sourcecodes/FSV.Console/FSV.Console.csproj @@ -19,11 +19,11 @@ none FSV.Console - 2.8.1 + 2.9.0 G-TAC Software UG, Katzweiler, Germany Copyright © 2015 - 2024 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" - 2.8.1 + 2.9.0 en FolderSecurityViewer diff --git a/sourcecodes/FSV.Crypto.Abstractions/FSV.Crypto.Abstractions.csproj b/sourcecodes/FSV.Crypto.Abstractions/FSV.Crypto.Abstractions.csproj index 803f03b..dbf6d87 100644 --- a/sourcecodes/FSV.Crypto.Abstractions/FSV.Crypto.Abstractions.csproj +++ b/sourcecodes/FSV.Crypto.Abstractions/FSV.Crypto.Abstractions.csproj @@ -1,12 +1,12 @@ none - 2.8.1 + 2.9.0 Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" G-TAC Software UG, Katzweiler, Germany Copyright © 2015 - 2024 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" - 2.8.1 + 2.9.0 en FolderSecuriyViewer net9.0 diff --git a/sourcecodes/FSV.Crypto/FSV.Crypto.csproj b/sourcecodes/FSV.Crypto/FSV.Crypto.csproj index 96a2f6b..c768ede 100644 --- a/sourcecodes/FSV.Crypto/FSV.Crypto.csproj +++ b/sourcecodes/FSV.Crypto/FSV.Crypto.csproj @@ -14,11 +14,11 @@ none FSV.Crypto - 2.8.1 + 2.9.0 G-TAC Software UG, Katzweiler, Germany Copyright © 2015 - 2024 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" - 2.8.1 + 2.9.0 en FolderSecuriyViewer diff --git a/sourcecodes/FSV.CsvExporter/FSV.CsvExporter.csproj b/sourcecodes/FSV.CsvExporter/FSV.CsvExporter.csproj index 21aa8f1..7aa2deb 100644 --- a/sourcecodes/FSV.CsvExporter/FSV.CsvExporter.csproj +++ b/sourcecodes/FSV.CsvExporter/FSV.CsvExporter.csproj @@ -14,11 +14,11 @@ none FSV.CsvExporter - 2.8.1 + 2.9.0 G-TAC Software UG, Katzweiler, Germany Copyright © 2015 - 2024 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" - 2.8.1 + 2.9.0 en FolderSecurityViewer diff --git a/sourcecodes/FSV.Database/FSV.Database.csproj b/sourcecodes/FSV.Database/FSV.Database.csproj index 5ef65d3..060ad8f 100644 --- a/sourcecodes/FSV.Database/FSV.Database.csproj +++ b/sourcecodes/FSV.Database/FSV.Database.csproj @@ -14,11 +14,11 @@ none FSV.Database - 2.8.1 + 2.9.0 G-TAC Software UG, Katzweiler, Germany Copyright © 2015 - 2024 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" - 2.8.1 + 2.9.0 en FolderSecurityViewer diff --git a/sourcecodes/FSV.EMailService/FSV.EMailService.csproj b/sourcecodes/FSV.EMailService/FSV.EMailService.csproj index c0132e0..bccbcf3 100644 --- a/sourcecodes/FSV.EMailService/FSV.EMailService.csproj +++ b/sourcecodes/FSV.EMailService/FSV.EMailService.csproj @@ -14,11 +14,11 @@ none FSV.EMailService - 2.8.1 + 2.9.0 G-TAC Software UG, Katzweiler, Germany Copyright © 2015 - 2024 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" - 2.8.1 + 2.9.0 en FolderSecurityViewer diff --git a/sourcecodes/FSV.ExcelExporter/FSV.ExcelExporter.csproj b/sourcecodes/FSV.ExcelExporter/FSV.ExcelExporter.csproj index 9696312..bb9ea59 100644 --- a/sourcecodes/FSV.ExcelExporter/FSV.ExcelExporter.csproj +++ b/sourcecodes/FSV.ExcelExporter/FSV.ExcelExporter.csproj @@ -14,11 +14,11 @@ none FSV.ExcelExporter - 2.8.1 + 2.9.0 G-TAC Software UG, Katzweiler, Germany Copyright © 2015 - 2024 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" - 2.8.1 + 2.9.0 en FolderSecurityViewer diff --git a/sourcecodes/FSV.Extensions.DependencyInjection/FSV.Extensions.DependencyInjection.csproj b/sourcecodes/FSV.Extensions.DependencyInjection/FSV.Extensions.DependencyInjection.csproj index 86238ac..17cafc5 100644 --- a/sourcecodes/FSV.Extensions.DependencyInjection/FSV.Extensions.DependencyInjection.csproj +++ b/sourcecodes/FSV.Extensions.DependencyInjection/FSV.Extensions.DependencyInjection.csproj @@ -1,12 +1,12 @@ - 2.8.1 + 2.9.0 G-TAC G-TAC Software UG, Katzweiler, Germany Copyright © 2015 - 2024 G-TAC Software UG false Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" - 2.8.1 + 2.9.0 latest en FolderSecurityViewer diff --git a/sourcecodes/FSV.Extensions.Logging/FSV.Extensions.Logging.csproj b/sourcecodes/FSV.Extensions.Logging/FSV.Extensions.Logging.csproj index 8e552ef..d441073 100644 --- a/sourcecodes/FSV.Extensions.Logging/FSV.Extensions.Logging.csproj +++ b/sourcecodes/FSV.Extensions.Logging/FSV.Extensions.Logging.csproj @@ -8,11 +8,11 @@ FSV.Extensions.Logging - 2.8.1 + 2.9.0 G-TAC Software UG, Katzweiler, Germany Copyright © 2015 - 2024 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" - 2.8.1 + 2.9.0 en FolderSecurityViewer diff --git a/sourcecodes/FSV.Extensions.Serialization/FSV.Extensions.Serialization.csproj b/sourcecodes/FSV.Extensions.Serialization/FSV.Extensions.Serialization.csproj index 800795b..8de9ca1 100644 --- a/sourcecodes/FSV.Extensions.Serialization/FSV.Extensions.Serialization.csproj +++ b/sourcecodes/FSV.Extensions.Serialization/FSV.Extensions.Serialization.csproj @@ -1,12 +1,12 @@ none - 2.8.1 + 2.9.0 G-TAC G-TAC Software UG, Katzweiler, Germany Copyright © 2015 - 2024 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" - 2.8.1 + 2.9.0 latest FolderSecurityViewer net9.0 diff --git a/sourcecodes/FSV.Extensions.WindowConfiguration/FSV.Extensions.WindowConfiguration.csproj b/sourcecodes/FSV.Extensions.WindowConfiguration/FSV.Extensions.WindowConfiguration.csproj index 34af12d..d2cbd68 100644 --- a/sourcecodes/FSV.Extensions.WindowConfiguration/FSV.Extensions.WindowConfiguration.csproj +++ b/sourcecodes/FSV.Extensions.WindowConfiguration/FSV.Extensions.WindowConfiguration.csproj @@ -10,11 +10,11 @@ FSV.Extensions.Configuration - 2.8.1 + 2.9.0 G-TAC Software UG, Katzweiler, Germany Copyright © 2015 - 2024 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" - 2.8.1 + 2.9.0 FolderSecurityViewer diff --git a/sourcecodes/FSV.FileSystem.Interop.Abstractions/FSV.FileSystem.Interop.Abstractions.csproj b/sourcecodes/FSV.FileSystem.Interop.Abstractions/FSV.FileSystem.Interop.Abstractions.csproj index db361af..693ee49 100644 --- a/sourcecodes/FSV.FileSystem.Interop.Abstractions/FSV.FileSystem.Interop.Abstractions.csproj +++ b/sourcecodes/FSV.FileSystem.Interop.Abstractions/FSV.FileSystem.Interop.Abstractions.csproj @@ -1,12 +1,12 @@ none - 2.8.1 + 2.9.0 G-TAC G-TAC Copyright © 2015 - 2024 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" - 2.8.1 + 2.9.0 latest 2.4.4 FolderSecurityViewer diff --git a/sourcecodes/FSV.FileSystem.Interop.Core.Abstractions/FSV.FileSystem.Interop.Core.Abstractions.csproj b/sourcecodes/FSV.FileSystem.Interop.Core.Abstractions/FSV.FileSystem.Interop.Core.Abstractions.csproj index 876ac3a..3009627 100644 --- a/sourcecodes/FSV.FileSystem.Interop.Core.Abstractions/FSV.FileSystem.Interop.Core.Abstractions.csproj +++ b/sourcecodes/FSV.FileSystem.Interop.Core.Abstractions/FSV.FileSystem.Interop.Core.Abstractions.csproj @@ -1,12 +1,12 @@ none - 2.8.1 + 2.9.0 Matthias Friedrich G-TAC Copyright © 2015 - 2024 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" - 2.8.1 + 2.9.0 latest 2.4.4 FolderSecurityViewer diff --git a/sourcecodes/FSV.FileSystem.Interop.Core/FSV.FileSystem.Interop.Core.csproj b/sourcecodes/FSV.FileSystem.Interop.Core/FSV.FileSystem.Interop.Core.csproj index 734e58d..f7a5933 100644 --- a/sourcecodes/FSV.FileSystem.Interop.Core/FSV.FileSystem.Interop.Core.csproj +++ b/sourcecodes/FSV.FileSystem.Interop.Core/FSV.FileSystem.Interop.Core.csproj @@ -1,12 +1,12 @@ none - 2.8.1 + 2.9.0 Matthias Friedrich G-TAC Software UG, Katzweiler, Germany Copyright © 2015 - 2024 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" - 2.8.1 + 2.9.0 latest 2.4.4 FolderSecurityViewer diff --git a/sourcecodes/FSV.FileSystem.Interop/FSV.FileSystem.Interop.csproj b/sourcecodes/FSV.FileSystem.Interop/FSV.FileSystem.Interop.csproj index c7b06d8..d15fda7 100644 --- a/sourcecodes/FSV.FileSystem.Interop/FSV.FileSystem.Interop.csproj +++ b/sourcecodes/FSV.FileSystem.Interop/FSV.FileSystem.Interop.csproj @@ -17,12 +17,12 @@ none FSV.FileSystem.Interop - 2.8.1 + 2.9.0 Matthias Friedrich G-TAC Software UG, Katzweiler, Germany Copyright © 2015 - 2024 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" - 2.8.1 + 2.9.0 en FolderSecurityViewer diff --git a/sourcecodes/FSV.HtmlExporter/FSV.HtmlExporter.csproj b/sourcecodes/FSV.HtmlExporter/FSV.HtmlExporter.csproj index c89173c..3e49b99 100644 --- a/sourcecodes/FSV.HtmlExporter/FSV.HtmlExporter.csproj +++ b/sourcecodes/FSV.HtmlExporter/FSV.HtmlExporter.csproj @@ -12,11 +12,11 @@ none FSV.HtmlExporter - 2.8.1 + 2.9.0 G-TAC Software UG, Katzweiler, Germany Copyright © 2015 - 2024 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" - 2.8.1 + 2.9.0 false en FolderSecurityViewer diff --git a/sourcecodes/FSV.Models/FSV.Models.csproj b/sourcecodes/FSV.Models/FSV.Models.csproj index 64f3e56..2e4c3d9 100644 --- a/sourcecodes/FSV.Models/FSV.Models.csproj +++ b/sourcecodes/FSV.Models/FSV.Models.csproj @@ -14,11 +14,11 @@ none FSV.Models - 2.8.1 + 2.9.0 G-TAC Software UG, Katzweiler, Germany Copyright © 2015 - 2024 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" - 2.8.1 + 2.9.0 en FolderSecurityViewer diff --git a/sourcecodes/FSV.Resources/FSV.Resources.csproj b/sourcecodes/FSV.Resources/FSV.Resources.csproj index 7ae5be1..e81bee6 100644 --- a/sourcecodes/FSV.Resources/FSV.Resources.csproj +++ b/sourcecodes/FSV.Resources/FSV.Resources.csproj @@ -17,8 +17,8 @@ G-TAC Software UG, Katzweiler, Germany FolderSecurityViewer Copyright © 2015 - 2024 G-TAC Software UG - 2.8.1 - 2.8.1 + 2.9.0 + 2.9.0 en none diff --git a/sourcecodes/FSV.Security/FSV.Security.csproj b/sourcecodes/FSV.Security/FSV.Security.csproj index 1181bbd..63a10d6 100644 --- a/sourcecodes/FSV.Security/FSV.Security.csproj +++ b/sourcecodes/FSV.Security/FSV.Security.csproj @@ -10,11 +10,11 @@ none FSV.Security - 2.8.1 + 2.9.0 G-TAC Software UG, Katzweiler, Germany Copyright © 2015 - 2024 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" - 2.8.1 + 2.9.0 en-US FolderSecurityViewer diff --git a/sourcecodes/FSV.ShareServices/FSV.ShareServices.csproj b/sourcecodes/FSV.ShareServices/FSV.ShareServices.csproj index c29fc31..2366364 100644 --- a/sourcecodes/FSV.ShareServices/FSV.ShareServices.csproj +++ b/sourcecodes/FSV.ShareServices/FSV.ShareServices.csproj @@ -1,12 +1,12 @@ none - 2.8.1 + 2.9.0 G-TAC G-TAC Software UG, Katzweiler, Germany Copyright © 2015 - 2024 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" - 2.8.1 + 2.9.0 latest en FolderSecurityViewer diff --git a/sourcecodes/FSV.Templates/FSV.Templates.csproj b/sourcecodes/FSV.Templates/FSV.Templates.csproj index fa8a3d4..bbb9000 100644 --- a/sourcecodes/FSV.Templates/FSV.Templates.csproj +++ b/sourcecodes/FSV.Templates/FSV.Templates.csproj @@ -14,11 +14,11 @@ none FSV.Templates - 2.8.1 + 2.9.0 G-TAC Software UG, Katzweiler, Germany Copyright © 2015 - 2024 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" - 2.8.1 + 2.9.0 en FolderSecurityViewer diff --git a/sourcecodes/FSV.ViewModel/FSV.ViewModel.csproj b/sourcecodes/FSV.ViewModel/FSV.ViewModel.csproj index 5b10f2b..4a21a1a 100644 --- a/sourcecodes/FSV.ViewModel/FSV.ViewModel.csproj +++ b/sourcecodes/FSV.ViewModel/FSV.ViewModel.csproj @@ -20,11 +20,11 @@ none FSV.ViewModel - 2.8.1 + 2.9.0 G-TAC Software UG, Katzweiler, Germany Copyright © 2015 - 2024 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" - 2.8.1 + 2.9.0 en FolderSecurityViewer diff --git a/sourcecodes/FolderSecurityViewer/FolderSecurityViewer.csproj b/sourcecodes/FolderSecurityViewer/FolderSecurityViewer.csproj index 7e57040..c44d70d 100644 --- a/sourcecodes/FolderSecurityViewer/FolderSecurityViewer.csproj +++ b/sourcecodes/FolderSecurityViewer/FolderSecurityViewer.csproj @@ -13,9 +13,9 @@ FolderSecurityViewer true true - 2.8.1 - 2.8.1 - 2.8.1 + 2.9.0 + 2.9.0 + 2.9.0 latest true From de78cca004e0814774b1273db46aa3c1f4e771d0 Mon Sep 17 00:00:00 2001 From: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com> Date: Tue, 11 Nov 2025 22:29:44 +0100 Subject: [PATCH 03/12] Updates copyright notice across all projects --- .../FSV.ActiveDirectoryServices.TestAbstractionLayer.csproj | 2 +- .../FSV.AdServices.Abstractions.csproj | 2 +- .../FSV.AdServices.UnitTest/FSV.AdServices.UnitTest.csproj | 2 +- sourcecodes/FSV.AdServices/FSV.AdServices.csproj | 2 +- sourcecodes/FSV.Business.UnitTest/FSV.Business.UnitTest.csproj | 2 +- sourcecodes/FSV.Business/FSV.Business.csproj | 2 +- .../FSV.Configuration.Abstractions.csproj | 2 +- .../FSV.Configuration.UnitTest.csproj | 2 +- sourcecodes/FSV.Configuration/FSV.Configuration.csproj | 2 +- sourcecodes/FSV.Console.UnitTest/FSV.Console.UnitTest.csproj | 2 +- sourcecodes/FSV.Console/FSV.Console.csproj | 2 +- .../FSV.Crypto.Abstractions/FSV.Crypto.Abstractions.csproj | 2 +- sourcecodes/FSV.Crypto.UnitTest/FSV.Crypto.UnitTest.csproj | 2 +- sourcecodes/FSV.Crypto/FSV.Crypto.csproj | 2 +- sourcecodes/FSV.CsvExporter/FSV.CsvExporter.csproj | 2 +- sourcecodes/FSV.Database.UnitTest/FSV.Database.UnitTest.csproj | 2 +- sourcecodes/FSV.Database/FSV.Database.csproj | 2 +- sourcecodes/FSV.EMailService/FSV.EMailService.csproj | 2 +- sourcecodes/FSV.ExcelExporter/FSV.ExcelExporter.csproj | 2 +- .../FSV.Extensions.DependencyInjection.csproj | 2 +- .../FSV.Extensions.Logging/FSV.Extensions.Logging.csproj | 2 +- .../FSV.Extensions.Serialization.csproj | 2 +- .../FSV.Extensions.WindowConfiguration.csproj | 2 +- .../FSV.FileSystem.Interop.Abstractions.csproj | 2 +- .../FSV.FileSystem.Interop.Core.Abstractions.csproj | 2 +- .../FSV.FileSystem.Interop.Core.csproj | 2 +- .../FSV.FileSystem.Interop.UnitTest.csproj | 2 +- .../FSV.FileSystem.Interop/FSV.FileSystem.Interop.csproj | 2 +- sourcecodes/FSV.HtmlExporter/FSV.HtmlExporter.csproj | 2 +- sourcecodes/FSV.Models/FSV.Models.csproj | 2 +- sourcecodes/FSV.Resources/FSV.Resources.csproj | 2 +- sourcecodes/FSV.Security/FSV.Security.csproj | 2 +- .../FSV.ShareServices.UnitTest.csproj | 2 +- sourcecodes/FSV.ShareServices/FSV.ShareServices.csproj | 2 +- sourcecodes/FSV.Templates/FSV.Templates.csproj | 2 +- .../FSV.ViewModel.UnitTest/FSV.ViewModel.UnitTest.csproj | 2 +- sourcecodes/FSV.ViewModel/FSV.ViewModel.csproj | 2 +- .../FolderSecurityViewer.UnitTest.csproj | 2 +- sourcecodes/FolderSecurityViewer/FolderSecurityViewer.csproj | 2 +- 39 files changed, 39 insertions(+), 39 deletions(-) diff --git a/sourcecodes/FSV.ActiveDirectoryServices.TestAbstractionLayer/FSV.ActiveDirectoryServices.TestAbstractionLayer.csproj b/sourcecodes/FSV.ActiveDirectoryServices.TestAbstractionLayer/FSV.ActiveDirectoryServices.TestAbstractionLayer.csproj index d3be65f..5d8b882 100644 --- a/sourcecodes/FSV.ActiveDirectoryServices.TestAbstractionLayer/FSV.ActiveDirectoryServices.TestAbstractionLayer.csproj +++ b/sourcecodes/FSV.ActiveDirectoryServices.TestAbstractionLayer/FSV.ActiveDirectoryServices.TestAbstractionLayer.csproj @@ -8,7 +8,7 @@ FSV.ActiveDirectoryServices.TestAbstractionLayer FSV.ActiveDirectoryServices.TestAbstractionLayer - Copyright © 2015 - 2024 G-TAC Software UG + Copyright © 2015 - 2025 G-TAC Software UG 1.0.0.0 1.0.0.0 diff --git a/sourcecodes/FSV.AdServices.Abstractions/FSV.AdServices.Abstractions.csproj b/sourcecodes/FSV.AdServices.Abstractions/FSV.AdServices.Abstractions.csproj index e3d881c..fdf1cdc 100644 --- a/sourcecodes/FSV.AdServices.Abstractions/FSV.AdServices.Abstractions.csproj +++ b/sourcecodes/FSV.AdServices.Abstractions/FSV.AdServices.Abstractions.csproj @@ -9,7 +9,7 @@ FSV.AdServices.Abstractions 2.9.0 G-TAC Software UG, Katzweiler, Germany - Copyright © 2015 - 2024 G-TAC Software UG + Copyright © 2015 - 2025 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" 2.9.0 en diff --git a/sourcecodes/FSV.AdServices.UnitTest/FSV.AdServices.UnitTest.csproj b/sourcecodes/FSV.AdServices.UnitTest/FSV.AdServices.UnitTest.csproj index 70afa3c..8df9e84 100644 --- a/sourcecodes/FSV.AdServices.UnitTest/FSV.AdServices.UnitTest.csproj +++ b/sourcecodes/FSV.AdServices.UnitTest/FSV.AdServices.UnitTest.csproj @@ -10,7 +10,7 @@ none FSV.AdServices.UnitTest 1.0.0.0 - Copyright © 2015 - 2024 G-TAC Software UG + Copyright © 2015 - 2025 G-TAC Software UG 1.0.0.0 FSV.AdServices.UnitTest diff --git a/sourcecodes/FSV.AdServices/FSV.AdServices.csproj b/sourcecodes/FSV.AdServices/FSV.AdServices.csproj index 37a631a..0f40710 100644 --- a/sourcecodes/FSV.AdServices/FSV.AdServices.csproj +++ b/sourcecodes/FSV.AdServices/FSV.AdServices.csproj @@ -16,7 +16,7 @@ FSV.AdServices 2.9.0 G-TAC Software UG, Katzweiler, Germany - Copyright © 2015 - 2024 G-TAC Software UG + Copyright © 2015 - 2025 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" 2.9.0 en diff --git a/sourcecodes/FSV.Business.UnitTest/FSV.Business.UnitTest.csproj b/sourcecodes/FSV.Business.UnitTest/FSV.Business.UnitTest.csproj index b879f77..4e69b59 100644 --- a/sourcecodes/FSV.Business.UnitTest/FSV.Business.UnitTest.csproj +++ b/sourcecodes/FSV.Business.UnitTest/FSV.Business.UnitTest.csproj @@ -3,7 +3,7 @@ none FSV.Business.UnitTest 1.0.0.0 - Copyright © 2015 - 2024 G-TAC Software UG + Copyright © 2015 - 2025 G-TAC Software UG 1.0.0.0 false false diff --git a/sourcecodes/FSV.Business/FSV.Business.csproj b/sourcecodes/FSV.Business/FSV.Business.csproj index 69bf5f9..89336f8 100644 --- a/sourcecodes/FSV.Business/FSV.Business.csproj +++ b/sourcecodes/FSV.Business/FSV.Business.csproj @@ -11,7 +11,7 @@ FSV.Business 2.9.0 G-TAC Software UG, Katzweiler, Germany - Copyright © 2015 - 2024 G-TAC Software UG + Copyright © 2015 - 2025 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" 2.9.0 en diff --git a/sourcecodes/FSV.Configuration.Abstractions/FSV.Configuration.Abstractions.csproj b/sourcecodes/FSV.Configuration.Abstractions/FSV.Configuration.Abstractions.csproj index ac33727..fbb6b73 100644 --- a/sourcecodes/FSV.Configuration.Abstractions/FSV.Configuration.Abstractions.csproj +++ b/sourcecodes/FSV.Configuration.Abstractions/FSV.Configuration.Abstractions.csproj @@ -2,7 +2,7 @@ 2.9.0 G-TAC Software UG, Katzweiler, Germany - Copyright © 2015 - 2024 G-TAC Software UG + Copyright © 2015 - 2025 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" 2.9.0 en diff --git a/sourcecodes/FSV.Configuration.UnitTest/FSV.Configuration.UnitTest.csproj b/sourcecodes/FSV.Configuration.UnitTest/FSV.Configuration.UnitTest.csproj index 0652403..bd09366 100644 --- a/sourcecodes/FSV.Configuration.UnitTest/FSV.Configuration.UnitTest.csproj +++ b/sourcecodes/FSV.Configuration.UnitTest/FSV.Configuration.UnitTest.csproj @@ -9,7 +9,7 @@ FSV.Configuration.UnitTest 1.0.0.0 - Copyright © 2015 - 2024 G-TAC Software UG + Copyright © 2015 - 2025 G-TAC Software UG 1.0.0.0 FSV.Configuration.UnitTest diff --git a/sourcecodes/FSV.Configuration/FSV.Configuration.csproj b/sourcecodes/FSV.Configuration/FSV.Configuration.csproj index b5a939e..2e4d7d0 100644 --- a/sourcecodes/FSV.Configuration/FSV.Configuration.csproj +++ b/sourcecodes/FSV.Configuration/FSV.Configuration.csproj @@ -20,7 +20,7 @@ FSV.Configuration 2.9.0 G-TAC Software UG, Katzweiler, Germany - Copyright © 2015 - 2024 G-TAC Software UG + Copyright © 2015 - 2025 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" 2.9.0 en diff --git a/sourcecodes/FSV.Console.UnitTest/FSV.Console.UnitTest.csproj b/sourcecodes/FSV.Console.UnitTest/FSV.Console.UnitTest.csproj index 7ca7253..5cd6741 100644 --- a/sourcecodes/FSV.Console.UnitTest/FSV.Console.UnitTest.csproj +++ b/sourcecodes/FSV.Console.UnitTest/FSV.Console.UnitTest.csproj @@ -2,7 +2,7 @@ FSV.Console.UnitTest 1.0.0.0 - Copyright © 2015 - 2024 G-TAC Software UG + Copyright © 2015 - 2025 G-TAC Software UG 1.0.0.0 false Library diff --git a/sourcecodes/FSV.Console/FSV.Console.csproj b/sourcecodes/FSV.Console/FSV.Console.csproj index abc268a..03f5dcf 100644 --- a/sourcecodes/FSV.Console/FSV.Console.csproj +++ b/sourcecodes/FSV.Console/FSV.Console.csproj @@ -21,7 +21,7 @@ FSV.Console 2.9.0 G-TAC Software UG, Katzweiler, Germany - Copyright © 2015 - 2024 G-TAC Software UG + Copyright © 2015 - 2025 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" 2.9.0 en diff --git a/sourcecodes/FSV.Crypto.Abstractions/FSV.Crypto.Abstractions.csproj b/sourcecodes/FSV.Crypto.Abstractions/FSV.Crypto.Abstractions.csproj index dbf6d87..6f6d866 100644 --- a/sourcecodes/FSV.Crypto.Abstractions/FSV.Crypto.Abstractions.csproj +++ b/sourcecodes/FSV.Crypto.Abstractions/FSV.Crypto.Abstractions.csproj @@ -4,7 +4,7 @@ 2.9.0 Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" G-TAC Software UG, Katzweiler, Germany - Copyright © 2015 - 2024 G-TAC Software UG + Copyright © 2015 - 2025 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" 2.9.0 en diff --git a/sourcecodes/FSV.Crypto.UnitTest/FSV.Crypto.UnitTest.csproj b/sourcecodes/FSV.Crypto.UnitTest/FSV.Crypto.UnitTest.csproj index b7841da..6390d2e 100644 --- a/sourcecodes/FSV.Crypto.UnitTest/FSV.Crypto.UnitTest.csproj +++ b/sourcecodes/FSV.Crypto.UnitTest/FSV.Crypto.UnitTest.csproj @@ -2,7 +2,7 @@ FSV.Crypto.UnitTest 1.0.0.0 - Copyright © 2015 - 2024 G-TAC Software UG + Copyright © 2015 - 2025 G-TAC Software UG 1.0.0.0 false latest diff --git a/sourcecodes/FSV.Crypto/FSV.Crypto.csproj b/sourcecodes/FSV.Crypto/FSV.Crypto.csproj index c768ede..a666c82 100644 --- a/sourcecodes/FSV.Crypto/FSV.Crypto.csproj +++ b/sourcecodes/FSV.Crypto/FSV.Crypto.csproj @@ -16,7 +16,7 @@ FSV.Crypto 2.9.0 G-TAC Software UG, Katzweiler, Germany - Copyright © 2015 - 2024 G-TAC Software UG + Copyright © 2015 - 2025 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" 2.9.0 en diff --git a/sourcecodes/FSV.CsvExporter/FSV.CsvExporter.csproj b/sourcecodes/FSV.CsvExporter/FSV.CsvExporter.csproj index 7aa2deb..eb858aa 100644 --- a/sourcecodes/FSV.CsvExporter/FSV.CsvExporter.csproj +++ b/sourcecodes/FSV.CsvExporter/FSV.CsvExporter.csproj @@ -16,7 +16,7 @@ FSV.CsvExporter 2.9.0 G-TAC Software UG, Katzweiler, Germany - Copyright © 2015 - 2024 G-TAC Software UG + Copyright © 2015 - 2025 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" 2.9.0 en diff --git a/sourcecodes/FSV.Database.UnitTest/FSV.Database.UnitTest.csproj b/sourcecodes/FSV.Database.UnitTest/FSV.Database.UnitTest.csproj index a170662..96cc461 100644 --- a/sourcecodes/FSV.Database.UnitTest/FSV.Database.UnitTest.csproj +++ b/sourcecodes/FSV.Database.UnitTest/FSV.Database.UnitTest.csproj @@ -2,7 +2,7 @@ FSV.Database.UnitTest 1.0.0.0 - Copyright © 2015 - 2024 G-TAC Software UG + Copyright © 2015 - 2025 G-TAC Software UG 1.0.0.0 false default diff --git a/sourcecodes/FSV.Database/FSV.Database.csproj b/sourcecodes/FSV.Database/FSV.Database.csproj index 060ad8f..3ef27cd 100644 --- a/sourcecodes/FSV.Database/FSV.Database.csproj +++ b/sourcecodes/FSV.Database/FSV.Database.csproj @@ -16,7 +16,7 @@ FSV.Database 2.9.0 G-TAC Software UG, Katzweiler, Germany - Copyright © 2015 - 2024 G-TAC Software UG + Copyright © 2015 - 2025 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" 2.9.0 en diff --git a/sourcecodes/FSV.EMailService/FSV.EMailService.csproj b/sourcecodes/FSV.EMailService/FSV.EMailService.csproj index bccbcf3..6f6e14d 100644 --- a/sourcecodes/FSV.EMailService/FSV.EMailService.csproj +++ b/sourcecodes/FSV.EMailService/FSV.EMailService.csproj @@ -16,7 +16,7 @@ FSV.EMailService 2.9.0 G-TAC Software UG, Katzweiler, Germany - Copyright © 2015 - 2024 G-TAC Software UG + Copyright © 2015 - 2025 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" 2.9.0 en diff --git a/sourcecodes/FSV.ExcelExporter/FSV.ExcelExporter.csproj b/sourcecodes/FSV.ExcelExporter/FSV.ExcelExporter.csproj index bb9ea59..2129594 100644 --- a/sourcecodes/FSV.ExcelExporter/FSV.ExcelExporter.csproj +++ b/sourcecodes/FSV.ExcelExporter/FSV.ExcelExporter.csproj @@ -16,7 +16,7 @@ FSV.ExcelExporter 2.9.0 G-TAC Software UG, Katzweiler, Germany - Copyright © 2015 - 2024 G-TAC Software UG + Copyright © 2015 - 2025 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" 2.9.0 en diff --git a/sourcecodes/FSV.Extensions.DependencyInjection/FSV.Extensions.DependencyInjection.csproj b/sourcecodes/FSV.Extensions.DependencyInjection/FSV.Extensions.DependencyInjection.csproj index 17cafc5..4f5a646 100644 --- a/sourcecodes/FSV.Extensions.DependencyInjection/FSV.Extensions.DependencyInjection.csproj +++ b/sourcecodes/FSV.Extensions.DependencyInjection/FSV.Extensions.DependencyInjection.csproj @@ -3,7 +3,7 @@ 2.9.0 G-TAC G-TAC Software UG, Katzweiler, Germany - Copyright © 2015 - 2024 G-TAC Software UG + Copyright © 2015 - 2025 G-TAC Software UG false Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" 2.9.0 diff --git a/sourcecodes/FSV.Extensions.Logging/FSV.Extensions.Logging.csproj b/sourcecodes/FSV.Extensions.Logging/FSV.Extensions.Logging.csproj index d441073..e321a9f 100644 --- a/sourcecodes/FSV.Extensions.Logging/FSV.Extensions.Logging.csproj +++ b/sourcecodes/FSV.Extensions.Logging/FSV.Extensions.Logging.csproj @@ -10,7 +10,7 @@ FSV.Extensions.Logging 2.9.0 G-TAC Software UG, Katzweiler, Germany - Copyright © 2015 - 2024 G-TAC Software UG + Copyright © 2015 - 2025 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" 2.9.0 en diff --git a/sourcecodes/FSV.Extensions.Serialization/FSV.Extensions.Serialization.csproj b/sourcecodes/FSV.Extensions.Serialization/FSV.Extensions.Serialization.csproj index 8de9ca1..8404ac5 100644 --- a/sourcecodes/FSV.Extensions.Serialization/FSV.Extensions.Serialization.csproj +++ b/sourcecodes/FSV.Extensions.Serialization/FSV.Extensions.Serialization.csproj @@ -4,7 +4,7 @@ 2.9.0 G-TAC G-TAC Software UG, Katzweiler, Germany - Copyright © 2015 - 2024 G-TAC Software UG + Copyright © 2015 - 2025 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" 2.9.0 latest diff --git a/sourcecodes/FSV.Extensions.WindowConfiguration/FSV.Extensions.WindowConfiguration.csproj b/sourcecodes/FSV.Extensions.WindowConfiguration/FSV.Extensions.WindowConfiguration.csproj index d2cbd68..683428f 100644 --- a/sourcecodes/FSV.Extensions.WindowConfiguration/FSV.Extensions.WindowConfiguration.csproj +++ b/sourcecodes/FSV.Extensions.WindowConfiguration/FSV.Extensions.WindowConfiguration.csproj @@ -12,7 +12,7 @@ FSV.Extensions.Configuration 2.9.0 G-TAC Software UG, Katzweiler, Germany - Copyright © 2015 - 2024 G-TAC Software UG + Copyright © 2015 - 2025 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" 2.9.0 FolderSecurityViewer diff --git a/sourcecodes/FSV.FileSystem.Interop.Abstractions/FSV.FileSystem.Interop.Abstractions.csproj b/sourcecodes/FSV.FileSystem.Interop.Abstractions/FSV.FileSystem.Interop.Abstractions.csproj index 693ee49..a195f65 100644 --- a/sourcecodes/FSV.FileSystem.Interop.Abstractions/FSV.FileSystem.Interop.Abstractions.csproj +++ b/sourcecodes/FSV.FileSystem.Interop.Abstractions/FSV.FileSystem.Interop.Abstractions.csproj @@ -4,7 +4,7 @@ 2.9.0 G-TAC G-TAC - Copyright © 2015 - 2024 G-TAC Software UG + Copyright © 2015 - 2025 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" 2.9.0 latest diff --git a/sourcecodes/FSV.FileSystem.Interop.Core.Abstractions/FSV.FileSystem.Interop.Core.Abstractions.csproj b/sourcecodes/FSV.FileSystem.Interop.Core.Abstractions/FSV.FileSystem.Interop.Core.Abstractions.csproj index 3009627..4aa2068 100644 --- a/sourcecodes/FSV.FileSystem.Interop.Core.Abstractions/FSV.FileSystem.Interop.Core.Abstractions.csproj +++ b/sourcecodes/FSV.FileSystem.Interop.Core.Abstractions/FSV.FileSystem.Interop.Core.Abstractions.csproj @@ -4,7 +4,7 @@ 2.9.0 Matthias Friedrich G-TAC - Copyright © 2015 - 2024 G-TAC Software UG + Copyright © 2015 - 2025 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" 2.9.0 latest diff --git a/sourcecodes/FSV.FileSystem.Interop.Core/FSV.FileSystem.Interop.Core.csproj b/sourcecodes/FSV.FileSystem.Interop.Core/FSV.FileSystem.Interop.Core.csproj index f7a5933..6069a52 100644 --- a/sourcecodes/FSV.FileSystem.Interop.Core/FSV.FileSystem.Interop.Core.csproj +++ b/sourcecodes/FSV.FileSystem.Interop.Core/FSV.FileSystem.Interop.Core.csproj @@ -4,7 +4,7 @@ 2.9.0 Matthias Friedrich G-TAC Software UG, Katzweiler, Germany - Copyright © 2015 - 2024 G-TAC Software UG + Copyright © 2015 - 2025 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" 2.9.0 latest diff --git a/sourcecodes/FSV.FileSystem.Interop.UnitTest/FSV.FileSystem.Interop.UnitTest.csproj b/sourcecodes/FSV.FileSystem.Interop.UnitTest/FSV.FileSystem.Interop.UnitTest.csproj index 1f3c289..7eb9c7a 100644 --- a/sourcecodes/FSV.FileSystem.Interop.UnitTest/FSV.FileSystem.Interop.UnitTest.csproj +++ b/sourcecodes/FSV.FileSystem.Interop.UnitTest/FSV.FileSystem.Interop.UnitTest.csproj @@ -9,7 +9,7 @@ FSV.FileSystem.Interop.UnitTest 1.0.0.0 - Copyright © 2015 - 2024 G-TAC Software UG + Copyright © 2015 - 2025 G-TAC Software UG 1.0.0.0 FSV.FileSystem.Interop.UnitTest diff --git a/sourcecodes/FSV.FileSystem.Interop/FSV.FileSystem.Interop.csproj b/sourcecodes/FSV.FileSystem.Interop/FSV.FileSystem.Interop.csproj index d15fda7..2420907 100644 --- a/sourcecodes/FSV.FileSystem.Interop/FSV.FileSystem.Interop.csproj +++ b/sourcecodes/FSV.FileSystem.Interop/FSV.FileSystem.Interop.csproj @@ -20,7 +20,7 @@ 2.9.0 Matthias Friedrich G-TAC Software UG, Katzweiler, Germany - Copyright © 2015 - 2024 G-TAC Software UG + Copyright © 2015 - 2025 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" 2.9.0 en diff --git a/sourcecodes/FSV.HtmlExporter/FSV.HtmlExporter.csproj b/sourcecodes/FSV.HtmlExporter/FSV.HtmlExporter.csproj index 3e49b99..00cee1c 100644 --- a/sourcecodes/FSV.HtmlExporter/FSV.HtmlExporter.csproj +++ b/sourcecodes/FSV.HtmlExporter/FSV.HtmlExporter.csproj @@ -14,7 +14,7 @@ FSV.HtmlExporter 2.9.0 G-TAC Software UG, Katzweiler, Germany - Copyright © 2015 - 2024 G-TAC Software UG + Copyright © 2015 - 2025 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" 2.9.0 false diff --git a/sourcecodes/FSV.Models/FSV.Models.csproj b/sourcecodes/FSV.Models/FSV.Models.csproj index 2e4c3d9..4188705 100644 --- a/sourcecodes/FSV.Models/FSV.Models.csproj +++ b/sourcecodes/FSV.Models/FSV.Models.csproj @@ -16,7 +16,7 @@ FSV.Models 2.9.0 G-TAC Software UG, Katzweiler, Germany - Copyright © 2015 - 2024 G-TAC Software UG + Copyright © 2015 - 2025 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" 2.9.0 en diff --git a/sourcecodes/FSV.Resources/FSV.Resources.csproj b/sourcecodes/FSV.Resources/FSV.Resources.csproj index e81bee6..14d45e0 100644 --- a/sourcecodes/FSV.Resources/FSV.Resources.csproj +++ b/sourcecodes/FSV.Resources/FSV.Resources.csproj @@ -16,7 +16,7 @@ Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" G-TAC Software UG, Katzweiler, Germany FolderSecurityViewer - Copyright © 2015 - 2024 G-TAC Software UG + Copyright © 2015 - 2025 G-TAC Software UG 2.9.0 2.9.0 en diff --git a/sourcecodes/FSV.Security/FSV.Security.csproj b/sourcecodes/FSV.Security/FSV.Security.csproj index 63a10d6..86909ac 100644 --- a/sourcecodes/FSV.Security/FSV.Security.csproj +++ b/sourcecodes/FSV.Security/FSV.Security.csproj @@ -12,7 +12,7 @@ FSV.Security 2.9.0 G-TAC Software UG, Katzweiler, Germany - Copyright © 2015 - 2024 G-TAC Software UG + Copyright © 2015 - 2025 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" 2.9.0 en-US diff --git a/sourcecodes/FSV.ShareServices.UnitTest/FSV.ShareServices.UnitTest.csproj b/sourcecodes/FSV.ShareServices.UnitTest/FSV.ShareServices.UnitTest.csproj index 5f00aea..6b29a5d 100644 --- a/sourcecodes/FSV.ShareServices.UnitTest/FSV.ShareServices.UnitTest.csproj +++ b/sourcecodes/FSV.ShareServices.UnitTest/FSV.ShareServices.UnitTest.csproj @@ -3,7 +3,7 @@ none FSV.ShareServices.UnitTest 1.0.0.0 - Copyright © 2015 - 2024 G-TAC Software UG + Copyright © 2015 - 2025 G-TAC Software UG 1.0.0.0 false default diff --git a/sourcecodes/FSV.ShareServices/FSV.ShareServices.csproj b/sourcecodes/FSV.ShareServices/FSV.ShareServices.csproj index 2366364..5daa033 100644 --- a/sourcecodes/FSV.ShareServices/FSV.ShareServices.csproj +++ b/sourcecodes/FSV.ShareServices/FSV.ShareServices.csproj @@ -4,7 +4,7 @@ 2.9.0 G-TAC G-TAC Software UG, Katzweiler, Germany - Copyright © 2015 - 2024 G-TAC Software UG + Copyright © 2015 - 2025 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" 2.9.0 latest diff --git a/sourcecodes/FSV.Templates/FSV.Templates.csproj b/sourcecodes/FSV.Templates/FSV.Templates.csproj index bbb9000..9b39567 100644 --- a/sourcecodes/FSV.Templates/FSV.Templates.csproj +++ b/sourcecodes/FSV.Templates/FSV.Templates.csproj @@ -16,7 +16,7 @@ FSV.Templates 2.9.0 G-TAC Software UG, Katzweiler, Germany - Copyright © 2015 - 2024 G-TAC Software UG + Copyright © 2015 - 2025 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" 2.9.0 en diff --git a/sourcecodes/FSV.ViewModel.UnitTest/FSV.ViewModel.UnitTest.csproj b/sourcecodes/FSV.ViewModel.UnitTest/FSV.ViewModel.UnitTest.csproj index 9a9b843..29701e3 100644 --- a/sourcecodes/FSV.ViewModel.UnitTest/FSV.ViewModel.UnitTest.csproj +++ b/sourcecodes/FSV.ViewModel.UnitTest/FSV.ViewModel.UnitTest.csproj @@ -9,7 +9,7 @@ true FSV.ViewModel.UnitTest FSV.ViewModel.UnitTest - Copyright © 2015 - 2024 G-TAC Software UG + Copyright © 2015 - 2025 G-TAC Software UG 1.0.0.0 1.0.0.0 none diff --git a/sourcecodes/FSV.ViewModel/FSV.ViewModel.csproj b/sourcecodes/FSV.ViewModel/FSV.ViewModel.csproj index 4a21a1a..937be30 100644 --- a/sourcecodes/FSV.ViewModel/FSV.ViewModel.csproj +++ b/sourcecodes/FSV.ViewModel/FSV.ViewModel.csproj @@ -22,7 +22,7 @@ FSV.ViewModel 2.9.0 G-TAC Software UG, Katzweiler, Germany - Copyright © 2015 - 2024 G-TAC Software UG + Copyright © 2015 - 2025 G-TAC Software UG Part of G-TAC's NTFS Permissions Reporter "FolderSecurityViewer" 2.9.0 en diff --git a/sourcecodes/FolderSecurityViewer.UnitTest/FolderSecurityViewer.UnitTest.csproj b/sourcecodes/FolderSecurityViewer.UnitTest/FolderSecurityViewer.UnitTest.csproj index 5e9624e..fa7d661 100644 --- a/sourcecodes/FolderSecurityViewer.UnitTest/FolderSecurityViewer.UnitTest.csproj +++ b/sourcecodes/FolderSecurityViewer.UnitTest/FolderSecurityViewer.UnitTest.csproj @@ -3,7 +3,7 @@ none FolderSecurityViewer.UnitTest 1.0.0.0 - Copyright © 2015 - 2024 G-TAC Software UG + Copyright © 2015 - 2025 G-TAC Software UG 1.0.0.0 false latest diff --git a/sourcecodes/FolderSecurityViewer/FolderSecurityViewer.csproj b/sourcecodes/FolderSecurityViewer/FolderSecurityViewer.csproj index c44d70d..772d1cc 100644 --- a/sourcecodes/FolderSecurityViewer/FolderSecurityViewer.csproj +++ b/sourcecodes/FolderSecurityViewer/FolderSecurityViewer.csproj @@ -1,7 +1,7 @@ Carsten Schäfer, Matthias Friedrich, and Ritesh Gite - Copyright © 2015 - 2024 G-TAC Software UG + Copyright © 2015 - 2025 G-TAC Software UG FolderSecurityViewer is an easy-to-use NTFS permissions tool that helps you effectively trace down all security owners of your data. true false From dabf34a8995728b76aca9198872f4555eed7a670 Mon Sep 17 00:00:00 2001 From: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com> Date: Tue, 11 Nov 2025 22:36:41 +0100 Subject: [PATCH 04/12] Updates GitHub Actions workflow --- .github/workflows/dotnet.yml | 36 +++++++++++++++++------------------- 1 file changed, 17 insertions(+), 19 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 95c8f5e..7081d12 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -2,30 +2,28 @@ name: .NET Core Desktop on: push: - branches: [ "main" ] + branches: ["main"] pull_request: - branches: [ "main" ] + branches: ["main"] jobs: - build: - - runs-on: windows-latest # For a list of available runner types, refer to - # https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on + runs-on: windows-latest steps: - - name: Checkout - uses: actions/checkout@v4 - with: - fetch-depth: 0 + - name: Checkout + uses: actions/checkout@v4 + with: + fetch-depth: 0 - - name: Install .NET Core - uses: actions/setup-dotnet@v4 - with: - dotnet-version: 8.0.x + - name: Install .NET Core + uses: actions/setup-dotnet@v4 + with: + dotnet-version: 9.0.x + cache: true - - name: Execute unit tests - run: | - cd sourcecodes - dotnet build --configuration Release - dotnet test ./FolderSecurityViewer.sln --framework net8.0-windows --configuration Release + - name: Execute unit tests + run: | + cd sourcecodes + dotnet build --configuration Release + dotnet test ./FolderSecurityViewer.sln --framework net9.0-windows --configuration Release From 487015cc2d2c6e3c52a404d9c0846165d0555851 Mon Sep 17 00:00:00 2001 From: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com> Date: Tue, 11 Nov 2025 22:57:29 +0100 Subject: [PATCH 05/12] Updates dependency versions across projects --- ...ectoryServices.TestAbstractionLayer.csproj | 2 +- .../FSV.AdServices.UnitTest.csproj | 14 ++++++------- .../FSV.AdServices/FSV.AdServices.csproj | 8 ++++---- .../FSV.Business.UnitTest.csproj | 11 ++++++---- sourcecodes/FSV.Business/FSV.Business.csproj | 4 ++-- .../FSV.Configuration.UnitTest.csproj | 8 ++++---- .../FSV.Configuration.csproj | 4 ++-- .../FSV.Console.UnitTest.csproj | 8 ++++---- sourcecodes/FSV.Console/FSV.Console.csproj | 10 +++++----- .../FSV.Crypto.UnitTest.csproj | 6 +++--- sourcecodes/FSV.Crypto/FSV.Crypto.csproj | 6 +++--- .../FSV.CsvExporter/FSV.CsvExporter.csproj | 2 +- .../FSV.Database.UnitTest.csproj | 6 +++--- sourcecodes/FSV.Database/FSV.Database.csproj | 4 ++-- .../FSV.ExcelExporter.csproj | 2 +- ...nsions.DependencyInjection.UnitTest.csproj | 14 ++++++------- .../FSV.Extensions.DependencyInjection.csproj | 4 ++-- .../FSV.Extensions.Logging.csproj | 8 ++++---- ...V.Extensions.Serialization.UnitTest.csproj | 8 ++++---- .../FSV.Extensions.Serialization.csproj | 2 +- ...Extensions.WindowConfiguration.Test.csproj | 20 +++++++++---------- .../FSV.Extensions.WindowConfiguration.csproj | 8 ++++---- .../FSV.FileSystem.Interop.UnitTest.csproj | 10 +++++----- .../FSV.FileSystem.Interop.csproj | 2 +- .../FSV.FolderTree/FSV.FolderTree.csproj | 4 ++-- .../FSV.HtmlExporter/FSV.HtmlExporter.csproj | 4 ++-- sourcecodes/FSV.Models/FSV.Models.csproj | 2 +- sourcecodes/FSV.Security/FSV.Security.csproj | 4 ++-- .../FSV.ShareServices.UnitTest.csproj | 8 ++++---- .../FSV.ShareServices.csproj | 6 +++--- .../FSV.ViewModel.UnitTest.csproj | 14 ++++++------- .../FSV.ViewModel/FSV.ViewModel.csproj | 2 +- .../FolderSecurityViewer.UnitTest.csproj | 8 ++++---- .../FolderSecurityViewer.csproj | 14 ++++++------- 34 files changed, 120 insertions(+), 117 deletions(-) diff --git a/sourcecodes/FSV.ActiveDirectoryServices.TestAbstractionLayer/FSV.ActiveDirectoryServices.TestAbstractionLayer.csproj b/sourcecodes/FSV.ActiveDirectoryServices.TestAbstractionLayer/FSV.ActiveDirectoryServices.TestAbstractionLayer.csproj index 5d8b882..cf97351 100644 --- a/sourcecodes/FSV.ActiveDirectoryServices.TestAbstractionLayer/FSV.ActiveDirectoryServices.TestAbstractionLayer.csproj +++ b/sourcecodes/FSV.ActiveDirectoryServices.TestAbstractionLayer/FSV.ActiveDirectoryServices.TestAbstractionLayer.csproj @@ -17,7 +17,7 @@ - 16.0.0 + 16.3.0 \ No newline at end of file diff --git a/sourcecodes/FSV.AdServices.UnitTest/FSV.AdServices.UnitTest.csproj b/sourcecodes/FSV.AdServices.UnitTest/FSV.AdServices.UnitTest.csproj index 8df9e84..806a41c 100644 --- a/sourcecodes/FSV.AdServices.UnitTest/FSV.AdServices.UnitTest.csproj +++ b/sourcecodes/FSV.AdServices.UnitTest/FSV.AdServices.UnitTest.csproj @@ -15,16 +15,16 @@ FSV.AdServices.UnitTest - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - + + + + + + diff --git a/sourcecodes/FSV.AdServices/FSV.AdServices.csproj b/sourcecodes/FSV.AdServices/FSV.AdServices.csproj index 0f40710..241da2d 100644 --- a/sourcecodes/FSV.AdServices/FSV.AdServices.csproj +++ b/sourcecodes/FSV.AdServices/FSV.AdServices.csproj @@ -33,11 +33,11 @@ - 2024.2.0 + 2025.2.2 - - - + + + \ No newline at end of file diff --git a/sourcecodes/FSV.Business.UnitTest/FSV.Business.UnitTest.csproj b/sourcecodes/FSV.Business.UnitTest/FSV.Business.UnitTest.csproj index 4e69b59..2d05084 100644 --- a/sourcecodes/FSV.Business.UnitTest/FSV.Business.UnitTest.csproj +++ b/sourcecodes/FSV.Business.UnitTest/FSV.Business.UnitTest.csproj @@ -14,10 +14,13 @@ net9.0-windows - - - - + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/sourcecodes/FSV.Business/FSV.Business.csproj b/sourcecodes/FSV.Business/FSV.Business.csproj index 89336f8..13aafe5 100644 --- a/sourcecodes/FSV.Business/FSV.Business.csproj +++ b/sourcecodes/FSV.Business/FSV.Business.csproj @@ -55,7 +55,7 @@ - - + + \ No newline at end of file diff --git a/sourcecodes/FSV.Configuration.UnitTest/FSV.Configuration.UnitTest.csproj b/sourcecodes/FSV.Configuration.UnitTest/FSV.Configuration.UnitTest.csproj index bd09366..911287e 100644 --- a/sourcecodes/FSV.Configuration.UnitTest/FSV.Configuration.UnitTest.csproj +++ b/sourcecodes/FSV.Configuration.UnitTest/FSV.Configuration.UnitTest.csproj @@ -20,9 +20,9 @@ - - - - + + + + \ No newline at end of file diff --git a/sourcecodes/FSV.Configuration/FSV.Configuration.csproj b/sourcecodes/FSV.Configuration/FSV.Configuration.csproj index 2e4d7d0..9967112 100644 --- a/sourcecodes/FSV.Configuration/FSV.Configuration.csproj +++ b/sourcecodes/FSV.Configuration/FSV.Configuration.csproj @@ -37,9 +37,9 @@ - 1.0.118 + 2.0.2 - + diff --git a/sourcecodes/FSV.Console.UnitTest/FSV.Console.UnitTest.csproj b/sourcecodes/FSV.Console.UnitTest/FSV.Console.UnitTest.csproj index 5cd6741..2488627 100644 --- a/sourcecodes/FSV.Console.UnitTest/FSV.Console.UnitTest.csproj +++ b/sourcecodes/FSV.Console.UnitTest/FSV.Console.UnitTest.csproj @@ -11,16 +11,16 @@ - 17.10.0 + 18.0.1 - 4.20.70 + 4.20.72 - 3.5.0 + 4.0.2 - 3.5.0 + 4.0.2 diff --git a/sourcecodes/FSV.Console/FSV.Console.csproj b/sourcecodes/FSV.Console/FSV.Console.csproj index 03f5dcf..25a9657 100644 --- a/sourcecodes/FSV.Console/FSV.Console.csproj +++ b/sourcecodes/FSV.Console/FSV.Console.csproj @@ -68,17 +68,17 @@ 1.1.1 - 8.1.97 + 9.0.537 - 1.0.118 + 1.0.119 - 1.0.118 + 2.0.2 - - + + diff --git a/sourcecodes/FSV.Crypto.UnitTest/FSV.Crypto.UnitTest.csproj b/sourcecodes/FSV.Crypto.UnitTest/FSV.Crypto.UnitTest.csproj index 6390d2e..e1e652b 100644 --- a/sourcecodes/FSV.Crypto.UnitTest/FSV.Crypto.UnitTest.csproj +++ b/sourcecodes/FSV.Crypto.UnitTest/FSV.Crypto.UnitTest.csproj @@ -16,13 +16,13 @@ - 17.10.0 + 18.0.1 - 3.5.0 + 4.0.2 - 3.5.0 + 4.0.2 \ No newline at end of file diff --git a/sourcecodes/FSV.Crypto/FSV.Crypto.csproj b/sourcecodes/FSV.Crypto/FSV.Crypto.csproj index a666c82..7d6cc47 100644 --- a/sourcecodes/FSV.Crypto/FSV.Crypto.csproj +++ b/sourcecodes/FSV.Crypto/FSV.Crypto.csproj @@ -27,8 +27,8 @@ - - - + + + \ No newline at end of file diff --git a/sourcecodes/FSV.CsvExporter/FSV.CsvExporter.csproj b/sourcecodes/FSV.CsvExporter/FSV.CsvExporter.csproj index eb858aa..ef1964c 100644 --- a/sourcecodes/FSV.CsvExporter/FSV.CsvExporter.csproj +++ b/sourcecodes/FSV.CsvExporter/FSV.CsvExporter.csproj @@ -28,7 +28,7 @@ - 33.0.1 + 33.1.0 \ No newline at end of file diff --git a/sourcecodes/FSV.Database.UnitTest/FSV.Database.UnitTest.csproj b/sourcecodes/FSV.Database.UnitTest/FSV.Database.UnitTest.csproj index 96cc461..a491063 100644 --- a/sourcecodes/FSV.Database.UnitTest/FSV.Database.UnitTest.csproj +++ b/sourcecodes/FSV.Database.UnitTest/FSV.Database.UnitTest.csproj @@ -15,13 +15,13 @@ - 17.10.0 + 18.0.1 - 3.5.0 + 4.0.2 - 3.5.0 + 4.0.2 \ No newline at end of file diff --git a/sourcecodes/FSV.Database/FSV.Database.csproj b/sourcecodes/FSV.Database/FSV.Database.csproj index 3ef27cd..91270ec 100644 --- a/sourcecodes/FSV.Database/FSV.Database.csproj +++ b/sourcecodes/FSV.Database/FSV.Database.csproj @@ -53,8 +53,8 @@ - 1.0.118 + 2.0.2 - + \ No newline at end of file diff --git a/sourcecodes/FSV.ExcelExporter/FSV.ExcelExporter.csproj b/sourcecodes/FSV.ExcelExporter/FSV.ExcelExporter.csproj index 2129594..bd26ef9 100644 --- a/sourcecodes/FSV.ExcelExporter/FSV.ExcelExporter.csproj +++ b/sourcecodes/FSV.ExcelExporter/FSV.ExcelExporter.csproj @@ -28,7 +28,7 @@ - 0.102.3 + 0.105.0 \ No newline at end of file diff --git a/sourcecodes/FSV.Extensions.DependencyInjection.UnitTest/FSV.Extensions.DependencyInjection.UnitTest.csproj b/sourcecodes/FSV.Extensions.DependencyInjection.UnitTest/FSV.Extensions.DependencyInjection.UnitTest.csproj index 9c0bd7b..295b4c6 100644 --- a/sourcecodes/FSV.Extensions.DependencyInjection.UnitTest/FSV.Extensions.DependencyInjection.UnitTest.csproj +++ b/sourcecodes/FSV.Extensions.DependencyInjection.UnitTest/FSV.Extensions.DependencyInjection.UnitTest.csproj @@ -5,16 +5,16 @@ default - - - - - - + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/sourcecodes/FSV.Extensions.DependencyInjection/FSV.Extensions.DependencyInjection.csproj b/sourcecodes/FSV.Extensions.DependencyInjection/FSV.Extensions.DependencyInjection.csproj index 4f5a646..e435c3b 100644 --- a/sourcecodes/FSV.Extensions.DependencyInjection/FSV.Extensions.DependencyInjection.csproj +++ b/sourcecodes/FSV.Extensions.DependencyInjection/FSV.Extensions.DependencyInjection.csproj @@ -18,7 +18,7 @@ none - - + + \ No newline at end of file diff --git a/sourcecodes/FSV.Extensions.Logging/FSV.Extensions.Logging.csproj b/sourcecodes/FSV.Extensions.Logging/FSV.Extensions.Logging.csproj index e321a9f..990819e 100644 --- a/sourcecodes/FSV.Extensions.Logging/FSV.Extensions.Logging.csproj +++ b/sourcecodes/FSV.Extensions.Logging/FSV.Extensions.Logging.csproj @@ -18,15 +18,15 @@ - 4.0.0 + 4.3.0 - 8.0.0 + 9.0.2 - 6.0.0 + 7.0.0 - + diff --git a/sourcecodes/FSV.Extensions.Serialization.UnitTest/FSV.Extensions.Serialization.UnitTest.csproj b/sourcecodes/FSV.Extensions.Serialization.UnitTest/FSV.Extensions.Serialization.UnitTest.csproj index cbae3a1..9d2909d 100644 --- a/sourcecodes/FSV.Extensions.Serialization.UnitTest/FSV.Extensions.Serialization.UnitTest.csproj +++ b/sourcecodes/FSV.Extensions.Serialization.UnitTest/FSV.Extensions.Serialization.UnitTest.csproj @@ -6,13 +6,13 @@ net9.0-windows - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/sourcecodes/FSV.Extensions.Serialization/FSV.Extensions.Serialization.csproj b/sourcecodes/FSV.Extensions.Serialization/FSV.Extensions.Serialization.csproj index 8404ac5..b289464 100644 --- a/sourcecodes/FSV.Extensions.Serialization/FSV.Extensions.Serialization.csproj +++ b/sourcecodes/FSV.Extensions.Serialization/FSV.Extensions.Serialization.csproj @@ -13,7 +13,7 @@ 2.6.0 - + diff --git a/sourcecodes/FSV.Extensions.WindowConfiguration.Test/FSV.Extensions.WindowConfiguration.Test.csproj b/sourcecodes/FSV.Extensions.WindowConfiguration.Test/FSV.Extensions.WindowConfiguration.Test.csproj index 5593719..81c4bdf 100644 --- a/sourcecodes/FSV.Extensions.WindowConfiguration.Test/FSV.Extensions.WindowConfiguration.Test.csproj +++ b/sourcecodes/FSV.Extensions.WindowConfiguration.Test/FSV.Extensions.WindowConfiguration.Test.csproj @@ -7,35 +7,35 @@ FSV.Extensions.WindowConfiguration.Test - + - 3.5.0 + 4.0.2 - 3.5.0 + 4.0.2 - 2.9.0 + 2.9.3 - + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all - 4.20.70 + 4.20.72 - 21.0.26 + 22.0.16 - 21.0.26 + 22.0.16 - 1.1.11 + 3.0.13 diff --git a/sourcecodes/FSV.Extensions.WindowConfiguration/FSV.Extensions.WindowConfiguration.csproj b/sourcecodes/FSV.Extensions.WindowConfiguration/FSV.Extensions.WindowConfiguration.csproj index 683428f..fc76b72 100644 --- a/sourcecodes/FSV.Extensions.WindowConfiguration/FSV.Extensions.WindowConfiguration.csproj +++ b/sourcecodes/FSV.Extensions.WindowConfiguration/FSV.Extensions.WindowConfiguration.csproj @@ -27,10 +27,10 @@ - 21.0.26 + 22.0.16 - - - + + + \ No newline at end of file diff --git a/sourcecodes/FSV.FileSystem.Interop.UnitTest/FSV.FileSystem.Interop.UnitTest.csproj b/sourcecodes/FSV.FileSystem.Interop.UnitTest/FSV.FileSystem.Interop.UnitTest.csproj index 7eb9c7a..7a4155a 100644 --- a/sourcecodes/FSV.FileSystem.Interop.UnitTest/FSV.FileSystem.Interop.UnitTest.csproj +++ b/sourcecodes/FSV.FileSystem.Interop.UnitTest/FSV.FileSystem.Interop.UnitTest.csproj @@ -22,17 +22,17 @@ - 17.10.0 + 18.0.1 - 4.20.70 + 4.20.72 - 3.5.0 + 4.0.2 - 3.5.0 + 4.0.2 - + \ No newline at end of file diff --git a/sourcecodes/FSV.FileSystem.Interop/FSV.FileSystem.Interop.csproj b/sourcecodes/FSV.FileSystem.Interop/FSV.FileSystem.Interop.csproj index 2420907..15f1f2b 100644 --- a/sourcecodes/FSV.FileSystem.Interop/FSV.FileSystem.Interop.csproj +++ b/sourcecodes/FSV.FileSystem.Interop/FSV.FileSystem.Interop.csproj @@ -33,7 +33,7 @@ - + \ No newline at end of file diff --git a/sourcecodes/FSV.FolderTree/FSV.FolderTree.csproj b/sourcecodes/FSV.FolderTree/FSV.FolderTree.csproj index 06e0610..6f4ce39 100644 --- a/sourcecodes/FSV.FolderTree/FSV.FolderTree.csproj +++ b/sourcecodes/FSV.FolderTree/FSV.FolderTree.csproj @@ -64,7 +64,7 @@ - - + + \ No newline at end of file diff --git a/sourcecodes/FSV.HtmlExporter/FSV.HtmlExporter.csproj b/sourcecodes/FSV.HtmlExporter/FSV.HtmlExporter.csproj index 00cee1c..edfd156 100644 --- a/sourcecodes/FSV.HtmlExporter/FSV.HtmlExporter.csproj +++ b/sourcecodes/FSV.HtmlExporter/FSV.HtmlExporter.csproj @@ -47,7 +47,7 @@ 9.0.0 - - + + \ No newline at end of file diff --git a/sourcecodes/FSV.Models/FSV.Models.csproj b/sourcecodes/FSV.Models/FSV.Models.csproj index 4188705..2d69f8c 100644 --- a/sourcecodes/FSV.Models/FSV.Models.csproj +++ b/sourcecodes/FSV.Models/FSV.Models.csproj @@ -26,6 +26,6 @@ - + \ No newline at end of file diff --git a/sourcecodes/FSV.Security/FSV.Security.csproj b/sourcecodes/FSV.Security/FSV.Security.csproj index 86909ac..3867017 100644 --- a/sourcecodes/FSV.Security/FSV.Security.csproj +++ b/sourcecodes/FSV.Security/FSV.Security.csproj @@ -22,7 +22,7 @@ - - + + \ No newline at end of file diff --git a/sourcecodes/FSV.ShareServices.UnitTest/FSV.ShareServices.UnitTest.csproj b/sourcecodes/FSV.ShareServices.UnitTest/FSV.ShareServices.UnitTest.csproj index 6b29a5d..fcd310f 100644 --- a/sourcecodes/FSV.ShareServices.UnitTest/FSV.ShareServices.UnitTest.csproj +++ b/sourcecodes/FSV.ShareServices.UnitTest/FSV.ShareServices.UnitTest.csproj @@ -13,16 +13,16 @@ - 17.10.0 + 18.0.1 - 4.20.70 + 4.20.72 - 3.5.0 + 4.0.2 - 3.5.0 + 4.0.2 diff --git a/sourcecodes/FSV.ShareServices/FSV.ShareServices.csproj b/sourcecodes/FSV.ShareServices/FSV.ShareServices.csproj index 5daa033..d148fe0 100644 --- a/sourcecodes/FSV.ShareServices/FSV.ShareServices.csproj +++ b/sourcecodes/FSV.ShareServices/FSV.ShareServices.csproj @@ -18,9 +18,9 @@ false - - - + + + diff --git a/sourcecodes/FSV.ViewModel.UnitTest/FSV.ViewModel.UnitTest.csproj b/sourcecodes/FSV.ViewModel.UnitTest/FSV.ViewModel.UnitTest.csproj index 29701e3..bf27380 100644 --- a/sourcecodes/FSV.ViewModel.UnitTest/FSV.ViewModel.UnitTest.csproj +++ b/sourcecodes/FSV.ViewModel.UnitTest/FSV.ViewModel.UnitTest.csproj @@ -18,22 +18,22 @@ - + - 17.10.0 + 18.0.1 - 4.20.70 + 4.20.72 - + - 3.5.0 + 4.0.2 - 2.9.0 + 2.9.3 - 1.1.11 + 3.0.13 diff --git a/sourcecodes/FSV.ViewModel/FSV.ViewModel.csproj b/sourcecodes/FSV.ViewModel/FSV.ViewModel.csproj index 937be30..32f6fd6 100644 --- a/sourcecodes/FSV.ViewModel/FSV.ViewModel.csproj +++ b/sourcecodes/FSV.ViewModel/FSV.ViewModel.csproj @@ -53,7 +53,7 @@ - 8.1.97 + 9.0.537 \ No newline at end of file diff --git a/sourcecodes/FolderSecurityViewer.UnitTest/FolderSecurityViewer.UnitTest.csproj b/sourcecodes/FolderSecurityViewer.UnitTest/FolderSecurityViewer.UnitTest.csproj index fa7d661..dd97968 100644 --- a/sourcecodes/FolderSecurityViewer.UnitTest/FolderSecurityViewer.UnitTest.csproj +++ b/sourcecodes/FolderSecurityViewer.UnitTest/FolderSecurityViewer.UnitTest.csproj @@ -15,17 +15,17 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all - 17.10.0 + 18.0.1 - 2.9.0 + 2.9.3 - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/sourcecodes/FolderSecurityViewer/FolderSecurityViewer.csproj b/sourcecodes/FolderSecurityViewer/FolderSecurityViewer.csproj index 772d1cc..f626a87 100644 --- a/sourcecodes/FolderSecurityViewer/FolderSecurityViewer.csproj +++ b/sourcecodes/FolderSecurityViewer/FolderSecurityViewer.csproj @@ -69,25 +69,25 @@ - 1.1.122 + 1.1.135 - 8.0.0 + 9.0.2 - 6.0.0 + 7.0.0 6.0.0 - 1.0.118 + 2.0.2 - 21.0.26 + 22.0.16 - - + + From 721bb1b8fc1e7ff2ece2b0260ceb16d54ee0947d Mon Sep 17 00:00:00 2001 From: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com> Date: Tue, 11 Nov 2025 23:00:27 +0100 Subject: [PATCH 06/12] Disables caching in the .NET GitHub Actions workflow (attempts to fix lock file issue) --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 7081d12..424f786 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -20,7 +20,7 @@ jobs: uses: actions/setup-dotnet@v4 with: dotnet-version: 9.0.x - cache: true + # cache: true - name: Execute unit tests run: | From 2f9b925930b401bcda966ce0e91ac05a05efdbdb Mon Sep 17 00:00:00 2001 From: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com> Date: Tue, 11 Nov 2025 23:13:27 +0100 Subject: [PATCH 07/12] Updates the changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89a0e8f..a8d5858 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v2.9.0-beta.1] - 2025-11-11 + +### Changed + +- Changed the target framework to .NET 9.0 across all projects [#12](https://github.com/carstenschaefer/FolderSecurityViewer/pull/12) +- Updated GitHub Actions workflow to use .NET 9.0 [#12](https://github.com/carstenschaefer/FolderSecurityViewer/pull/12) +- Updated all NuGet packackages in the whole solution [#12](https://github.com/carstenschaefer/FolderSecurityViewer/pull/12) +- Updated test framework target from net8.0-windows to net9.0-windows [#12](https://github.com/carstenschaefer/FolderSecurityViewer/pull/12) + + ## [v2.8.1-beta.1] - 2024-08-24 ### Changed From bc1d6c6785a4a91eef66afcb2f5e51b56b2ce1dc Mon Sep 17 00:00:00 2001 From: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com> Date: Thu, 13 Nov 2025 01:21:04 +0100 Subject: [PATCH 08/12] Migrates unit tests from xUnit to MSTest framework and updates related assertions to fix conflicts. --- .../ConfigurationManagerTest.cs | 4 +- .../FSV.Configuration.csproj | 1 + sourcecodes/FSV.Crypto.UnitTest/SecureTest.cs | 28 +++--- ...Extensions.WindowConfiguration.Test.csproj | 18 +--- .../WindowConfigurationManagerTest.cs | 23 +++-- .../WindowExtensionsTest.cs | 7 +- .../ShareServersManagerTest.cs | 10 +- .../AdBrowserViewModelTest.cs | 95 ++++++++++--------- .../DomainViewModelTest.cs | 41 ++++---- .../FSV.ViewModel.UnitTest.csproj | 6 -- .../FolderTreeItemSelectorTest.cs | 22 +++-- .../FolderTreeItemViewModelTest.cs | 27 +++--- .../GroupMembersViewModelTest.cs | 14 +-- .../AdMembers/GroupMemberItemViewModel.cs | 6 +- sourcecodes/FolderSecurityViewer.sln | 6 +- 15 files changed, 156 insertions(+), 152 deletions(-) diff --git a/sourcecodes/FSV.Configuration.UnitTest/ConfigurationManagerTest.cs b/sourcecodes/FSV.Configuration.UnitTest/ConfigurationManagerTest.cs index 4117c73..3397120 100644 --- a/sourcecodes/FSV.Configuration.UnitTest/ConfigurationManagerTest.cs +++ b/sourcecodes/FSV.Configuration.UnitTest/ConfigurationManagerTest.cs @@ -1,5 +1,5 @@ // FolderSecurityViewer is an easy-to-use NTFS permissions tool that helps you effectively trace down all security owners of your data. -// Copyright (C) 2015 - 2024 Carsten Schäfer, Matthias Friedrich, and Ritesh Gite +// Copyright (C) 2015 - 2024 Carsten Schäfer, Matthias Friedrich, and Ritesh Gite // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as @@ -55,7 +55,7 @@ void Act() } // Assert - Assert.ThrowsException(Act); + Assert.Throws(Act); } } } \ No newline at end of file diff --git a/sourcecodes/FSV.Configuration/FSV.Configuration.csproj b/sourcecodes/FSV.Configuration/FSV.Configuration.csproj index 9967112..c9dd4ad 100644 --- a/sourcecodes/FSV.Configuration/FSV.Configuration.csproj +++ b/sourcecodes/FSV.Configuration/FSV.Configuration.csproj @@ -36,6 +36,7 @@ + 2.0.2 diff --git a/sourcecodes/FSV.Crypto.UnitTest/SecureTest.cs b/sourcecodes/FSV.Crypto.UnitTest/SecureTest.cs index 30636b0..0533e27 100644 --- a/sourcecodes/FSV.Crypto.UnitTest/SecureTest.cs +++ b/sourcecodes/FSV.Crypto.UnitTest/SecureTest.cs @@ -1,5 +1,5 @@ // FolderSecurityViewer is an easy-to-use NTFS permissions tool that helps you effectively trace down all security owners of your data. -// Copyright (C) 2015 - 2024 Carsten Schäfer, Matthias Friedrich, and Ritesh Gite +// Copyright (C) 2015 - 2024 Carsten Schäfer, Matthias Friedrich, and Ritesh Gite // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as @@ -26,7 +26,7 @@ namespace FSV.Crypto.UnitTest [TestClass] public class SecureTest { - private const string password = "Abc#123"; + private const string Password = "Abc#123"; [TestMethod] public void Secure_EncryptFromSecureString_Empty_test() @@ -42,18 +42,18 @@ public void Secure_EncryptFromSecureString_Empty_test() public void Secure_EncryptFromSecureString_Entropy_test() { ISecure secure = new Secure(); - SecureString secureString = this.GetSecureString(password); + SecureString secureString = this.GetSecureString(Password); string encrypted = secure.EncryptFromSecureString(secureString); Assert.IsNotNull(encrypted); - Assert.IsFalse(password.Equals(encrypted)); + Assert.IsFalse(Password.Equals(encrypted)); } [TestMethod] public void Secure_EncryptFromSecureString_NoEntropy_test() { ISecure secure = new Secure(); - SecureString secureString = this.GetSecureString(password); + SecureString secureString = this.GetSecureString(Password); string encryptedWithEntropy = secure.EncryptFromSecureString(secureString); string encryptedWithoutEntropy = secure.EncryptFromSecureString(secureString, false); @@ -79,10 +79,10 @@ public void Secure_DecryptToSecureString_Entropy_test() { ISecure secure = new Secure(); - string encrypted = secure.EncryptFromSecureString(this.GetSecureString(password)); + string encrypted = secure.EncryptFromSecureString(this.GetSecureString(Password)); SecureString decrypted = secure.DecryptToSecureString(encrypted); - Assert.AreEqual(password.Length, decrypted.Length); + Assert.AreEqual(Password.Length, decrypted.Length); } [TestMethod] @@ -90,10 +90,10 @@ public void Secure_DecryptToSecureString_NoEntropy_test() { ISecure secure = new Secure(); - string encrypted = secure.EncryptFromSecureString(this.GetSecureString(password), false); + string encrypted = secure.EncryptFromSecureString(this.GetSecureString(Password), false); SecureString decrypted = secure.DecryptToSecureString(encrypted, false); - Assert.AreEqual(password.Length, decrypted.Length); + Assert.AreEqual(Password.Length, decrypted.Length); } [TestMethod] @@ -101,9 +101,9 @@ public void Secure_DecryptToSecureString_different_entropies_encrypt_false_decry { ISecure secure = new Secure(); - string encrypted = secure.EncryptFromSecureString(this.GetSecureString(password), false); + string encrypted = secure.EncryptFromSecureString(this.GetSecureString(Password), false); - Assert.ThrowsException(() => secure.DecryptToSecureString(encrypted)); + Assert.Throws(() => secure.DecryptToSecureString(encrypted)); } [TestMethod] @@ -111,16 +111,16 @@ public void Secure_DecryptToSecureString_different_entropies_encrypt_true_decryp { ISecure secure = new Secure(); - string encrypted = secure.EncryptFromSecureString(this.GetSecureString(password)); + string encrypted = secure.EncryptFromSecureString(this.GetSecureString(Password)); - Assert.ThrowsException(() => secure.DecryptToSecureString(encrypted, false)); + Assert.Throws(() => secure.DecryptToSecureString(encrypted, false)); } [TestMethod] public void Secure_GetBytes_test() { ISecure secure = new Secure(); - using SecureString secureString = this.GetSecureString(password); + using SecureString secureString = this.GetSecureString(Password); IEnumerable bytes = secure.GetBytes(secureString); diff --git a/sourcecodes/FSV.Extensions.WindowConfiguration.Test/FSV.Extensions.WindowConfiguration.Test.csproj b/sourcecodes/FSV.Extensions.WindowConfiguration.Test/FSV.Extensions.WindowConfiguration.Test.csproj index 81c4bdf..8ef129d 100644 --- a/sourcecodes/FSV.Extensions.WindowConfiguration.Test/FSV.Extensions.WindowConfiguration.Test.csproj +++ b/sourcecodes/FSV.Extensions.WindowConfiguration.Test/FSV.Extensions.WindowConfiguration.Test.csproj @@ -8,19 +8,6 @@ - - 4.0.2 - - - 4.0.2 - - - 2.9.3 - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - runtime; build; native; contentfiles; analyzers; buildtransitive all @@ -34,9 +21,8 @@ 22.0.16 - - 3.0.13 - + + diff --git a/sourcecodes/FSV.Extensions.WindowConfiguration.Test/WindowConfigurationManagerTest.cs b/sourcecodes/FSV.Extensions.WindowConfiguration.Test/WindowConfigurationManagerTest.cs index 3f730de..04043d6 100644 --- a/sourcecodes/FSV.Extensions.WindowConfiguration.Test/WindowConfigurationManagerTest.cs +++ b/sourcecodes/FSV.Extensions.WindowConfiguration.Test/WindowConfigurationManagerTest.cs @@ -1,5 +1,5 @@ // FolderSecurityViewer is an easy-to-use NTFS permissions tool that helps you effectively trace down all security owners of your data. -// Copyright (C) 2015 - 2024 Carsten Schäfer, Matthias Friedrich, and Ritesh Gite +// Copyright (C) 2015 - 2024 Carsten Schäfer, Matthias Friedrich, and Ritesh Gite // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as @@ -16,17 +16,24 @@ namespace FSV.Extensions.WindowConfiguration.Test { - using System.IO; - using System.IO.Abstractions; - using System.IO.Abstractions.TestingHelpers; using Abstractions; + using Configuration.Abstractions; + using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging.Abstractions; + using Moq; + using Serialization.Abstractions; + + using System.IO; + using System.IO.Abstractions; + using System.IO.Abstractions.TestingHelpers; + using System.Threading.Tasks; + using Xunit; - + public class WindowConfigurationManagerTest { [Fact] @@ -134,7 +141,7 @@ void Act() } [Fact] - public void WindowConfigurationManager_SaveAsync_Test() + public async Task WindowConfigurationManager_SaveAsync_Test() { // Arrange const WindowState windowState = WindowState.Maximized; @@ -142,7 +149,7 @@ public void WindowConfigurationManager_SaveAsync_Test() var settings = new Settings(expectedPosition); IMockFileDataAccessor mockFileDataAccessor = new MockFileSystem(); - using var stream = new MockFileStream(mockFileDataAccessor, "Window.json", FileMode.OpenOrCreate, FileAccess.ReadWrite); + await using var stream = new MockFileStream(mockFileDataAccessor, "Window.json", FileMode.OpenOrCreate, FileAccess.ReadWrite); var serializerMock = new Mock(); serializerMock.Setup(wrapper => wrapper.SerializeAsync(stream, settings)).Verifiable(); @@ -168,7 +175,7 @@ ISerializationWrapper SerializerFactory(SerializerType type) // Act sut.SetPosition(expectedPosition); - sut.SaveAsync(); + await sut.SaveAsync(); // Assert fileMock.Verify(file => file.Open(It.IsAny(), FileMode.OpenOrCreate), Times.Once); diff --git a/sourcecodes/FSV.Extensions.WindowConfiguration.Test/WindowExtensionsTest.cs b/sourcecodes/FSV.Extensions.WindowConfiguration.Test/WindowExtensionsTest.cs index 96ebbdd..99356e9 100644 --- a/sourcecodes/FSV.Extensions.WindowConfiguration.Test/WindowExtensionsTest.cs +++ b/sourcecodes/FSV.Extensions.WindowConfiguration.Test/WindowExtensionsTest.cs @@ -1,5 +1,5 @@ // FolderSecurityViewer is an easy-to-use NTFS permissions tool that helps you effectively trace down all security owners of your data. -// Copyright (C) 2015 - 2024 Carsten Schäfer, Matthias Friedrich, and Ritesh Gite +// Copyright (C) 2015 - 2024 Carsten Schäfer, Matthias Friedrich, and Ritesh Gite // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as @@ -16,9 +16,12 @@ namespace FSV.Extensions.WindowConfiguration.Test { - using System.Windows; using Abstractions; + + using System.Windows; + using Xunit; + using WindowState = System.Windows.WindowState; /// diff --git a/sourcecodes/FSV.ShareServices.UnitTest/ShareServersManagerTest.cs b/sourcecodes/FSV.ShareServices.UnitTest/ShareServersManagerTest.cs index 919017e..cf684be 100644 --- a/sourcecodes/FSV.ShareServices.UnitTest/ShareServersManagerTest.cs +++ b/sourcecodes/FSV.ShareServices.UnitTest/ShareServersManagerTest.cs @@ -1,5 +1,5 @@ // FolderSecurityViewer is an easy-to-use NTFS permissions tool that helps you effectively trace down all security owners of your data. -// Copyright (C) 2015 - 2024 Carsten Schäfer, Matthias Friedrich, and Ritesh Gite +// Copyright (C) 2015 - 2024 Carsten Schäfer, Matthias Friedrich, and Ritesh Gite // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as @@ -38,7 +38,7 @@ public async Task ServerExists_False_test() await manager.GetServerListAsync(); bool result = manager.ServerExists("MyServer"); - Assert.AreEqual(false, result); + Assert.IsFalse(result); } [TestMethod] @@ -51,7 +51,7 @@ public async Task ServerExists_True_test() await manager.GetServerListAsync(); bool result = manager.ServerExists("WinServers"); - Assert.AreEqual(true, result); + Assert.IsTrue(result); } [TestMethod] @@ -67,7 +67,7 @@ public async Task CreateServer_test() Assert.AreEqual(ServerState.NotScanned, serverItem.State); Assert.AreEqual(serverName, serverItem.Name); - Assert.AreEqual(0, serverItem.Shares.Count); + Assert.IsEmpty(serverItem.Shares); } [TestMethod] @@ -85,7 +85,7 @@ public async Task CreateShare_test() ServerItem serverItem = manager.CreateServer(serverName); ShareItem shareItem = manager.CreateShare(serverItem, shareName, sharePath); - Assert.AreEqual(1, serverItem.Shares.Count); + Assert.HasCount(1, serverItem.Shares); Assert.AreEqual(shareName, shareItem.Name); Assert.AreEqual(sharePath, shareItem.Path); } diff --git a/sourcecodes/FSV.ViewModel.UnitTest/AdBrowserViewModelTest.cs b/sourcecodes/FSV.ViewModel.UnitTest/AdBrowserViewModelTest.cs index fb20c23..5d99ff0 100644 --- a/sourcecodes/FSV.ViewModel.UnitTest/AdBrowserViewModelTest.cs +++ b/sourcecodes/FSV.ViewModel.UnitTest/AdBrowserViewModelTest.cs @@ -1,4 +1,4 @@ -// FolderSecurityViewer is an easy-to-use NTFS permissions tool that helps you effectively trace down all security owners of your data. +// FolderSecurityViewer is an easy-to-use NTFS permissions tool that helps you effectively trace down all security owners of your data. // Copyright (C) 2015 - 2024 Carsten Schäfer, Matthias Friedrich, and Ritesh Gite // // This program is free software: you can redistribute it and/or modify @@ -26,13 +26,14 @@ namespace FSV.ViewModel.UnitTest using AdServices.EnumOU; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; + using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using Prism.Events; - using Xunit; + [TestClass] public class AdBrowserViewModelTest { - [Fact] + [TestMethod] public async Task AdBrowserViewModel_SearchPrincipals_no_result_test() { const string principalName = "user_1202"; @@ -49,13 +50,13 @@ public async Task AdBrowserViewModel_SearchPrincipals_no_result_test() await sut.SearchPrincipalCommand.ExecuteAsync(null); // Assert - Assert.Equal(principalName, sut.PrincipalName); - Assert.Empty(sut.UserPrincipals); - Assert.False(sut.ShowUserList); - Assert.False(sut.CanReport); + Assert.AreEqual(principalName, sut.PrincipalName); + Assert.IsEmpty(sut.UserPrincipals); + Assert.IsFalse(sut.ShowUserList); + Assert.IsFalse(sut.CanReport); } - [Fact] + [TestMethod] public async Task AdBrowserViewModel_SearchPrincipals_single_result_test() { const string principalName = "user_1202"; @@ -72,24 +73,23 @@ public async Task AdBrowserViewModel_SearchPrincipals_single_result_test() await sut.SearchPrincipalCommand.ExecuteAsync(null); // Assert - Assert.Equal(principalName, sut.PrincipalName); - Assert.False(sut.ShowUserList); - Assert.True(sut.CanReport); + Assert.AreEqual(principalName, sut.PrincipalName); + Assert.IsFalse(sut.ShowUserList); + Assert.IsTrue(sut.CanReport); - Assert.Collection(sut.UserPrincipals, - item => + foreach (AdTreeViewModel item in sut.UserPrincipals) + { + if (item is null) { - if (item is null) - { - throw new ArgumentNullException(nameof(item)); - } - - Assert.Equal(principalName, item.SamAccountName); - Assert.Equal(TreeViewNodeType.User, item.Type); - }); + throw new ArgumentNullException(nameof(item)); + } + + Assert.AreEqual(principalName, item.SamAccountName); + Assert.AreEqual(TreeViewNodeType.User, item.Type); + } } - [Fact] + [TestMethod] public async Task AdBrowserViewModel_SearchPrincipals_collection_result_test() { const string principalName = "*12*"; @@ -106,31 +106,30 @@ public async Task AdBrowserViewModel_SearchPrincipals_collection_result_test() await sut.SearchPrincipalCommand.ExecuteAsync(null); // Assert - Assert.True(sut.ShowUserList); - Assert.Collection(sut.UserPrincipals, - item => + Assert.IsTrue(sut.ShowUserList); + foreach (AdTreeViewModel item in sut.UserPrincipals) + { + if (item is null) { - if (item is null) - { - throw new ArgumentNullException(nameof(item)); - } - - Assert.Equal("user_display", item.DistinguishedName); - Assert.Equal(TreeViewNodeType.User, item.Type); - }, - item => + throw new ArgumentNullException(nameof(item)); + } + + switch (item.Type) { - if (item is null) - { - throw new ArgumentNullException(nameof(item)); - } - - Assert.Equal("group_display", item.DistinguishedName); - Assert.Equal(TreeViewNodeType.Group, item.Type); - }); + case TreeViewNodeType.User: + Assert.AreEqual("user_display", item.DistinguishedName); + break; + case TreeViewNodeType.Group: + Assert.AreEqual("group_display", item.DistinguishedName); + break; + default: + Assert.Fail("unexpected item type"); + break; + } + } } - [Fact] + [TestMethod] public async Task AdBrowserViewModel_selection_test() { const string principalName = "user1203"; @@ -154,9 +153,13 @@ public async Task AdBrowserViewModel_selection_test() IPrincipalViewModel selectedItem = GetSelectedPrincipal(sut.Principals); // Assert - Assert.Collection(sut.Principals, item => Assert.Equal("the_domain.test", item.DisplayName)); - Assert.NotNull(selectedItem); - Assert.Equal(principalName, selectedItem.SamAccountName); + foreach (IPrincipalViewModel item in sut.Principals) + { + Assert.AreEqual("the_domain.test", item.DisplayName); + } + + Assert.IsNotNull(selectedItem); + Assert.AreEqual(principalName, selectedItem.SamAccountName); } private IServiceProvider ConfigureAllServices(Mock mockAdBrowserService) diff --git a/sourcecodes/FSV.ViewModel.UnitTest/DomainViewModelTest.cs b/sourcecodes/FSV.ViewModel.UnitTest/DomainViewModelTest.cs index 6f88e6c..0c7b772 100644 --- a/sourcecodes/FSV.ViewModel.UnitTest/DomainViewModelTest.cs +++ b/sourcecodes/FSV.ViewModel.UnitTest/DomainViewModelTest.cs @@ -1,4 +1,4 @@ -// FolderSecurityViewer is an easy-to-use NTFS permissions tool that helps you effectively trace down all security owners of your data. +// FolderSecurityViewer is an easy-to-use NTFS permissions tool that helps you effectively trace down all security owners of your data. // Copyright (C) 2015 - 2024 Carsten Schäfer, Matthias Friedrich, and Ritesh Gite // // This program is free software: you can redistribute it and/or modify @@ -17,6 +17,7 @@ namespace FSV.ViewModel.UnitTest { using System; + using System.Collections; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; @@ -25,12 +26,13 @@ namespace FSV.ViewModel.UnitTest using AdServices.EnumOU; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; + using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; - using Xunit; + [TestClass] public class DomainViewModelTest { - [Fact] + [TestMethod] public async Task DomainViewModel_Initialize_for_computers_test() { const string domainName = "test.local"; @@ -45,18 +47,18 @@ public async Task DomainViewModel_Initialize_for_computers_test() await sut.InitializeAsync(); // Assert - Assert.NotNull(sut.Items); - Assert.Null(sut.Parent); + Assert.IsNotNull(sut.Items); + Assert.IsNull(sut.Parent); - Assert.All(sut.Items, - item => - { - Assert.IsType(item); - Assert.NotNull(item.Parent); - }); + ICollection list = sut.Items.ToList(); + CollectionAssert.AllItemsAreInstancesOfType(list, typeof(ComputerPrincipalViewModel)); + foreach (IPrincipalViewModel item in sut.Items) + { + Assert.IsNotNull(item.Parent); + } } - [Fact] + [TestMethod] public async Task DomainViewModel_Initialize_for_principals_test() { const string domainName = "test.local"; @@ -71,15 +73,14 @@ public async Task DomainViewModel_Initialize_for_principals_test() await sut.InitializeAsync(); // Assert - Assert.NotNull(sut.Items); - Assert.Null(sut.Parent); + Assert.IsNotNull(sut.Items); + Assert.IsNull(sut.Parent); - Assert.All(sut.Items, - item => - { - Assert.IsType(item); - Assert.NotNull(item.Parent); - }); + CollectionAssert.AllItemsAreInstancesOfType(sut.Items.ToList(), typeof(PrincipalViewModel)); + foreach (IPrincipalViewModel item in sut.Items) + { + Assert.IsNotNull(item.Parent); + } } private IServiceProvider ConfigureAllServices(IAdBrowserService adBrowserService) diff --git a/sourcecodes/FSV.ViewModel.UnitTest/FSV.ViewModel.UnitTest.csproj b/sourcecodes/FSV.ViewModel.UnitTest/FSV.ViewModel.UnitTest.csproj index bf27380..ca0797e 100644 --- a/sourcecodes/FSV.ViewModel.UnitTest/FSV.ViewModel.UnitTest.csproj +++ b/sourcecodes/FSV.ViewModel.UnitTest/FSV.ViewModel.UnitTest.csproj @@ -29,12 +29,6 @@ 4.0.2 - - 2.9.3 - - - 3.0.13 - diff --git a/sourcecodes/FSV.ViewModel.UnitTest/FolderTreeItemSelectorTest.cs b/sourcecodes/FSV.ViewModel.UnitTest/FolderTreeItemSelectorTest.cs index 0b33790..6d41eef 100644 --- a/sourcecodes/FSV.ViewModel.UnitTest/FolderTreeItemSelectorTest.cs +++ b/sourcecodes/FSV.ViewModel.UnitTest/FolderTreeItemSelectorTest.cs @@ -1,5 +1,5 @@ // FolderSecurityViewer is an easy-to-use NTFS permissions tool that helps you effectively trace down all security owners of your data. -// Copyright (C) 2015 - 2024 Carsten Schäfer, Matthias Friedrich, and Ritesh Gite +// Copyright (C) 2015 - 2024 Carsten Schäfer, Matthias Friedrich, and Ritesh Gite // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as @@ -25,12 +25,13 @@ namespace FSV.ViewModel.UnitTest using Abstractions; using Home; using Microsoft.Extensions.DependencyInjection; + using Microsoft.VisualStudio.TestTools.UnitTesting; using Newtonsoft.Json; - using Xunit; + [TestClass] public class FolderTreeItemSelectorTest { - [Fact] + [TestMethod] public async Task FolderTreeItemSelector_GetNextAsync_returns_expected_folder_test() { // Arrange @@ -56,10 +57,15 @@ public async Task FolderTreeItemSelector_GetNextAsync_returns_expected_folder_te actualFolders.Add(resultFolder?.Path); } - Assert.Equal(expectedFolders, actualFolders, StringComparer.OrdinalIgnoreCase); + for (var i = 0; i < expectedFolders.Length && i < actualFolders.Count; i++) + { + string expectedFolder = expectedFolders[i]; + string actualFolder = actualFolders[i]; + Assert.AreEqual(0, StringComparer.OrdinalIgnoreCase.Compare(expectedFolder, actualFolder)); + } } - [Fact] + [TestMethod] public async Task FolderTreeItemSelector_GetNextAsync_null_is_returned_from_folderFactory_test() { // Arrange @@ -71,10 +77,10 @@ public async Task FolderTreeItemSelector_GetNextAsync_null_is_returned_from_fold // Act FolderTreeItemViewModel result = await sut.GetNextAsync("s", selectedFolder); - Assert.Equal(selectedFolder, result); + Assert.AreEqual(selectedFolder, result); } - [Fact] + [TestMethod] public async Task FolderTreeItemSelector_GetNextAsync_null_is_returned_when_key_not_found_test() { // Arrange @@ -86,7 +92,7 @@ public async Task FolderTreeItemSelector_GetNextAsync_null_is_returned_when_key_ // Act FolderTreeItemViewModel result = await sut.GetNextAsync("master", selectedFolder); - Assert.Null(result); + Assert.IsNull(result); } private IFolderTreeItemSelector GetFolderTreeItemSelector(IEnumerable folders) diff --git a/sourcecodes/FSV.ViewModel.UnitTest/FolderTreeItemViewModelTest.cs b/sourcecodes/FSV.ViewModel.UnitTest/FolderTreeItemViewModelTest.cs index c021a75..f7553e8 100644 --- a/sourcecodes/FSV.ViewModel.UnitTest/FolderTreeItemViewModelTest.cs +++ b/sourcecodes/FSV.ViewModel.UnitTest/FolderTreeItemViewModelTest.cs @@ -1,4 +1,4 @@ -// FolderSecurityViewer is an easy-to-use NTFS permissions tool that helps you effectively trace down all security owners of your data. +// FolderSecurityViewer is an easy-to-use NTFS permissions tool that helps you effectively trace down all security owners of your data. // Copyright (C) 2015 - 2024 Carsten Schäfer, Matthias Friedrich, and Ritesh Gite // // This program is free software: you can redistribute it and/or modify @@ -20,15 +20,16 @@ namespace FSV.ViewModel.UnitTest using FolderTree; using Home; using JetBrains.Annotations; - using Xunit; + using Microsoft.VisualStudio.TestTools.UnitTesting; + [TestClass] public class FolderTreeItemViewModelTest { - [Fact] + [TestMethod] public void FolderTreeItemViewModel_null_equality_test() { // Arrange - FolderModel model = this.GetFolerModel("Folder", @"path\to\some\folder"); + FolderModel model = this.GetFolderModel("Folder", @"path\to\some\folder"); var sut = new FolderTreeItemViewModel(model); @@ -36,14 +37,14 @@ public void FolderTreeItemViewModel_null_equality_test() bool result = sut.Equals(null); // Assert - Assert.False(result); + Assert.IsFalse(result); } - [Fact] + [TestMethod] public void FolderTreeItemViewModel_same_reference_equality_test() { // Arrange - FolderModel model = this.GetFolerModel("Folder", @"path\to\some\folder"); + FolderModel model = this.GetFolderModel("Folder", @"path\to\some\folder"); var sut = new FolderTreeItemViewModel(model); FolderTreeItemViewModel reference = sut; @@ -52,15 +53,15 @@ public void FolderTreeItemViewModel_same_reference_equality_test() bool result = sut.Equals(reference); // Assert - Assert.True(result); + Assert.IsTrue(result); } - [Fact] + [TestMethod] public void FolderTreeItemViewModel_path_equality_test() { // Arrange - FolderModel modelOne = this.GetFolerModel("Folder", @"path\to\some\folder"); - FolderModel modelTwo = this.GetFolerModel("Folder", @"path\to\some\folder"); + FolderModel modelOne = this.GetFolderModel("Folder", @"path\to\some\folder"); + FolderModel modelTwo = this.GetFolderModel("Folder", @"path\to\some\folder"); var sut = new FolderTreeItemViewModel(modelOne); var other = new FolderTreeItemViewModel(modelTwo); @@ -69,10 +70,10 @@ public void FolderTreeItemViewModel_path_equality_test() bool result = sut.Equals(other); // Assert - Assert.True(result); + Assert.IsTrue(result); } - private FolderModel GetFolerModel([NotNull] string name, [NotNull] string path) + private FolderModel GetFolderModel([NotNull] string name, [NotNull] string path) { if (string.IsNullOrWhiteSpace(name)) { diff --git a/sourcecodes/FSV.ViewModel.UnitTest/GroupMembersViewModelTest.cs b/sourcecodes/FSV.ViewModel.UnitTest/GroupMembersViewModelTest.cs index 73f53fa..9ce765a 100644 --- a/sourcecodes/FSV.ViewModel.UnitTest/GroupMembersViewModelTest.cs +++ b/sourcecodes/FSV.ViewModel.UnitTest/GroupMembersViewModelTest.cs @@ -1,5 +1,5 @@ // FolderSecurityViewer is an easy-to-use NTFS permissions tool that helps you effectively trace down all security owners of your data. -// Copyright (C) 2015 - 2024 Carsten Schäfer, Matthias Friedrich, and Ritesh Gite +// Copyright (C) 2015 - 2024 Carsten Schäfer, Matthias Friedrich, and Ritesh Gite // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as @@ -45,12 +45,12 @@ public async Task GroupMembersViewModel_list_test() await sut.InitializeAsync(); - Assert.AreEqual(sut.GroupMembers.Count, 2); - Assert.AreEqual(sut.GroupMembers.First().AccountName, "User One"); - Assert.AreEqual(sut.GroupMembers.First().IsGroup, false); + Assert.HasCount(2, sut.GroupMembers); + Assert.AreEqual("User One", sut.GroupMembers.First().AccountName); + Assert.IsFalse(sut.GroupMembers.First().IsGroup); - Assert.AreEqual(sut.GroupMembers.Last().AccountName, "Group Two"); - Assert.AreEqual(sut.GroupMembers.Last().IsGroup, true); + Assert.AreEqual("Group Two", sut.GroupMembers.Last().AccountName); + Assert.IsTrue(sut.GroupMembers.Last().IsGroup); } [TestMethod] @@ -68,7 +68,7 @@ public async Task GroupMembersViewModel_export_table_generator_test() DataTable exportTable = sut.GetGroupMembersDataTable(vm); Assert.IsNotNull(exportTable); - Assert.AreEqual(vm.GroupMembers.Count, exportTable.Rows.Count); + Assert.HasCount(vm.GroupMembers.Count, exportTable.Rows); } private IServiceProvider ConfigureAllServices(ServiceCollection services) diff --git a/sourcecodes/FSV.ViewModel/AdMembers/GroupMemberItemViewModel.cs b/sourcecodes/FSV.ViewModel/AdMembers/GroupMemberItemViewModel.cs index 68fe27d..52d35a0 100644 --- a/sourcecodes/FSV.ViewModel/AdMembers/GroupMemberItemViewModel.cs +++ b/sourcecodes/FSV.ViewModel/AdMembers/GroupMemberItemViewModel.cs @@ -1,5 +1,5 @@ // FolderSecurityViewer is an easy-to-use NTFS permissions tool that helps you effectively trace down all security owners of your data. -// Copyright (C) 2015 - 2024 Carsten Schäfer, Matthias Friedrich, and Ritesh Gite +// Copyright (C) 2015 - 2024 Carsten Schäfer, Matthias Friedrich, and Ritesh Gite // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as @@ -32,7 +32,9 @@ public GroupMemberItemViewModel(AdGroupMember member) this.AccountName = member.SamAccountName; this.AccountType = member.IsGroup ? GroupMemberResource.GroupText : GroupMemberResource.UserText; - this.OU = string.Join("/", member.Ou.Split('/').Reverse()); + string[] strings = member.Ou.Split('/'); + strings.Reverse(); + this.OU = string.Join("/", strings); this.Domain = member.DomainName; this.DisplayName = member.DisplayName; this.IsGroup = member.IsGroup; diff --git a/sourcecodes/FolderSecurityViewer.sln b/sourcecodes/FolderSecurityViewer.sln index cf283d1..d28be3b 100644 --- a/sourcecodes/FolderSecurityViewer.sln +++ b/sourcecodes/FolderSecurityViewer.sln @@ -1,6 +1,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.10.35027.167 +# Visual Studio Version 18 +VisualStudioVersion = 18.0.11205.157 d18.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FSV.FolderTree", "FSV.FolderTree\FSV.FolderTree.csproj", "{FD1D8BAE-014C-4941-BA49-33182955689C}" EndProject @@ -306,7 +306,7 @@ Global {546EB7C8-691A-4D3F-844D-B92486C3CF7A} = {0E252AB3-1E8E-4FE2-82FC-C207CA1B5970} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution - VisualSVNWorkingCopyRoot = . SolutionGuid = {CD022600-DA06-4B78-B1B4-7B3B1F02C19B} + VisualSVNWorkingCopyRoot = . EndGlobalSection EndGlobal From ff2fc64ba484dbf44680a68b12d4bf7086b1bfcc Mon Sep 17 00:00:00 2001 From: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com> Date: Thu, 13 Nov 2025 01:38:47 +0100 Subject: [PATCH 09/12] Refactors unit test assertions for consistency across projects. --- .../ActiveDirectoryLdapUtilityTest.cs | 6 ++-- .../DirectorySizeTest.cs | 7 ++-- .../FindFileEnumeratorTest.cs | 11 +++--- .../GroupPermissionsViewModelTest.cs | 6 ++-- .../PermissionsViewModelTest.cs | 4 +-- .../PrincipalMembershipViewModelTest.cs | 10 +++--- .../SharedServerViewModelTest.cs | 34 +++++++++---------- .../TemplateContainerViewModelTest.cs | 8 ++--- 8 files changed, 43 insertions(+), 43 deletions(-) diff --git a/sourcecodes/FSV.AdServices.UnitTest/ActiveDirectoryLdapUtilityTest.cs b/sourcecodes/FSV.AdServices.UnitTest/ActiveDirectoryLdapUtilityTest.cs index 08abd7a..a5c1e15 100644 --- a/sourcecodes/FSV.AdServices.UnitTest/ActiveDirectoryLdapUtilityTest.cs +++ b/sourcecodes/FSV.AdServices.UnitTest/ActiveDirectoryLdapUtilityTest.cs @@ -1,4 +1,4 @@ -// FolderSecurityViewer is an easy-to-use NTFS permissions tool that helps you effectively trace down all security owners of your data. +// FolderSecurityViewer is an easy-to-use NTFS permissions tool that helps you effectively trace down all security owners of your data. // Copyright (C) 2015 - 2024 Carsten Schäfer, Matthias Friedrich, and Ritesh Gite // // This program is free software: you can redistribute it and/or modify @@ -32,8 +32,8 @@ public void ActiveDirectoryLdapUtility_GetDnElementListFromLdapPath_Test() // Assert Assert.IsNotNull(actual); - Assert.AreEqual(3, actual.Length); - Assert.AreEqual(actual[0], "DN=Users"); + Assert.HasCount(3, actual); + Assert.AreEqual("DN=Users", actual[0]); } } } \ No newline at end of file diff --git a/sourcecodes/FSV.FileSystem.Interop.UnitTest/DirectorySizeTest.cs b/sourcecodes/FSV.FileSystem.Interop.UnitTest/DirectorySizeTest.cs index 46a9df2..039b06d 100644 --- a/sourcecodes/FSV.FileSystem.Interop.UnitTest/DirectorySizeTest.cs +++ b/sourcecodes/FSV.FileSystem.Interop.UnitTest/DirectorySizeTest.cs @@ -1,5 +1,5 @@ // FolderSecurityViewer is an easy-to-use NTFS permissions tool that helps you effectively trace down all security owners of your data. -// Copyright (C) 2015 - 2024 Carsten Schäfer, Matthias Friedrich, and Ritesh Gite +// Copyright (C) 2015 - 2024 Carsten Schäfer, Matthias Friedrich, and Ritesh Gite // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as @@ -43,9 +43,8 @@ public void DirectorySize_Get_Test() FolderSizeInfo actual = sut.AggregateSizeInfo(directoryPath, includeSubtrees, includeHiddenFolders); // Assert - Assert.IsNotNull(actual); - Assert.IsTrue(actual.Size > 0); - Assert.IsTrue(actual.FileCount > 0); + Assert.IsGreaterThan(0, actual.Size); + Assert.IsGreaterThan(0, actual.FileCount); } } } \ No newline at end of file diff --git a/sourcecodes/FSV.FileSystem.Interop.UnitTest/FindFileEnumeratorTest.cs b/sourcecodes/FSV.FileSystem.Interop.UnitTest/FindFileEnumeratorTest.cs index 1dd58c5..8668ba9 100644 --- a/sourcecodes/FSV.FileSystem.Interop.UnitTest/FindFileEnumeratorTest.cs +++ b/sourcecodes/FSV.FileSystem.Interop.UnitTest/FindFileEnumeratorTest.cs @@ -1,4 +1,4 @@ -// FolderSecurityViewer is an easy-to-use NTFS permissions tool that helps you effectively trace down all security owners of your data. +// FolderSecurityViewer is an easy-to-use NTFS permissions tool that helps you effectively trace down all security owners of your data. // Copyright (C) 2015 - 2024 Carsten Schäfer, Matthias Friedrich, and Ritesh Gite // // This program is free software: you can redistribute it and/or modify @@ -37,7 +37,7 @@ public void FindFileEnumerator_ctor_Current_returns_default_Test() using var sut = new FindFileEnumerator(kernel32, kernel32FindFile, path); // Assert - Assert.AreEqual(sut.Current, default); + Assert.IsNull(sut.Current); } [TestMethod] @@ -57,7 +57,8 @@ public void FindFileEnumerator_MoveNext_Test() // Assert Assert.IsTrue(actual); - + Assert.IsNotNull(sut.Current); + Win32FindData current = sut.Current.GetWin32FindData(false); Assert.AreNotEqual(default, current); Assert.AreEqual(expected, current.cFileName); @@ -77,11 +78,11 @@ public void FindFileEnumerator_Reset_starts_over_Test() sut.MoveNext(); // Act - bool actual = sut.MoveNext(); + sut.MoveNext(); sut.Reset(); // Assert - Assert.AreEqual(sut.Current, default); + Assert.IsNull(sut.Current); } } } \ No newline at end of file diff --git a/sourcecodes/FSV.ViewModel.UnitTest/GroupPermissionsViewModelTest.cs b/sourcecodes/FSV.ViewModel.UnitTest/GroupPermissionsViewModelTest.cs index 36ad178..330db2b 100644 --- a/sourcecodes/FSV.ViewModel.UnitTest/GroupPermissionsViewModelTest.cs +++ b/sourcecodes/FSV.ViewModel.UnitTest/GroupPermissionsViewModelTest.cs @@ -1,4 +1,4 @@ -// FolderSecurityViewer is an easy-to-use NTFS permissions tool that helps you effectively trace down all security owners of your data. +// FolderSecurityViewer is an easy-to-use NTFS permissions tool that helps you effectively trace down all security owners of your data. // Copyright (C) 2015 - 2024 Carsten Schäfer, Matthias Friedrich, and Ritesh Gite // // This program is free software: you can redistribute it and/or modify @@ -49,7 +49,7 @@ public async Task GroupPermissionsViewModel_paged_permissions_test() // Assert Assert.AreSame(permissions, sut.AllPermissions); Assert.IsNotNull(sut.PagedPermissions); - Assert.AreEqual(20, sut.PagedPermissions.Rows.Count); + Assert.HasCount(20, sut.PagedPermissions.Rows); } private static DataTable GetMockDataTable() @@ -98,7 +98,7 @@ private static MemoryStream GetXmlResource() var bytes = new byte[stream.Length]; - stream.Read(bytes, 0, bytes.Length); + stream.ReadExactly(bytes, 0, bytes.Length); stream.Close(); var memoryStream = new MemoryStream(); diff --git a/sourcecodes/FSV.ViewModel.UnitTest/PermissionsViewModelTest.cs b/sourcecodes/FSV.ViewModel.UnitTest/PermissionsViewModelTest.cs index 3e17381..8b2124c 100644 --- a/sourcecodes/FSV.ViewModel.UnitTest/PermissionsViewModelTest.cs +++ b/sourcecodes/FSV.ViewModel.UnitTest/PermissionsViewModelTest.cs @@ -1,5 +1,5 @@ // FolderSecurityViewer is an easy-to-use NTFS permissions tool that helps you effectively trace down all security owners of your data. -// Copyright (C) 2015 - 2024 Carsten Schäfer, Matthias Friedrich, and Ritesh Gite +// Copyright (C) 2015 - 2024 Carsten Schäfer, Matthias Friedrich, and Ritesh Gite // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as @@ -96,7 +96,7 @@ public void PermissionsViewModel_export_table_generator_test() DataTable result = sut.GetPermissionsSortTable(vm); Assert.AreEqual(vm.AllPermissions.TableName, result.TableName); - Assert.AreEqual(vm.AllPermissions.Rows.Count, result.Rows.Count); + Assert.HasCount(vm.AllPermissions.Rows.Count, result.Rows); } private static PermissionsViewModel CreatePermissionsViewModel() diff --git a/sourcecodes/FSV.ViewModel.UnitTest/PrincipalMembershipViewModelTest.cs b/sourcecodes/FSV.ViewModel.UnitTest/PrincipalMembershipViewModelTest.cs index ce1590a..d4c1d1d 100644 --- a/sourcecodes/FSV.ViewModel.UnitTest/PrincipalMembershipViewModelTest.cs +++ b/sourcecodes/FSV.ViewModel.UnitTest/PrincipalMembershipViewModelTest.cs @@ -1,5 +1,5 @@ // FolderSecurityViewer is an easy-to-use NTFS permissions tool that helps you effectively trace down all security owners of your data. -// Copyright (C) 2015 - 2024 Carsten Schäfer, Matthias Friedrich, and Ritesh Gite +// Copyright (C) 2015 - 2024 Carsten Schäfer, Matthias Friedrich, and Ritesh Gite // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as @@ -45,9 +45,9 @@ public async Task PrincipalMembershipViewModel_list_test() await sut.InitializeAsync(); - Assert.AreEqual(sut.Groups.Count, 2); - Assert.AreEqual(sut.Groups.First().AccountName, "Finance"); - Assert.AreEqual(sut.Groups.First().IsGroup, true); + Assert.HasCount(2, sut.Groups); + Assert.AreEqual("Finance", sut.Groups.First().AccountName); + Assert.IsTrue(sut.Groups.First().IsGroup); } [TestMethod] @@ -65,7 +65,7 @@ public async Task PrincipalMembershipViewModel_export_table_generator_test() DataTable exportTable = sut.GetPrincipalMembershipDataTable(vm); Assert.IsNotNull(exportTable); - Assert.AreEqual(vm.Groups.Count, exportTable.Rows.Count); + Assert.HasCount(vm.Groups.Count, exportTable.Rows); } private IServiceProvider ConfigureAllServices(ServiceCollection services) diff --git a/sourcecodes/FSV.ViewModel.UnitTest/SharedServerViewModelTest.cs b/sourcecodes/FSV.ViewModel.UnitTest/SharedServerViewModelTest.cs index f6f12d5..c8d21da 100644 --- a/sourcecodes/FSV.ViewModel.UnitTest/SharedServerViewModelTest.cs +++ b/sourcecodes/FSV.ViewModel.UnitTest/SharedServerViewModelTest.cs @@ -1,5 +1,5 @@ // FolderSecurityViewer is an easy-to-use NTFS permissions tool that helps you effectively trace down all security owners of your data. -// Copyright (C) 2015 - 2024 Carsten Schäfer, Matthias Friedrich, and Ritesh Gite +// Copyright (C) 2015 - 2024 Carsten Schäfer, Matthias Friedrich, and Ritesh Gite // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as @@ -43,7 +43,7 @@ public void SharedServerViewModel_StartScan_test() sut.ListSharesCommand.Execute(null); - Assert.AreEqual(2, sut.Shares.Count); + Assert.HasCount(2, sut.Shares); } private ServerItem GetServer() @@ -91,7 +91,7 @@ private Mock GetMockShareScannerFactory() private Mock GetMockShareScanner() { - Share GetShare(string server, string name) + static Share GetShare(string name) { return new Share { @@ -104,7 +104,19 @@ Share GetShare(string server, string name) }; } - IList GetSharesOfServer(string server) + var mockShareScanner = new Mock(); + mockShareScanner.Setup(m => m.GetShare(It.IsAny(), It.IsAny())) + .Returns((string _, string name) => GetShare(name)); + + mockShareScanner.Setup(m => m.GetShareAsync(It.IsAny(), It.IsAny())) + .Returns((string _, string name) => Task.FromResult(GetShare(name))); + + mockShareScanner.Setup(m => m.GetSharesOfServerAsync(It.IsAny())) + .Returns((string _) => Task.FromResult(GetSharesOfServer())); + + return mockShareScanner; + + static IList GetSharesOfServer() { return new List { @@ -128,18 +140,6 @@ IList GetSharesOfServer(string server) } }; } - - var mockShareScanner = new Mock(); - mockShareScanner.Setup(m => m.GetShare(It.IsAny(), It.IsAny())) - .Returns((string server, string name) => GetShare(server, name)); - - mockShareScanner.Setup(m => m.GetShareAsync(It.IsAny(), It.IsAny())) - .Returns((string server, string name) => Task.FromResult(GetShare(server, name))); - - mockShareScanner.Setup(m => m.GetSharesOfServerAsync(It.IsAny())) - .Returns((string server) => Task.FromResult(GetSharesOfServer(server))); - - return mockShareScanner; } private Mock GetMockDispatcherService() @@ -164,7 +164,7 @@ private Mock GetShareServersManagerMock() mockShareServersManager .Setup(m => m.CreateShare(It.IsAny(), It.IsAny(), It.IsAny())) - .Returns((ServerItem server, string name, string path) => new ShareItem(name, path)); + .Returns((ServerItem _, string name, string path) => new ShareItem(name, path)); return mockShareServersManager; } diff --git a/sourcecodes/FSV.ViewModel.UnitTest/TemplateContainerViewModelTest.cs b/sourcecodes/FSV.ViewModel.UnitTest/TemplateContainerViewModelTest.cs index 1913a0a..8728601 100644 --- a/sourcecodes/FSV.ViewModel.UnitTest/TemplateContainerViewModelTest.cs +++ b/sourcecodes/FSV.ViewModel.UnitTest/TemplateContainerViewModelTest.cs @@ -1,5 +1,5 @@ // FolderSecurityViewer is an easy-to-use NTFS permissions tool that helps you effectively trace down all security owners of your data. -// Copyright (C) 2015 - 2024 Carsten Schäfer, Matthias Friedrich, and Ritesh Gite +// Copyright (C) 2015 - 2024 Carsten Schäfer, Matthias Friedrich, and Ritesh Gite // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as @@ -50,7 +50,7 @@ public async Task TemplateContainerViewModel_Add_test() _ = sut.ShowTemplateEditor(TemplateType.PermissionReport, "some/test/path"); - Assert.AreEqual(3, sut.Templates.Count); + Assert.HasCount(3, sut.Templates); Assert.AreEqual(TestTemplateName, sut.Templates.Last().Name); } @@ -68,7 +68,7 @@ public async Task TemplateContainerViewModel_Remove_test() sut.RemoveTemplateCommand.Execute(null); - Assert.AreEqual(1, sut.Templates.Count); + Assert.HasCount(1, sut.Templates); Assert.AreEqual("Three One", sut.Templates.First().Name); } @@ -119,7 +119,7 @@ private Mock GetMockTemplateFile() "; XDocument document = XDocument.Parse(xml); - List