Bruno Juchli

Results 31 comments of Bruno Juchli

So i've been looking into it. First issue: on `Guard.That(Expression argument))` the `[NoEnumeration]` attribute can't work because the expression specified in the client code is accessing the `IEnumerable`-variable, and that's...

Note: This behavior is caused by https://github.com/fluentassertions/fluentassertions/issues/337

Urs Enzler has an alternative `IEquivalencyStep` implementation which is a bit more fine grained, see: https://github.com/fluentassertions/fluentassertions/issues/978#issuecomment-441204425 ---------------------------- I quite unexpectedly fell into this trap as well - had tests passing...

I'm thinking about providing a PR for this. @dennisdoomen @jnyrup Would you be willing to accept one? What are your design ideas on the problem? I'd actually need it in...

I've looked into this a bit closer. I see the following obstacles to adding configurability for exact type matching: - due to the original intention of the `BeEquivalentTo` implementation, a...

I just tried the enabling "Disable showing balloon notifications as toasts" policy but it didn't change anything. Note that I did restart the computer after enabling it. ![grafik](https://user-images.githubusercontent.com/2090172/133095693-14237ce5-ab70-49f8-84bf-1b46bbf3b2ad.png) I also...

Nope for me it was exactly the other way round -- custom did work but "Show as Info" / "Show as error" didn't work. See print screen in first post....

@BrianVallelunga And what would you do when you get a new tenant? Restart? (I'm contemplating a similar problem and it seems to me it would rather require something more of...

There's a related issue which was mistakenly posted @ DryIoc as the stack trace reveals DryIoc -- but this repo contains a copy of the source code of DryIoc, DryIoc...

@fabiocav I had a look at the code and it seems to me this is not something which can easily be made configurable by a flag. The call to DryIoc...