Don’t know if there is a better place to post feature requests
Given that NUnit is now being integrated into unity it would be great to be able to define the InternalsVisibleToAttribute for assemblies, that way pieces of code could be made visible to testing assemblies.
I think this should already work with the new Assembly Definition Files feature - you’d just stick [assembly:InternalsVisibleTo] into one of the files that is being compiled into your assembly.