-
Notifications
You must be signed in to change notification settings - Fork 564
Closed
Labels
needs-triageIssues that need to be assigned.Issues that need to be assigned.
Description
Android framework version
net10.0-android (Preview)
Affected platform version
.NET 10
Description
One example is $(_IntermediatePdbFile):
android/src/Xamarin.Android.Build.Tasks/Xamarin.Android.Common.targets
Lines 2789 to 2791 in 0bb6cc3
| <PropertyGroup> | |
| <_IntermediatePdbFile>$(IntermediateOutputPath)$(TargetName).pdb</_IntermediatePdbFile> | |
| </PropertyGroup> |
- Remove
$(_IntermediatePdbFile) - Find other MSBuild properties that seem to be completely unused
- List their names and remove them
- Do not change behavior of existing builds
Copilot
Metadata
Metadata
Assignees
Labels
needs-triageIssues that need to be assigned.Issues that need to be assigned.