Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Include [ComVisible(false)] in generated _AssemblyInfo.cs file #77

Closed
stephentoub opened this issue Feb 16, 2015 · 2 comments
Closed

Include [ComVisible(false)] in generated _AssemblyInfo.cs file #77

stephentoub opened this issue Feb 16, 2015 · 2 comments
Assignees

Comments

@stephentoub
Copy link
Member

Per the discussion at dotnet/corefx#782, we're scrubbing [ComVisible] attribution from the CoreFX sources. If the resolution of that discussion is that we should have an [assembly: ComVisible(false)] attribute in every assembly, we should put it in the generated _AssemblyInfo.cs file that's generated as part of the build.

@weshaggard
Copy link
Member

The support for this has been included in the build tools we now just need to decide whether or not we include it by default by setting AssemblyComVisible=false in our src\dir.targets in the CoreFX repo.

@weshaggard
Copy link
Member

We have support for this in the build targets but right now we aren't putting any AssemblyComVisible attributes on our assemblies. I'm closing this issue as it was more about adding support for this if we feel we need to set it to false then we just need to set the AssemblyComVisible property to false in our dir.props for the repo.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants