-
Couldn't load subscription status.
- Fork 67
Add reference packages for Microsoft.Build 17.11.48, 17.12.50, and 17.14.28 #1423
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
…12.50, and 17.14.28 Co-authored-by: ViktorHofer <7412651+ViktorHofer@users.noreply.github.com>
|
/backport to release/10.0 |
|
Started backporting to release/10.0: https://github.com/dotnet/source-build-reference-packages/actions/runs/18563531852 |
|
@copilot revert changes to packages that already existed before this PR. |
287268b to
c711ba5
Compare
|
/backport to release/10.0 |
|
Started backporting to release/10.0: https://github.com/dotnet/source-build-reference-packages/actions/runs/18564867111 |
This PR adds 12 new reference package versions for the Microsoft.Build family of packages:
Package Generation
All packages were generated using the
./generate.sh --packagecommand, which also automatically generated required dependency packages. The generator created approximately 30+ dependency packages across various versions needed to support these Microsoft.Build packages.Customizations Applied
Several customizations were required to fix compilation issues in the generated code:
Microsoft.Build packages (all versions)
Added
Customizations.csto implement missing interface members forBinaryLogReplayEventSource:ArchiveFileEncounteredeventStringReadDoneeventThese members are part of the
IBuildEventArgsReaderNotificationsinterface but were not emitted by the generator.Microsoft.Build.Framework 17.14.28
Added
Customizations.propsto includeIsExternalInit.csfor C# 9.0 record type support in netstandard2.0 target framework.Dependency Package Fixes
System.Security.Cryptography.Xml (8.0.0 & 9.0.0)
Item(int index)methods inEncryptionPropertyCollectionandReferenceListclasses that conflicted with indexersthis[int]) and anItem(int)method, which causes CS0102 errors since indexers compile to a property named "Item"Customizations.csto document the manual fixSystem.Diagnostics.DiagnosticSource 9.0.0
Customizations.propsto includeIsExternalInit.csfor record type supportSystem.Configuration.ConfigurationManager 9.0.0
Customizations.cswith stubPermissionSettype for netstandard2.0 compatibilitySystem.Security.PermissionSettype is used byIInternalConfigHostbut not available in netstandard2.0Validation
All 12 new package versions build successfully without errors. The customizations follow existing patterns found in similar packages already in the repository.
Resolves #[issue_number]
Original prompt
Fixes #1422
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.