Skip to content

Add packages to Version.Details for source-build#9172

Merged
rainersigwald merged 1 commit intodotnet:mainfrom
mthalman:sb3599
Aug 28, 2023
Merged

Add packages to Version.Details for source-build#9172
rainersigwald merged 1 commit intodotnet:mainfrom
mthalman:sb3599

Conversation

@mthalman
Copy link
Copy Markdown
Member

This fixes a portion of the assemblies described in dotnet/source-build#3599 that are showing up as reference assemblies in the source-built SDK. The reason they're showing up as ref assemblies is the same reason that's described in #9158, which is a related issue.

It's not known whether the existence of these ref assemblies causes a functional issue as it does with #9158. But we do know that the source-built 7.0 SDK doesn't define these as ref assemblies but rather implementation assemblies. So to maintain parity with 7.0 and avoid potential risk, it's best to ensure these are represented as implementation assemblies in the output.

These are the assemblies that are fixed by these changes:

  • System.CodeDom
  • System.Resources.Extensions
  • System.Security.Cryptography.Xml

@mthalman mthalman requested a review from MichaelSimons August 25, 2023 13:37
@rainersigwald rainersigwald merged commit 1760049 into dotnet:main Aug 28, 2023
@mthalman mthalman deleted the sb3599 branch August 30, 2023 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants