obfuscar / example

Example repo of Obfuscar.
54 stars 26 forks source link

Visual Studio for Mac Problem #9

Closed 21piksel closed 4 years ago

21piksel commented 4 years ago

Renaming: fields...Parameters...Properties...Events...Methods...Types...Done. An error occurred during processing: Key containers are not supported for Mono.

On Visual Studio for Mac. Mono and Visual Studio up to date.

lextm commented 4 years ago

Signing with .pfx files is a Windows only feature. So it triggers such errors when trying to sign assemblies this way on Mac.

You have to switch to a .snk file to sign the assemblies, or simply don't sign any assemblies.