[WIP] Update APICompat baselines#39033
Conversation
|
@wtgodbe why wouldn't these diffs have been causing APICompat failures before? |
|
@ericstj it looks like this just added a bunch of duplicates for some reason. I reduced |
|
https://github.com/dotnet/corefx/pull/39033/files#diff-3093ac31dad3463a99acc3f2de5a439aL67 (and the next 2) appear to be the only real removals to |
|
Removals from |
|
Yeah, I'm not worried about removals, that's cleanup. Additions indicate new problems that I would have expected to fail the build. |
|
Closing in favor of #39346 |
I got this by building once per-framework, and modifying
shims.projso that it writes to the baseline files rather than comparing against them. I remember there being some weirdness with that process, so I'm putting this up to see if CI complains before I look further.