-
Notifications
You must be signed in to change notification settings - Fork 0
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
Issues with replacements #1
Comments
ahh of course... it is the value of the RootNameSpace that should be changed, not the tag itself.
|
And i am closing this. Thanks for your help and time @sayedihashimi |
can some body help me please? |
I looked into why your project wasn't building. The issues is lines 6 and 7 _preprocess.xml which contains the following.
When the replacements are processed the .csproj file ends up having the following.
You can perform replacements on the .csproj file but it those replacements should not cause the file to be invalid XML or invalid MSBuild.
I don't understand what is the purpose of the two replacements here. I searched through the ConsoleApp project and for both RootNamespace and AssemblyName the only usage was the element in the .csproj file.
The text was updated successfully, but these errors were encountered: