多个 Dotfuscator 构建警告 Xamarin:SetStateMachine 和 MoveNext

cnc*_*ncb 5 dotfuscator xamarin.forms

构建我的 Xamarin Forms Android 应用程序(.NET 标准 2.0)时,Dotfuscator 会输出多个警告。产生以下输出:

2>  Running Dotfuscator with config file 'DotfuscatorConfig.xml'...
2>EXEC : [Build Output] warning : MoveNext overrides MoveNext which could not be found.
2>EXEC : [Build Output] warning : SetStateMachine overrides SetStateMachine which could not be found.
2>EXEC : [Build Output] warning : MoveNext overrides MoveNext which could not be found.
2>EXEC : [Build Output] warning : SetStateMachine overrides SetStateMachine which could not be found.
...Repeats over and over again...
Run Code Online (Sandbox Code Playgroud)

还有其他人看到过这个并知道发生了什么事吗?谢谢,