-
Notifications
You must be signed in to change notification settings - Fork 4.9k
API Diff .NET 9.0 -> 10.0 #10147
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
base: main
Are you sure you want to change the base?
API Diff .NET 9.0 -> 10.0 #10147
Conversation
...s/10.0/10.0.0/api-diff/Microsoft.WindowsDesktop.App/10.0.0_System.Threading.AccessControl.md
Outdated
Show resolved
Hide resolved
|
Thanks for publishing this before GA day! I was hoping this diff would be at |
|
I don't know if we actually need folks to individually review here, should we "trust the process"? |
|
I agree. We should merge and allow for people to make edits afterwards if they find mistakes. The review always takes a long time and the feedback (if any) is always super targeted. It would be great however if we could move the location of the diff, however, first. |
| } | ||
| - namespace System.Collections.ObjectModel | ||
| - { | ||
| - public class ReadOnlySet<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection<T>, System.Collections.Generic.IReadOnlySet<T>, System.Collections.Generic.ISet<T>, System.Collections.ICollection |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this being removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just double checked this for sanity. The type got moved from System.Collections.dll to System.Runtime.dll in the reference assembly: https://github.com/dotnet/core/pull/10147/files#diff-2bf320cc1e60dff83561a22e9f25b68d2133f5c1d1de3327df8a515827ae58d1R97
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
adamsitnik
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
System.Console LGTM
Library area owners: