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
This PR added a reference to System.Threading.Tasks.Extensions in the MS.CA project. This effectively makes it a dependency of anything in Roslyn as that is our root most project. Yet our tooling did not catch three places where we needed to re-state our dependency on this DLL:
I'm unsure that there is really tooling that can help us with 2 or 3 above. Need to add some consistency checks to ensure that everything else is updated in the case 2 / 3 is changed.
Context Change: #23557
This PR added a reference to System.Threading.Tasks.Extensions in the MS.CA project. This effectively makes it a dependency of anything in Roslyn as that is our root most project. Yet our tooling did not catch three places where we needed to re-state our dependency on this DLL:
I'm unsure that there is really tooling that can help us with 2 or 3 above. Need to add some consistency checks to ensure that everything else is updated in the case 2 / 3 is changed.