hmemcpy / Nancy.ReSharper

Nancy plugin for ReSharper adds navigation and intellisense support for NancyFx in ReSharper, for super-duper-happy-path web development!
MIT License
53 stars 6 forks source link

Support ReSharper 9 #30

Open xt0rted opened 9 years ago

xt0rted commented 9 years ago

I've tried setting up a v9 project but there's some changes with the MVC support that I'm not sure how to handle.

Classes like MvcAreaReference<T> and MvcControllerReference<T> now require a version to be passed to the constructor but I'm not sure what this represents or where it should come from.

I know @citizenmatt has helped with past updates so maybe he could shed some light on these changes.

TerribleDev commented 9 years ago

:+1:

citizenmatt commented 9 years ago

It's the version of MVC itself and is used mostly to work with changes in MVC6. It's used:

I'm not sure how that would best be adapted for Nancy. I don't think any of these concepts (or actions) apply, so I'd be inclined to pass new Version(0, 0, 0, 0).