ITaluone
ITaluone
Thanks :) Looking forward to 6.3.0 🎉🎉
Hmm.. I don't know.. if I run `dotnet publish --help` it doesn't output a `Target` switch, btw.
Do you really inteded to close this? I think this was a false positive (PR description: .... resolves #2002)
Hmm.. strange... After 5 tries it has worked.. I leave it open, just in case
> but how do you assert that? Am I missing something? ```csharp Execute.Assertion .ForCondition(Subject != Subject.ToLowerInvariant()) .BecauseOf(because, becauseArgs) .FailWith("..."); ```
@Corniel I like this :) Although I would suggest to drop the `AsOffset()` and `WithOffset()` methods inside the `DateBuilder` struct, and only use extension methods for this, like: ```csharp public...
Should a nested `AssertionScope` pick up all previous defined scoped formatters?
Ok, the tricky part is how to determine which scoped formatters to remove at scope dispose 🤔
> It is also not the context of an assertion. It's doing the assertion work. `AssertionWorker` 🤔
See discussion here: https://github.com/fluentassertions/fluentassertions/issues/2251 And somewhat here: https://github.com/fluentassertions/fluentassertions/issues/1779 (further down)