-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Remove IModelBindingMessageProvider interface #6069
Comments
We still want this contract to exist in some form. That might be an abstract class, or a 'highly virtual' class. The initialization code can still live in |
@SteveSandersonMS - let's try the highly-virtual-class approach here. And, please post an Announcement for this, because this breaking change will certainly affect some users. |
@Eilon OK. Who's best to ask about what consequences (if any) there are with moving a |
@SteveSandersonMS moving a However, why do you need to move the |
Where do you see that? |
OK, that's good. I still don't know by what magic process we end up having multilingual releases of the framework (i.e., how some third-party vendor (presumably) gets notified to do translations and how they know where to find the
OK, I'll try to leave it there if I can. |
Nothing is actually translated right now, so if a RESX needs to move, it's conceptually just like moving any other file around. As far as the |
Posted announcement: aspnet/Announcements#240 |
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:
.resx
file from theMvc.Core
project to theAbstractions
project, and figuring out whether this has effects on build or localisationThe text was updated successfully, but these errors were encountered: