-
Notifications
You must be signed in to change notification settings - Fork 68
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…12.50, and 17.14.28 Co-authored-by: ViktorHofer <[email protected]>
Copilot
AI
changed the title
[WIP] Add new reference packages for Microsoft Build
Add reference packages for Microsoft.Build 17.11.48, 17.12.50, and 17.14.28
Oct 16, 2025
Copilot finished work on behalf of
ViktorHofer
October 16, 2025 13:45
ViktorHofer
approved these changes
Oct 16, 2025
|
/backport to release/10.0 |
|
Started backporting to release/10.0: https://github.com/dotnet/source-build-reference-packages/actions/runs/18563531852 |
akoeplinger
approved these changes
Oct 16, 2025
|
@copilot revert changes to packages that already existed before this PR. |
Copilot stopped work on behalf of
ViktorHofer due to an error
October 16, 2025 14:06
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.