Open vkmohan1689 opened 6 months ago
@vkmohan1689 for this to work, you are going to need some general MSBuild knowledge and know the appropriate places to hook into the build process. This isn't going to work out of the box. We can offer suggestions, but the docs here are probably the place to start:
$(AfterGenerateAndroidManifest)
is an example of a build-time extension point.
If ".NET Reactor" is a product, they could build this support for you. I imagine it would be a NuGet package that supports all .NET MAUI platforms.
Steps to Reproduce
Expected Behavior
apk should be generated without any issue
Actual Behavior
when link behavior is set to "Don't link " no issue with build if link behavior is set either "link sdk assemblies " or "link all assemblies " throws below error
Environment
Build Logs