MvcExtensions / Core

MvcExtensions - Extend everything
Microsoft Public License
52 stars 17 forks source link

WebApi #9

Open RaveNoX opened 11 years ago

RaveNoX commented 11 years ago

I tried to user mvc4 + WebApi with MvcExtensions, and it looks like injection for WebApi is not working with this configuration.

It there a way to enable WebApi support with mvcextensions?

AlexBar commented 11 years ago

No, webapi is not supported in current version.

AlexBar commented 11 years ago

I've started implementation for webapi - https://github.com/MvcExtensions/Core/tree/webapi You can give it a try. I've update only MvcExtensions.FluentMetadata assembly, so MvcExtensions assemply is not ready yet. I'm working on it.

How to use standalone assembly MvcExtensions.FluentMetadata, how can find it here https://github.com/MvcExtensions/Core/wiki/Changes-From-2.5-to-3.0 or you can check out samples (in samples folder; it's still using mvc3).