Adrian Black

Results 25 comments of Adrian Black

Thanks - I'm still waiting for free time to finish a major cleanup, hopefully I can roll this in too.

What would a mandatory nullable parameter look like? Not that I'm opposed to an option to override that default, I'm just having trouble picturing the use case.

Yeah, I think given we're talking about JSON/XML datacontracts, "optional" should be read as "nullable" most of the time. Especially given part of the value with Swagger is the ability...

Sure, thanks! Are you able to commit a branch? I'm in the middle of some refactoring and cleanup in the code base, but I will look at folding it in....

Yeah, [email protected] > On Jul 30, 2014, at 9:34 AM, harmonf [email protected] wrote: > > I’ve broken up the solution into several projects so it might be easier if I...

Sorry, it's been ages since I looked at this; we moved over to WebAPI and haven't needed to touch WCF since. Feel free to commit a branch and I'll try...

Yes, when you request /api-docs, you're just getting a list of the available apis. The expectation is that you will then request the details of each api separately, for instance...

Interesting question! I'll play around with it and let you know what I see. Worst case this would be pretty easy to gate behind a feature flag.

Measuring it on my machine at least it's a fairly minor impact. Without enums being generated, my test project with 20 migrations takes about 6s seconds to build after a...

I just did `.sql` migrations originally, but trying it now with a mix of both I see similar results. The migrations I used are very minimal, just inserting rows in...