AsyncTask でいくつかのタスクを実行する必要がある Xamarin で Android プロジェクトを作成しています。しかし、私のコードは RunInBackground() に達していません。RunInBackground() を DoInBackground() に置き換えると、「オーバーライドする適切なメソッドが見つかりません」というエラーが表示されます。これは私が得ている内部例外です
[mono] Unable to find seq points for method '(wrapper managed-to-native) System.Diagnostics.Debugger:Mono_UnhandledException_internal (System.Exception)'.
[] * Assertion at /Users/builder/data/lanes/monodroid-mlion-monodroid-4.8.0-branch/3f1c339b/source/mono/mono/mini/debugger-agent.c:5150, condition `sp' not met
[mono-rt] Stacktrace:
[mono-rt]
[mono-rt]
[mono-rt] =================================================================
[mono-rt] Got a SIGSEGV while executing native code. This usually indicates
[mono-rt] a fatal error in the mono runtime or one of the native libraries
[mono-rt] used by your application.
[mono-rt] =================================================================
[mono-rt]
Step request failed: Exception of type 'Mono.Debugger.Soft.VMDisconnectedException' was thrown.
どのような変更を行う必要がありますか?