BepInEx.AssemblyPublicizer
BepInEx.AssemblyPublicizer copied to clipboard
Closes #13
Publicizing an assembly which contain private methods that are overrides from a base class/interface causes ambiguity errors in certain IDE's (Rider in my case). I remember fixing this using a...
NStrip had this option added by @xiaoxiao921 in https://github.com/bbepis/NStrip/pull/3, seems like it would be good to have here as well.
It would be nice to define a list of types NOT to publicize. In our case (BattleTech modding) it seems inheriting from publicized classes will crash ins some cases, so...