Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Common AssemblySharedInfo.cs #402

Closed
GoogleCodeExporter opened this issue Apr 14, 2015 · 3 comments
Closed

Common AssemblySharedInfo.cs #402

GoogleCodeExporter opened this issue Apr 14, 2015 · 3 comments
Assignees

Comments

@GoogleCodeExporter
Copy link

Consider splitting all the AssemblyInfo.cs into a SharedInfo.cs and
AssemblyInfo.cs. The SharedInfo.cs would sit in a separate solution folder,
and physically in the root folder of the solution. 
You would then add the SharedInfo.cs as a linked file to each project.

This simplifies future updates that are common to all the assemblies.

The AssemblyTitle and possibly AssymblyProduct, AssemblyMetadata, as well as 
any other assembly-specific attributes should stay in the AssemblyInfo.cs files.

suggested by Noam Kfir.

Original issue reported on code.google.com by pele...@google.com on 15 Oct 2013 at 9:26

@GoogleCodeExporter
Copy link
Author

Original comment by pele...@google.com on 29 Oct 2013 at 2:07

  • Added labels: Component-Build

@GoogleCodeExporter
Copy link
Author

Original comment by pele...@google.com on 22 Nov 2013 at 3:34

  • Added labels: Priority-Low
  • Removed labels: Priority-Medium

@chrsmith
Copy link
Contributor

chrsmith commented Mar 4, 2016

Closing out as stale.

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

No branches or pull requests

2 participants