Hello, all
Is it possible to make classes used by an exposed custom classes non-visible to assembly consumer?
Currently what happens is that I have a custom NVO, which I expose to assembly consumers and this NVO uses other classes, such as DS ineritanse, etc. These classes are not supposed to be exposed to assembly consumers, yet they are visible in object browser.
This could be the reason for me not being able to create a single ancestor for .NET assembly service. MS Build always fails on creating CS wrappers.
Thank you