Dotfuscator outputs several warnings when building my Xamarin Forms Android app (.NET standard 2.0). The following output is produced:
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...
Has anyone else seen this and know what is going on? Thanks,