Blair Conrad

Results 89 comments of Blair Conrad

@stakx, yeah, I've been peripherally aware that DynamicProxy caches its types (this is true, right?), where FakeItEasy did/does not cache the delegate types. I was just surprised that for the...

It might be a good idea to have a separate option from `CallsBaseMethods`, as it gives users additional flexibility. Alternatively, if we end up thinking that we should default to...

Closing for now. The implementation will not be correct, and the tests, even after updating as @thomaslevesque suggests, will be wildly inadequate, as he pointed out in side chat. See...

Glad it's working for you, @SetTrend. The method is already documented at [Specifying a Call to Configure](https://fakeiteasy.readthedocs.io/en/stable/specifying-a-call-to-configure/#specifying-a-call-to-any-method-or-property). Or were you thinking of something else?

Thanks for your responses, @stevegrubb. I know my questions are too much and too general, and I appreciate the effort you're putting in. I'll gather info and respond and refine...

> Hello, this is really too much to answer in one reply. Agreed. Sorry. > One of the factors may be that Oracle doesn't have all the pieces in place...

> The concern is that if there was a script that walked a list of files to add them, we could update the server way too many times That's why...

> > `allow perm=any all : dir=/opt/agfa : all trust=0` > > The syntax is wrong. > `'=' is missing for field :, in line 8` Well that's embarrassing. Thanks....

If you've not lost your appetite for this issue, I'm back with slightly enhanced logs and a (I think) more compelling example of what I see as weirdness. As noted,...

We should consider whether this is breaking. We don't make any logical decisions based on the name, but the Fake's `ToString` will use the value, and some people may be...