Add SkipLocalsInitAttribute by agocke · Pull Request #454 · dotnet/runtime (original) (raw)

I did nothing except run build in the root.

I see. So actually that will build libraries against 2 week old version of coreclr which is the last transport package produced before we consolidated the repo. In order to be able to build locally against a live build of coreclr you need to first build:

coreclr.cmd you could just build S.P.CoreLib for this purpose so, coreclr.cmd -windowsmscorlib.

Then you want to build libraries against that by running:
libraries.cmd /p:CoreCLROverridePath=<path-to-folder-containing-S.P.CoreLib>

In PR builds we're already building against a live CoreCLR as of yesterday morning, so we could retrigger CI and you will not see this issue in your PR builds. However, until: #494 is merged we shouldn't be merging cross repo changes as it would break local people development, so I'm adding NO-MERGE to this PR in the meantime.