c# - Visual Studio 2015 does not recognize InternalVisibleTo from friendly assemblies -


i have 2 c# assemblies, , b. in a, used

[assembly: internalsvisibleto("b")] 

to make internal types/methods/properties in available b. works , builds fine. however, if load project b in visual studio 2015, see references internals in marked errors, error message being: "someclassdefinedina" inaccessible due protection level. used work in visual studio 2013.

anyone else seeing this? solutions?


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -