Skip to content

Update package versions and implement Result<T> pattern#690

Merged
StuartFerguson merged 1 commit intomasterfrom
task/#688_update_results_libraries
May 27, 2025
Merged

Update package versions and implement Result<T> pattern#690
StuartFerguson merged 1 commit intomasterfrom
task/#688_update_results_libraries

Conversation

@StuartFerguson
Copy link
Copy Markdown
Member

  • Updated Shared, Shared.Results, and Shared.IntegrationTesting package references to version 2025.5.4.
  • Refactored SecurityServiceSteps to use Result<T> for improved error handling and type safety.
  • Enhanced result handling in controllers (ApiResourceController, ApiScopeController, ClientController, IdentityResourceController, RoleController, UserController) to check operation success.
  • Added Shared.Results.Web package reference to SecurityService.csproj.
  • Updated health check logic in DockerHelper.cs to align with new result handling.
  • Included using SimpleResults; in multiple files to support new result types.
  • Adjusted SecurityServiceTestUI.csproj for updated package version.
    Closes Upgrade Simple Results version #688

- Updated `Shared`, `Shared.Results`, and `Shared.IntegrationTesting` package references to version `2025.5.4`.
- Refactored `SecurityServiceSteps` to use `Result<T>` for improved error handling and type safety.
- Enhanced result handling in controllers (`ApiResourceController`, `ApiScopeController`, `ClientController`, `IdentityResourceController`, `RoleController`, `UserController`) to check operation success.
- Added `Shared.Results.Web` package reference to `SecurityService.csproj`.
- Updated health check logic in `DockerHelper.cs` to align with new result handling.
- Included `using SimpleResults;` in multiple files to support new result types.
- Adjusted `SecurityServiceTestUI.csproj` for updated package version.
@StuartFerguson StuartFerguson merged commit 813df99 into master May 27, 2025
14 of 16 checks passed
@github-actions github-actions Bot deleted the task/#688_update_results_libraries branch July 27, 2025 01:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Upgrade Simple Results version

1 participant