-
Build [#2024102202](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_build/results?buildId=2566526) failed
## :x: : internal / dotnet-helix-service-CI failed
### Summary
**Fin…
-
### 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 of F# and C#…
-
# Make C# methods with both optional and ParamArrays parameters easier to use from F#
I propose we ...
use the default value of optional arguments that precede a `[]` argument. Consider these tw…
-
### Background and motivation
If I write assertion this way:
```
actualEnv.Should().BeEquivalentTo(env, _ => _.Excluding(_ => new { _.Id, _.Creator, _.LastEditor }));
```
the exception is thrown…
-
Hi 🙂
I was wondering if you ever considered moving the fluent DateTime extensions to a separate NuGet package, so that people would be able to use them in non-test projects without having to refere…
-
Fluent assertion libraries like FluentAssertions generally make the test implementation return a non-`unit` value. `Property.check` and similar require `Property`, which means I have to explicitly `|>…
-
I was trying to set up this package. Tons of dependency errors. Its not clear how to install the dependencies. Relent (based on your 5.0) is not picked up, until i looked at your manifest and used the…
-
### Description
(Similar to #821 ) Given a class hierarchy with one base class and one derived class, where the derived class exposes an event.
When monitoring events on an instance of the derived…
-
The HTTPS Client Certificates feature added multiple tests that cause frequent problems on Mac and Linux. Our hypothesis that it's the dynamic generate of certificates that causes the problem.
Imp…
-
### Description
When using a property pattern `is { }` as a null check S2589 does not recognize it as redundant.
Is that a bug or a deliberate design decision?
### Repro steps
```cs
public …