-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Clean up code with NET8_0_OR_GREATER
#109507
Conversation
src/libraries/System.Collections/src/System/Collections/Generic/OrderedDictionary.cs
Show resolved
Hide resolved
src/libraries/System.Private.CoreLib/src/System/Collections/Generic/ICollectionDebugView.cs
Show resolved
Hide resolved
…neric/ICollectionDebugView.cs Co-authored-by: xtqqczze <[email protected]>
src/libraries/System.Private.CoreLib/src/System/Collections/ObjectModel/CollectionHelpers.cs
Show resolved
Hide resolved
src/libraries/System.Private.CoreLib/src/System/Collections/ObjectModel/CollectionHelpers.cs
Show resolved
Hide resolved
src/libraries/System.IO.Compression/src/System/IO/Compression/DeflateZLib/ZLibException.cs
Show resolved
Hide resolved
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
@karakasa any particular reason why this is still in draft? Are there pending changes to be made? If not, we can just merge this. |
I was going to prepare a library list and document which |
Thanks! |
Contributes to #109226
Libraries targetting only the current framework are checked. Many of the other mentioned libraries target
.NET Standard
and6.0
, so their#if
clauses cannot be removed. Detailed list TBD.