Tags: DevD4v3/SimpleResults
Tags
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>
PreviousNext