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

Namespace name cannot start with numbers #555

Closed
wants to merge 1 commit into from
Closed

Namespace name cannot start with numbers #555

wants to merge 1 commit into from

Conversation

cristianiorga
Copy link

Updating the assembly info on a project which file name starts with numbers will fail or when building a WPF project because the GenerateTemporaryTargetAssembly task will create a temporary project with a random name which can occasionally start with a number (see https://msdn.microsoft.com/en-us/library/bb397861.aspx).

The fix removes numbers from the start of the assembly name

…o on a project which file name starts with numbers will fail.

This can happen when a project file starts with a number or when building a WPF project because the GenerateTemporaryTargetAssembly task will create a temporary project with a random name which can start with a number (see https://msdn.microsoft.com/en-us/library/bb397861.aspx).

The fix removes numbers from the start of the assembly name
@JakeGinnivan
Copy link
Contributor

#574 fixes this issue by using RootNamespace instead.

Thanks for the PR though!

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