-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Remove Microsoft.AspNetCore.Mvc.Core dependency from Microsoft.AspNetCore.Mvc.Testing #6399
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
Comments
@natemcmaster might have a better idea, but for 3.0, it's likely that the package would have a |
That's what I would expect. |
This package contains all the MVC specific tweaks that are needed for unit tests to work properly, that's why MVC was on the name at the time. Many of those restrictions have gone away. |
Correct. See #4257 |
Thanks for the issue report @slang25. Since refactoring the references is already being tracked, closing this issue as there's nothing more to do here. |
Thanks all for the information, that makes sense 👍 |
Currently
Microsoft.AspNetCore.Mvc.Testing
doesn't use anything from theMicrosoft.AspNetCore.Mvc
namespace, so I was surprised to see that it brought in a dependency onMicrosoft.AspNetCore.Mvc.Core
.It does however depend on
Microsoft.Extensions.DependencyModel
, so I propose it be updated to reflect that. It also seems unnecessary for this package to haveMvc
in the name, however that ship has sailed.The text was updated successfully, but these errors were encountered: