Closed Redth closed 4 months ago
This should be slightly improved by https://github.com/Redth/DotNet.Platform.SlimBindings/pull/15 via:
Though I will be revisiting this when introducing MSBuild tasks, as this doesn't work perfectly with projects that multitarget ios/mac.
Fixes for multitargeting landed in https://github.com/Redth/DotNet.Platform.SlimBindings/pull/22, going to close this as fixed.
Currently using a target that causes the
BuildXCFramework
andBuildAar
targets to run too often (including in a nuget restore build pass).Need to look for a better target to use for each platform. There is something like CollectNativeReferences on iOS and _ResolveAars on Android (which they inject into
CoreResolveReferencesDependsOn
)