-
Notifications
You must be signed in to change notification settings - Fork 1.2k
add support for reading the extern alias in 3.1.4xx #11954
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
add support for reading the extern alias in 3.1.4xx #11954
Conversation
Add support for reading the aliases flag from the assets file.
[CoreMSBuildOnlyFact] | ||
public void CanBuildProjectWithPackageReferencesWithConflictingTypes() | ||
{ | ||
var targetFramework = "netcoreapp5.0"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
netcoreapp3.1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed.
@nkolev92 do you have QB approval? Once you get that you can merge |
@wli3 I have not done that, but I can certainly try to get it. |
@nkolev92 my bad. It is M2 approval. |
@dondrake could you approve this checkin to SDK? |
@wil3, sorry, wrong person... |
welp :D I think this is the right one @ :) |
@wli3 |
Approved |
Fixes #11612
Porting #11451 and 7a05b62 to match the change made on the legacy package reference side which added support for extern alias in 16.7, see dotnet/NuGet.BuildTasks@286d99e.
I imagine, I might have to port 40256fc
to get the tests running under the correct conditions, but just wanted to get the PR going ASAP.
cc @wli3 @dsplaisted @sfoslund