Refactor and update test projects, remove obsolete tests, and upgrade dependencies

- Deleted obsolete test files for SchedulerAuditService and SchedulerMongoSessionFactory.
- Removed unused TestDataFactory class.
- Updated project files for Mongo.Tests to remove references to deleted files.
- Upgraded BouncyCastle.Cryptography package to version 2.6.2 across multiple projects.
- Replaced Microsoft.Extensions.Http.Polly with Microsoft.Extensions.Http.Resilience in Zastava.Webhook project.
- Updated NetEscapades.Configuration.Yaml package to version 3.1.0 in Configuration library.
- Upgraded Pkcs11Interop package to version 5.1.2 in Cryptography libraries.
- Refactored Argon2idPasswordHasher to use BouncyCastle for hashing instead of Konscious.
- Updated JsonSchema.Net package to version 7.3.2 in Microservice project.
- Updated global.json to use .NET SDK version 10.0.101.
This commit is contained in:
master
2025-12-10 19:13:29 +02:00
parent a3c7fe5e88
commit b7059d523e
369 changed files with 11125 additions and 14245 deletions

View File

@@ -41,8 +41,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StellaOps.Concelier.Testing
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StellaOps.Concelier.Connector.Common", "..\Concelier\__Libraries\StellaOps.Concelier.Connector.Common\StellaOps.Concelier.Connector.Common.csproj", "{5DE7674D-CB03-4475-A0FF-14528E45A3C8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StellaOps.Concelier.Storage.Mongo", "..\Concelier\__Libraries\StellaOps.Concelier.Storage.Mongo\StellaOps.Concelier.Storage.Mongo.csproj", "{EA35FF3B-16AD-48A9-B47D-632103BFC47F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StellaOps.Concelier.Core", "..\Concelier\__Libraries\StellaOps.Concelier.Core\StellaOps.Concelier.Core.csproj", "{EA1A2CA6-2B73-4C77-8A96-674AF06C0D52}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StellaOps.Concelier.Models", "..\Concelier\__Libraries\StellaOps.Concelier.Models\StellaOps.Concelier.Models.csproj", "{9CF5075A-E59B-4F59-90B9-82C92AC33410}"
@@ -273,18 +271,6 @@ Global
{5DE7674D-CB03-4475-A0FF-14528E45A3C8}.Release|x64.Build.0 = Release|Any CPU
{5DE7674D-CB03-4475-A0FF-14528E45A3C8}.Release|x86.ActiveCfg = Release|Any CPU
{5DE7674D-CB03-4475-A0FF-14528E45A3C8}.Release|x86.Build.0 = Release|Any CPU
{EA35FF3B-16AD-48A9-B47D-632103BFC47F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA35FF3B-16AD-48A9-B47D-632103BFC47F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA35FF3B-16AD-48A9-B47D-632103BFC47F}.Debug|x64.ActiveCfg = Debug|Any CPU
{EA35FF3B-16AD-48A9-B47D-632103BFC47F}.Debug|x64.Build.0 = Debug|Any CPU
{EA35FF3B-16AD-48A9-B47D-632103BFC47F}.Debug|x86.ActiveCfg = Debug|Any CPU
{EA35FF3B-16AD-48A9-B47D-632103BFC47F}.Debug|x86.Build.0 = Debug|Any CPU
{EA35FF3B-16AD-48A9-B47D-632103BFC47F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA35FF3B-16AD-48A9-B47D-632103BFC47F}.Release|Any CPU.Build.0 = Release|Any CPU
{EA35FF3B-16AD-48A9-B47D-632103BFC47F}.Release|x64.ActiveCfg = Release|Any CPU
{EA35FF3B-16AD-48A9-B47D-632103BFC47F}.Release|x64.Build.0 = Release|Any CPU
{EA35FF3B-16AD-48A9-B47D-632103BFC47F}.Release|x86.ActiveCfg = Release|Any CPU
{EA35FF3B-16AD-48A9-B47D-632103BFC47F}.Release|x86.Build.0 = Release|Any CPU
{EA1A2CA6-2B73-4C77-8A96-674AF06C0D52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA1A2CA6-2B73-4C77-8A96-674AF06C0D52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA1A2CA6-2B73-4C77-8A96-674AF06C0D52}.Debug|x64.ActiveCfg = Debug|Any CPU