Justin Adler

Results 246 comments of Justin Adler

@manavpandya we need more info. like stack traces and steps to reproduce and code snippets so we can see what's going on.

@manavpandya start [with this MVC example code](https://github.com/SimpleAuthentication/SimpleAuthentication/wiki/Mvc-automatic-setup).

> The problem was that you couldn't access view from `INancyModule` yep - that's what I was trying to do and asked for that added. > so I added view...

Yep - i get that .. but why would i want to RETURN the module .. instead of calling the extension inside my `Process(..)` method and returning an `IResponseFormatter` or...

yep - agreed. but u said this (which confused me) > so your Process can return INancyModule which is not returning a view / as redirect. So - that's been...

HA :smile: so what should it return out of that method, now?

Urgh.. i was sooooooo afraid you were going to say `dynamic` because I always try and avoid that :( I _originally_ had that .. but was trying to avoid it....

I've tried to solve this problem by providing an option way of defining routes in your config file: either via `appsettings` or via the custom section. There's no documentation about...

I need to look at this again for v2.0 to make sure this is working fine.

So how do you create one nuget package that supports mvc 3/4/5 or just 4/5?