Skip to content
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

API diff between .NET 8.0 and .NET 9 Preview 1 #9176

Merged
merged 8 commits into from Feb 21, 2024

Conversation

carlossanlop
Copy link
Member

Repos area owners:

Libraries area owners:

  • @dotnet/area-system-runtime
  • @dotnet/area-system-buffers
  • @dotnet/area-system-collections
  • @dotnet/area-system-io
  • @dotnet/area-system-linq
  • System.Net: @dotnet/ncl
  • @dotnet/area-system-reflection
  • @dotnet/area-system-reflection-emit
  • @dotnet/area-system-runtime-compilerservices
  • System.Runtime.InteropServices: @dotnet/interop-contrib
  • @dotnet/area-system-runtime-intrinsics
  • @dotnet/area-system-security
  • @dotnet/area-system-text-encoding
  • @dotnet/area-system-text-json
  • System.Threading: @mangod9 @kouvel
  • @dotnet/area-system-threading-tasks

Known api-diff tool issues:

  • The AsmDiff tool sometimes skips adding { or {}. Please provide a GitHub suggestion in this PR so we can correct it manually: arcade#10981
  • 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

@richlander
Copy link
Member

We have a preview1 folder now. Best to use it. Yes?

Copy link
Member

@jkoritzinsky jkoritzinsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Two changes. Other than that, InteropServices.*, Compiler Services, and *PortableExecutable LGTM.

Copy link
Member

@eiriktsarpalis eiriktsarpalis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Collections, Linq and STJ changes LGTM

Copy link
Member

@tannergooding tannergooding left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My areas look good.

Copy link
Member

@adamsitnik adamsitnik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

System.IO and Microsoft.Extensions.Caching.Memory LGTM!

Copy link
Member

@rzikm rzikm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

System.Net.* LGTM

@carlossanlop carlossanlop merged commit f59666e into dotnet:main Feb 21, 2024
3 checks passed
@carlossanlop carlossanlop deleted the ApiDiffPrev1 branch February 21, 2024 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet