Blair Conrad

Results 18 issues of 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...

:building_construction: build
:books: documentation

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...

:construction: in-progress
:rocket: enhancement

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...

:scissors: removal
:broken_heart: breaking

Perhaps using the Try .NET Global Tool. See [what Scott Hanselman has to say about it](https://www.hanselman.com/blog/CreateExceptionalInteractiveDocumentationWithTryNETThePollyNuGetLibraryDid.aspx).

:books: documentation

@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...

:speech_balloon: discussion

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...

:rocket: enhancement
P2
:hourglass: on-hold

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...

:rocket: enhancement
P2

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...

enhancement