Skip to content

Develop#6

Merged
coderynx merged 2 commits intomainfrom
develop
Sep 5, 2025
Merged

Develop#6
coderynx merged 2 commits intomainfrom
develop

Conversation

@coderynx
Copy link
Owner

@coderynx coderynx commented Sep 5, 2025

This pull request makes a minor update to the ResultExtensions logic in the Coderynx.Functional.WebApi project, ensuring that HTTP result conversion checks use the correct property, and bumps the package version.

Improvements to HTTP result conversion:

  • Updated ToHttpResult and ToHttpResult<TValue> methods in ResultExtensions.cs to check result.Success.Value instead of result.Value when determining whether to return a transformed HTTP result. This ensures the correct property is used for success checks. [1] [2]

Versioning:

  • Incremented the version in version.json from 1.4.2 to 1.4.3 to reflect these changes.

@coderynx coderynx merged commit 2a30163 into main Sep 5, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant