Kenneth Crawford

Results 4 comments of Kenneth Crawford

In https://github.com/xunit/xunit/issues/2808, by recommendation from the Roslyn team, they removed all overloads that took a `ValueTask`.

@altmann @saborrie [this comment](https://github.com/altmann/FluentResults/pull/146#discussion_r948264029) on #146 alludes to #143 which added `ValueTask` support. Not a ton more context, but something.

I wouldn't merge that as it is a work in progress. It mostly works with jasmine 2 but is missing some behavior in from version 1

I recently ran into this as well, except instead of it being a docker readonly file system, it is a readonly file system managed by kubernetes. Our code avoids the...