Aquila Sands

Results 2 issues of Aquila Sands

### Description Analyzer incorrectly recommends `ContainsSingle()` for `HaveCount(1).And.Contains(predicate)` but looking at the tests for ContaiansSingle they are not equivalent as shown by this test https://github.com/fluentassertions/fluentassertions/blob/501cf353ecc872154fae54960ee1b692851bfb8a/Tests/FluentAssertions.Specs/Collections/GenericCollectionAssertionsSpecs.cs#L302-L314 which passes when a collection...

bug

When an API includes versioning in the URL this prevents httprepl listing endpoints. With an OpenAPI description of ``` { "openapi": "3.0.1", "info": { "title": "Some API", "description": "A url...