GameFinder icon indicating copy to clipboard operation
GameFinder copied to clipboard

Allow multiple log message types (besides ErrorMessage)

Open Nutzzz opened this issue 1 year ago • 1 comments

Example shown in PR #78

Nutzzz avatar Jun 13 '23 01:06 Nutzzz

From newest CHANGELOG:

Finally, I've been thinking a lot about result types. Over the years, I've updated GameFinder to use various different approaches for dealing with errors. This update is the beginning of me phasing out my hacky OneOf<TResult, ErrorMessage> solution, and replacing it with FluentResults.

...So it looks like you're working on it. PR #78 closed.

Nutzzz avatar Jun 30 '23 19:06 Nutzzz