You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically, we don't really want to have interfaces for this sort of thing. But currently we do because:
When @dougbu tried to not have an interface for this before, he encountered some issue to do with overridable setters or something - not sure of the details
Removing the interface would mean moving the .resx file from the Mvc.Core project to the Abstractions project, and figuring out whether this has effects on build or localisation
See the discussion at #6055 (comment)
Basically, we don't really want to have interfaces for this sort of thing. But currently we do because:
.resxfile from theMvc.Coreproject to theAbstractionsproject, and figuring out whether this has effects on build or localisation