Skip to content

Tags: DevD4v3/SimpleResults

Tags

v4.0.0

Toggle v4.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove implicit conversion from Result<T> class (#72)

The implicit conversion operator to type T has been removed from the Result<T> class, along with its XML documentation comments. This change affects how instances of Result<T> are used in the codebase.

Additionally, the corresponding unit test in ResultOfTTests that verified this conversion has also been removed, reflecting the removal of the conversion functionality.

Co-authored-by: Stuart Ferguson <stuart.ferguson@vme.coop>

v3.0.1

Toggle v3.0.1's commit message
chore: bumped version number to 3.0.1

v3.0.0

Toggle v3.0.0's commit message
docs: Update sample links

v2.4.0

Toggle v2.4.0's commit message
chore: Bumped version number to 2.4.0

v2.3.2

Toggle v2.3.2's commit message
chore: Bumped version number to 2.3.2

v2.3.1

Toggle v2.3.1's commit message
Update README.md

v2.3.0

Toggle v2.3.0's commit message
Update README.md

v2.2.2

Toggle v2.2.2's commit message
Update README.md

v2.2.1

Toggle v2.2.1's commit message
style: Add comment to type param of the ToActionResult method

v2.2.0

Toggle v2.2.0's commit message
Update README.md