Hello,
I have in memory DLL loaded into appdomain with the InternalsVisibleTo attribute setup. This DLL is used inside CSharpParser instance to provide roslyn compilation diagnostics for the editor. The issue here is that intellisense doesn't provide info for internal types even though the diagnostic reports no errors. Is there any way to include internal types in the resulting IAssembly?
Thank you