We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See:
sdk/src/Tasks/Microsoft.NET.Build.Tasks/ResolveTargetingPackAssets.cs
Lines 146 to 151 in e2faeba
This reads the entire contents of the file and sets it as metadata.
This creates a problem, because the consumption of the PackageOverrides assumes delimited packages, and the task is not inserting delimiters.
See #2937 (comment)
To fix this the task should either insert the delimiters, or we should change the file to append a semi-colon after every package ID.
The text was updated successfully, but these errors were encountered:
/cc @dsplaisted @dagood
Sorry, something went wrong.
/cc @NikolaMilosavljevic FYI
No branches or pull requests
See:
sdk/src/Tasks/Microsoft.NET.Build.Tasks/ResolveTargetingPackAssets.cs
Lines 146 to 151 in e2faeba
This reads the entire contents of the file and sets it as metadata.
This creates a problem, because the consumption of the PackageOverrides assumes delimited packages, and the task is not inserting delimiters.
See #2937 (comment)
To fix this the task should either insert the delimiters, or we should change the file to append a semi-colon after every package ID.
The text was updated successfully, but these errors were encountered: