Skip to content

C#: Prefer assembly version over netcore version in conflict resolution #14991

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

Conversation

tamasvajk
Copy link
Contributor

@tamasvajk tamasvajk commented Dec 4, 2023

This PR is changing the sorting of conflicting assemblies. Assembly version now takes precedence over .net core version.

@github-actions github-actions bot added the C# label Dec 4, 2023
@tamasvajk
Copy link
Contributor Author

tamasvajk commented Dec 4, 2023

The first commit shows a definite improvement in compilation errors in DCA. The second one made things worse, so removing that from the PR.

@tamasvajk tamasvajk force-pushed the standalone/prefer-assembly-version-over-netcore-version branch from 54a576c to db22478 Compare December 4, 2023 13:39
@@ -1,5 +1,6 @@
| /avalara.avatax/21.10.0/lib/netstandard20/Avalara.AvaTax.netstandard20.dll |
| /microsoft.bcl.asyncinterfaces/6.0.0/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll |
| /microsoft.netcore.app.ref/3.1.0/ref/netcoreapp3.1/System.Data.DataSetExtensions.dll |
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change will be reverted back to the 7.0.2 version in #14994.

@tamasvajk tamasvajk marked this pull request as ready for review December 4, 2023 14:17
@tamasvajk tamasvajk requested a review from a team as a code owner December 4, 2023 14:17
Copy link
Contributor

@michaelnebel michaelnebel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@tamasvajk tamasvajk merged commit b06113a into github:main Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants