-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Changed internal value to readonly for primitive types #30717
Conversation
@dotnet-bot test this please |
@pjanotti can you please help to move the PR forward? |
@dotnet-bot test this please |
Will close & reopen to reset the CI |
@tgiphil Looks like you have missed marking Single and Double as readonly. Could you please submit PR to CoreCLR repo to fix it? |
Done. See dotnet/coreclr#19052. |
@dotnet-bot test this please |
Still hitting ApiCompat issues: Packaging All Configurations x64 Debug Build:
Tizen armel Debug Build:
UWP NETNative x86 Release Build:
|
These failures are caused by Tizen build picking up state CoreCLR build. Looks like an infrastructure problem. @tgiphil Could you please rebase the change against the current master to see whether it helps?
This is blocked by ProjectN codeflow latency. It will get fixed on its own once the ProjectN bits with this change reach CoreFX. It can be worked around by adding the two warnings to https://github.com/dotnet/corefx/blob/master/src/System.Runtime/src/ApiCompatBaseline.uapaot.txt . |
@jkotas Rebased to corefix/master (git rebase corefx/master) and updated ApiCompatBaseline.uapaot.txt. Feel free to make additional changes, if you want to push this faster than I can respond. |
@dotnet-bot test Linux arm Release Build please |
…#30717) * Changed internal value to readonly for primitive types * Updated ApiCompatBaseline.uapaot.txt Commit migrated from dotnet/corefx@43f0fd2
See PR in CoreCLR: dotnet/coreclr#18645