-
Notifications
You must be signed in to change notification settings - Fork 567
System.Linq methods on NS collections is inconsistent #4597
Copy link
Copy link
Open
Labels
copilot-candidateenhancementThe issue or pull request is an enhancementThe issue or pull request is an enhancementgood first issueThis is a good first issue for someone to start working with our codeThis is a good first issue for someone to start working with our codeiOSIssues affecting iOSIssues affecting iOSmacOSIssues affecting macOSIssues affecting macOS
Milestone
Metadata
Metadata
Assignees
Labels
copilot-candidateenhancementThe issue or pull request is an enhancementThe issue or pull request is an enhancementgood first issueThis is a good first issue for someone to start working with our codeThis is a good first issue for someone to start working with our codeiOSIssues affecting iOSIssues affecting iOSmacOSIssues affecting macOSIssues affecting macOS
Type
Fields
Give feedbackNo fields configured for issues without a type.
You can call FirstOrDefault on a
NSSetbut not aNSSet<T>for example. You can not call it onNSMutableArraybut you canNSMutableArray<T>.I've skeched out a reasonable example showing what I've found so far.
Steps to Reproduce
Expected Behavior
All NSCollections to allow LINQ methods.
Actual Behavior
Inconsistency
Environment
Master XM/XI