Add a test case for #9578 (partial NSProxy support)
Open
enhancement
iOS
macOS
- Dominant language
- C#
- Stars
- 2.9k
- Forks
- 576
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 96
Description
Incomplete test case: 6aeac678553f1476e02ff527389321fb6a59c851
The problem is that adding this test case causes other link all tests to fail. See https://github.com/xamarin/xamarin-macios/pull/9604#issuecomment-690073451:
```
link all/tvOS Simulator/Debug:
LinkedAwayGenericTypeAsOptionalMemberInProtocol: NSSet must be linked away, otherwise this test is useless
Expected: null
But was:
```
Basically we'd need to have multiple test suites so that they don't interfere with each other.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.