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 files now have a '.g.cs' extension #58

Merged
merged 1 commit into from
Jan 23, 2021

Conversation

odalet
Copy link
Contributor

@odalet odalet commented Jan 23, 2021

A 2-character long PR: I simply modified the filename pattern so that generated files end in .g.cs and not simply in .cs. This is useful when integrating with 3rd-party code analysis tools. This way, one can easily exclude generated files from such analyses.

Copy link
Member

@AArnott AArnott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the idea and PR.

@AArnott AArnott merged commit a9c8eb3 into microsoft:main Jan 23, 2021
@odalet
Copy link
Contributor Author

odalet commented Jan 24, 2021

You're welcome!

@odalet odalet deleted the generatedFilesExtension branch January 24, 2021 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants