Urs Enzler

Results 5 issues of Urs Enzler

### Description I want to be able to configure FluentAssertions' structural equality so that it uses **ComparingByMembers** for all types. The background for this is that I have a mix...

enhancement
up-for-grabs

Yesterday, I had an idea about how to add support for examples in MSpec. I'd like to write this: ``` [Subject("Examples")] public class WhenIDoThis { Establish context = () =>...

Area: Framework
Type: Enhancement

- [ ] replace temporarily deleted extension facts with steps in specs - [ ] check that all exception tests are covered

First, many thanks for the update. I wondered what your thoughts are on a parallelAsyncCE? There exist parallelResultCE and parallelValidationCE, but no parallelAsyncCE. Is it because there is no asyncCE...

## Description Added documentation and tests that maxBy/minBy return the first max/min element (Array, List, Seq). Added tests that the first min/max element is returned (Array, List, Seq). I wasn't...