Skip to content

Conversation

@asbjornu
Copy link
Member

@asbjornu asbjornu commented Jun 27, 2016

This PR improves how the AssemblyInfoBuilder discovers what language is being compiled by not looking for an AssemblyInfo.* file, but instead finding the first *.vb or *.cs file and deducing the langauge from there.

Also adds a few more guards and tests for AssemblyInfoBuilder to make it more robust and easier to understand if it breaks.

Fixes #885.

@asbjornu asbjornu force-pushed the feature/assembly-info-builder-language-discovery branch from c447240 to ef3bd92 Compare June 29, 2016 08:01
@pascalberger
Copy link
Member

@asbjornu LGTM. If you rebase the branch I can merge this.

Improve how the AssemblyInfoBuilder discovers what language is being compiled
by not looking for an `AssemblyInfo.*` file, but instead finding the first
*.vb og *.cs file and deducing the langauge from there.

Also adds a few more guards and tests for AssemblyInfoBuilder to make it more
robust and easier to understand if it breaks.
@asbjornu asbjornu force-pushed the feature/assembly-info-builder-language-discovery branch from ef3bd92 to 45590b5 Compare July 4, 2016 10:00
@asbjornu
Copy link
Member Author

asbjornu commented Jul 4, 2016

@pascalberger Thanks. Rebased and all green. 😄

@pascalberger pascalberger merged commit 9643410 into GitTools:master Jul 4, 2016
@asbjornu asbjornu deleted the feature/assembly-info-builder-language-discovery branch July 4, 2016 10:20
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.

2 participants