Adding type forwardings for types that were moved to the Contracts package#800
Conversation
|
Is anyone still having this issue? No more comments in many months. I don't want to pull this in if it's not a big issue anymore. |
|
@jbogard On my side we still have this issue, this is a blocking us from upgrading to the new version of Mediatr (10 or 11) |
|
It sounds this issue comes from transitive dependencies to MediatR:
If that's the case, then this PR won't fix anything. MediatR contains breaking changes from 9.0 to 10.0 and 10.0 to 11.0. That The correct solution here is to fix SomethingElse package. Unless there's some other issue I'm unaware of? |
|
Let me explain what situation this PR is supposed to solve.
One could argue that AppB.Contracts should be upgraded to use MediatR.Contracts 1.0 also, but this is irrealistic once you start to have tens of services maintained by different teams. Such a forced synchronized upgrade is then really painful. |
|
Ah that makes sense, to prevent forced upgrade of all services all at once. |
|
@jbogard , thank you for merging this PR, it has saved us a lot of time while upgrading! |
This pull request is a proposal to solve the issue described in #692