Commit f079215
committed
Upgrade dependencies and refactor test files
- Updated `MediatR` to version `12.4.1` and `Reqnroll` to `2.0.0.0`.
- Changed `GeneratedCodeAttribute` version to `2.0.0.0`.
- Modified `FeatureSetupAsync` and `FeatureTearDownAsync` methods to be static for performance improvements.
- Upgraded `NUnit`, `NUnit3TestAdapter`, `coverlet.collector`, and `HtmlAgilityPack` to their latest versions.
- Updated `Lamar` and `Lamar.Microsoft.DependencyInjection` to version `14.0.1`.
- Adjusted various `Microsoft.Extensions` packages for compatibility.
- Refactored feature files to use `global::` namespace qualifiers for clarity.
- Enhanced organization of test scenarios and removed unused `using` directives in `DockerHelper.cs`.
- Ensured `SecurityService` and `SecurityServiceTestUI` projects are up-to-date with the latest dependencies.
Update NuGet packages and Reqnroll library version
Updated various NuGet packages, including ASP.NET Core, Entity Framework Core, and Reqnroll, to their latest versions. Removed outdated packages and ensured integration tests are compatible with the new Reqnroll version. Modified feature files for multiple tests to reflect these changes and included the `BoDi` namespace in `DockerHelper.cs` for improved dependency injection. Overall, these updates enhance project maintainability and functionality.1 parent 5648953 commit f079215
23 files changed
Lines changed: 426 additions & 310 deletions
File tree
- SecurityService.BusinessLogic
- SecurityService.Database
- SecurityService.IntegrationTesting.Helpers
- SecurityService.IntegrationTests
- ApiResource
- ApiScopes
- Clients
- Common
- IdentityResource
- Roles
- Token
- Users
- SecurityService.MySqlMigrations
- SecurityService.OpenIdConnect.IntegrationTests
- ChangePassword
- Common
- ForgotPassword
- UserLogin
- SecurityService.SqlServerMigrations
- SecurityService.UnitTests
- SecurityService.UserInterface
- SecurityServiceTestUI
- SecurityService
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
14 | | - | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | | - | |
19 | | - | |
| 19 | + | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | | - | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
Lines changed: 27 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 27 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments