You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I attempt to load a bunch of projects from vscode I get errors everywhere for inaccessibility due to protection level. These projects build just fine on the command line, and load in VS without issue.
The text was updated successfully, but these errors were encountered:
@TyOverby: OmniSharp should support InternalsVisibleTo just fine. Is it possible that the project you're loading is Roslyn? In Roslyn, the InternalsVisibleTo attributes are generated via MSBuild tasks, which OmniSharp won't run today.
Not yet, the problem is that OmniSharp needs to run the "Compile" target as a design-time build. Today, it just runs the ResolveAssemblyReferences target. I tried switching it, but ran into some complexities, so it'll take a bit more effort.
When I attempt to load a bunch of projects from vscode I get errors everywhere for inaccessibility due to protection level. These projects build just fine on the command line, and load in VS without issue.
The text was updated successfully, but these errors were encountered: