Advertisement
Guest User

pff

a guest
Dec 18th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. Severity Code Description Project File Line Suppression State Suppression State
  2. Error The "LinkAssemblies" task failed unexpectedly.
  3. Mono.Linker.MarkException: Error processing method: 'System.Void MyApp.App/<OnResume>d__10::MoveNext()' in assembly: 'MyApp.dll' ---> Mono.Cecil.ResolutionException: Failed to resolve System.Void Microsoft.AppCenter.Crashes.Crashes::TrackError(System.Exception,System.Collections.Generic.IDictionary`2<System.String,System.String>,Microsoft.AppCenter.Crashes.ErrorAttachmentLog[])
  4. at Mono.Linker.Steps.MarkStep.HandleUnresolvedMethod(MethodReference reference)
  5. at Mono.Linker.Steps.MarkStep.MarkMethod(MethodReference reference)
  6. at Mono.Linker.Steps.MarkStep.MarkInstruction(Instruction instruction)
  7. at Mono.Linker.Steps.MarkStep.MarkMethodBody(MethodBody body)
  8. at Mono.Linker.Steps.MarkStep.ProcessMethod(MethodDefinition method)
  9. at Mono.Linker.Steps.MarkStep.ProcessQueue()
  10. --- End of inner exception stack trace ---
  11. at Mono.Linker.Steps.MarkStep.ProcessQueue()
  12. at Mono.Linker.Steps.MarkStep.ProcessPrimaryQueue()
  13. at Mono.Linker.Steps.MarkStep.Process()
  14. at Mono.Linker.Steps.MarkStep.Process(LinkContext context)
  15. at MonoDroid.Tuner.MonoDroidMarkStep.Process(LinkContext context)
  16. at Mono.Linker.Pipeline.ProcessStep(LinkContext context, IStep step)
  17. at Mono.Linker.Pipeline.Process(LinkContext context)
  18. at MonoDroid.Tuner.Linker.Process(LinkerOptions options, ILogger logger, LinkContext& context)
  19. at Xamarin.Android.Tasks.LinkAssemblies.Execute(DirectoryAssemblyResolver res)
  20. at Xamarin.Android.Tasks.LinkAssemblies.Execute()
  21. at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
  22. at Microsoft.Build.BackEnd.TaskBuilder.<ExecuteInstantiatedTask>d__26.MoveNext() MyApp.Android
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement