Blair Conrad
Blair Conrad
### Prerequisites - [x] I have written a descriptive pull-request title - [x] I have verified that there are no overlapping [pull-requests](https://github.com/NancyFx/Nancy/pulls) open - [x] I have verified that I...
- [ ] Address all coding and style violations detected during a *Release* build (send a regular pull request which must be merged before continuing) - [ ] ensure completeness...
In #1764, @PiotrKlecha raised a concern about how `ClearConfiguration` removes the strictness from a [strict Fake](https://fakeiteasy.readthedocs.io/en/stable/strict-fakes/), and this was unexpected, since the strictness is (usually) applied at creation time, and...
Fixes #1839
As discussed in #1764, it's somewhat confusing, and untangling it is probably not worth the effort. The preferred method of getting a Fake with no configuration is to just make...
Perhaps using the Try .NET Global Tool. See [what Scott Hanselman has to say about it](https://www.hanselman.com/blog/CreateExceptionalInteractiveDocumentationWithTryNETThePollyNuGetLibraryDid.aspx).
@stakx is adding delegate-generating code to DynamicProxy let's create a spike that uses it to see how well it fits our model. I'll make notes here so my in-progress investigation...
Split from #1338. As mentioned in #1337 and castleproject/Core#339, generic types containing a method with an `in` parameter cannot be faked by FakeItEasy. The ultimate cause is https://github.com/dotnet/corefx/issues/29254. We should...
In #1348, we started catching exceptions when attempts to create Dummies for constructor arguments failed. This fixed #1345, but is inelegant. We should detect when we're trying to create an...
I'm loath to ask several questions that may just stem from my complete lack of understanding of the product, but I've not been able to find answers in the online...