Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MVC 5 and WebApi 2 update #608

Closed
wants to merge 12 commits into from

Conversation

Shazwazza
Copy link
Contributor

I previously created 2 separate PRs, one for MVC 5 and one for Web Api 2. This PR combines them both since there's no reason to upgrade one without the other since both of them require core code changes to work.

(I'll close the other 2)

…ependency-Mvc with ClientDependency-Mvc5 library, fixes build issues with our view engines wrapping a view engine that no longer exists.
…t web helpers reference (not even sure why we ever had that)
… (this is actually the preferred way anyways). The validation is then moved to just a filter instead of done in the model binder. This way a media formatter is pure async, so we can ReadFromStreamAsync in a completely native async operation which should hopefuly fix this issue.
…less to review and only focuses on just updating to webapi 2
Conflicts:
	src/Umbraco.Tests/packages.config
	src/Umbraco.Web.UI/packages.config
	src/Umbraco.Web/packages.config
	src/umbraco.MacroEngines/packages.config
This was referenced Dec 31, 2014
@jaddie
Copy link
Contributor

jaddie commented Jan 2, 2015

@Shazwazza I've taken a checkout of your pull request and from what I can see all builds fine etc, however I am not sure if you forgot to update the nuspec files as they currently impose a requirement on having a version of MVC lower than 5, which doesn't make sense since Umbraco uses version 5.2.2

That is the only real issue I can see at the moment is a dependency version problem.

@Shazwazza
Copy link
Contributor Author

Yup thanks for checking, i'll update the branch now.

@Shazwazza Shazwazza closed this Feb 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants