dotnet / dotnet/runtime

[Mono] Remove overrides of default trimming switches for Apple mobile

Open
#124,505 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.