[Mono] Remove overrides of default trimming switches for Apple mobile
Open
area-Infrastructure-mono
os-ios
- Dominant language
- C#
- Stars
- 18.3k
- Forks
- 5.6k
- PR merge metrics
- PR metrics pending
Description
## Description
Mono test infrastructure currently overrides SDK-defined trimming defaults for Apple mobile targets:
```
false
<_DefaultValueAttributeSupport Condition="'$(OverrideDefaultValueAndDesignerHostSupport)' == 'true'">true
<_DesignerHostSupport Condition="'$(OverrideDefaultValueAndDesignerHostSupport)' == 'true'">true
```
This is incorrect and should be removed. The test infrastructure should respect SDK-defined properties, and failing tests should be adjusted accordingly.
Contributor guide
Assessment
This issue has not been assessed yet.