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

Generated file should be ignorable #6

Closed
ImrePyhvel opened this issue Feb 13, 2015 · 2 comments
Closed

Generated file should be ignorable #6

ImrePyhvel opened this issue Feb 13, 2015 · 2 comments
Milestone

Comments

@ImrePyhvel
Copy link
Collaborator

Generated file Properties\AssemblyInformationalVersion.gen.cs is included in project, causing it to show as "changed" after any build. This makes it cumbersome when working with version control systems.

For git you can manually set this file to be not tracked but on TFS ignored files are not sent to

Generated file should be changed so the file would be added dynamically at compile-time and not require the dynamic file to be added/updated in version control at all. It should still be easy to observe the generated file.

@ImrePyhvel
Copy link
Collaborator Author

Related to #7. Possible conflicts harder to track once user no longer sees the generated file in their VS project.

@ImrePyhvel ImrePyhvel modified the milestone: v0.11.0 Mar 12, 2015
@ImrePyhvel
Copy link
Collaborator Author

done in v.0.11.0

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

1 participant