Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

MVC is broken on CoreCLR #2507

Closed
davidfowl opened this issue May 6, 2015 · 2 comments
Closed

MVC is broken on CoreCLR #2507

davidfowl opened this issue May 6, 2015 · 2 comments
Assignees
Milestone

Comments

@davidfowl
Copy link
Member

image

This stems from the fact that we still flow dependencies from shared projects that end up being marked as build dependencies. That's pit of failure so we'll have to make it so that dependencies don't flow through shared projects.

In the main time, we need to pull the type converter dependency back into the abstractions library.

@davidfowl davidfowl self-assigned this May 6, 2015
@davidfowl davidfowl added this to the 6.0.0-beta5 milestone May 6, 2015
davidfowl added a commit that referenced this issue May 6, 2015
- Mvc is currently broken on CoreCLR because it is
inheriting dependencies from Microsoft.AspNet.Mvc.Common but the resulting
dependency to Microsoft.AspNet.Mvc.Common is then erased at pack time.
This change moves the dependencies down and makes the shared package
only depend on System.Runtime.

#2507
@rynowak
Copy link
Member

rynowak commented May 6, 2015

In the main time, we need to pull the type converter dependency back into the abstractions library.

We need to take a look at slimming down MSD and VDD - right now there's a lot of code in these classes, but they're really just collections.

@rynowak
Copy link
Member

rynowak commented May 7, 2015

@davidfowl Assuming this was fixed by 5cec601

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants