Ability to turn off _CompileAppManifest
for library projects
#15031
Labels
dotnet
An issue or pull request related to .NET (6)
enhancement
The issue or pull request is an enhancement
performance
If an issue or pull request is related to performance
Milestone
We are seeing library projects targeting
net6.0-macos
where the target_CompileAppManifest
and related targets run:xamarin-macios/msbuild/Xamarin.Shared/Xamarin.Shared.targets
Line 501 in 82482ed
I know it's not a lot of overhead, but my understanding that if we know the libraries definitely have nothing to do with MacOS perhaps we should be able to turn off this machinery?
Perhaps
AppManifestDetectionEnabled
should be respected in a condition in these targets?See related:
#13583
I think most of these targets don't need to run for regular projects and we should be able to turn them off?
The text was updated successfully, but these errors were encountered: