Dotfuscator throwing error on Xamarin.Android project

前端 未结 4 1184
予麋鹿
予麋鹿 2020-12-16 07:08

I followed the steps to integrate Dotfuscator into my Xamarin.Android project as described here, but when it\'s time to build the project, I\'m getting the following error:<

4条回答
  •  难免孤独
    2020-12-16 07:42

    I've been configuring the Dotfuscator Community Edition at Xamarin.Android project according to this user guide. And I also had the following build error (pretty the same as @AxiomaticNexus):

        Error       The "_DotfuscatorXamarin_DetermineDefaultInputsTask" task failed unexpectedly.
    System.NullReferenceException: Object reference not set to an instance of an object.
       at InlineCode._DotfuscatorXamarin_DetermineDefaultInputsTask.Execute() in c:\Users\user\AppData\Local\Temp\wqhfhbsk.0.cs:line 106
       at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
       at Microsoft.Build.BackEnd.TaskBuilder.d__26.MoveNext() eKey.Droid  C:\VSProjects\dotFuscatorTest\PreEmptive.Dotfuscator.Xamarin.targets    570
    

    I've fixed this issue using @Joe Sewell's Full Disclosure. I hope PreEmptive Solutions will realese the fixed version asap!!!

提交回复
热议问题