-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Update changed solution files under src/libraries #57483
Conversation
Tagging subscribers to this area: @Anipik, @safern, @ViktorHofer Issue DetailsCommit 1: Update slngen logic and remove unnecessary P2Ps Invoking slngen has a non-deterministic ordering of some elements in the solution file so I still had to manually revert unnecessary order only changes. Filed microsoft/slngen#251 to investigate. Replaces #56494
|
src/libraries/Microsoft.NETCore.Platforms/src/Microsoft.NETCore.Platforms.csproj
Show resolved
Hide resolved
The code generation issues are observable in other PRs as well and I think StephenT is working on fixing them. |
Commit 1: Update slngen logic and remove unnecessary P2Ps
Commit 2: Update changed soluion files under src/libraries
Invoking slngen has a non-deterministic ordering of some elements in the solution file so I still had to manually revert unnecessary order only changes. Filed microsoft/slngen#251 to investigate.
Replaces #56494