core
core copied to clipboard
API diff between .NET 9 RC1 and .NET 9 RC 2
Repo area owners:
- WinForms - @merriemcgaw @lonitra @JeremyKuhne
- Libraries - @artl93 @jeffschwMSFT @jeffhandley @karelz @ericstj @stephentoub @SamMonoRT
Libraries area owners:
- System.Drawing @dotnet/area-system-drawing @lonitra @merriemcgaw @JeremyKuhne
- System.Reflection.Emit @dotnet/area-system-reflection-emit @buyaa-n
- System.Runtime.Intrinsics @dotnet/area-system-runtime-intrinsics @tannergooding
- System.Text.Json @dotnet/area-system-text-json @eiriktsarpalis
Known api-diff tool issues:
If yo usee any of these, please provide a GitHub suggestion in this PR to correct it:
- The AsmDiff tool sometimes skips adding
{or{}arcade#10981(https://github.com/dotnet/arcade/issues/13814) - RequiresPreviewAttribute not getting auto added arcade#14498
- Changes to
protected internalvisibility should stop showing. https://github.com/dotnet/arcade/issues/14579 - The AsmDiff tool shows APIs with decorating attribute changes as removed and re-added, instead of showing only the API. Please ignore this, it might be confusing but technically it's not incorrect: [arcade#13814]
@JeremyKuhne can I get your check of the WindowsDesktop changes?
@carlossanlop does this look good to you, anything we need to do manually to this?
@carlossanlop Is this ready to go? Feel free to merge.