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:
@@ -21,8 +21,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", "{1383D9F7-10A6-47E3-84CE-8AC9E5E59E25}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StellaOps.Concelier.Storage.Mongo", "..\Concelier\__Libraries\StellaOps.Concelier.Storage.Mongo\StellaOps.Concelier.Storage.Mongo.csproj", "{A9817182-8118-4865-ACBB-B53AA010F64F}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StellaOps.Concelier.Core", "..\Concelier\__Libraries\StellaOps.Concelier.Core\StellaOps.Concelier.Core.csproj", "{6684AA9D-3FDA-42ED-A60F-8B10DAD3394B}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StellaOps.Concelier.Models", "..\Concelier\__Libraries\StellaOps.Concelier.Models\StellaOps.Concelier.Models.csproj", "{DA225445-FC3D-429C-A1EE-7B14EB16AE0F}"
|
||||
@@ -157,18 +155,6 @@ Global
|
||||
{1383D9F7-10A6-47E3-84CE-8AC9E5E59E25}.Release|x64.Build.0 = Release|Any CPU
|
||||
{1383D9F7-10A6-47E3-84CE-8AC9E5E59E25}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{1383D9F7-10A6-47E3-84CE-8AC9E5E59E25}.Release|x86.Build.0 = Release|Any CPU
|
||||
{A9817182-8118-4865-ACBB-B53AA010F64F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{A9817182-8118-4865-ACBB-B53AA010F64F}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{A9817182-8118-4865-ACBB-B53AA010F64F}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{A9817182-8118-4865-ACBB-B53AA010F64F}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{A9817182-8118-4865-ACBB-B53AA010F64F}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{A9817182-8118-4865-ACBB-B53AA010F64F}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{A9817182-8118-4865-ACBB-B53AA010F64F}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{A9817182-8118-4865-ACBB-B53AA010F64F}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{A9817182-8118-4865-ACBB-B53AA010F64F}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{A9817182-8118-4865-ACBB-B53AA010F64F}.Release|x64.Build.0 = Release|Any CPU
|
||||
{A9817182-8118-4865-ACBB-B53AA010F64F}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{A9817182-8118-4865-ACBB-B53AA010F64F}.Release|x86.Build.0 = Release|Any CPU
|
||||
{6684AA9D-3FDA-42ED-A60F-8B10DAD3394B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{6684AA9D-3FDA-42ED-A60F-8B10DAD3394B}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{6684AA9D-3FDA-42ED-A60F-8B10DAD3394B}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
|
||||
Reference in New Issue
Block a user