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

Assembly reference private matches visual studio behaviour #133

Open
awelburn opened this issue Oct 23, 2015 · 0 comments
Open

Assembly reference private matches visual studio behaviour #133

awelburn opened this issue Oct 23, 2015 · 0 comments

Comments

@awelburn
Copy link

Variation of #83 but with the private element instead
Text copied from #83 for reference:

Scenario

Updating existing project files to change assembly reference hint paths, and want as little merge conflicts as possible

Problem

Private boolean is serialized ToLower() which is not the Visual Studio behaviour

Fubu

<Reference Include="log4net">
    <HintPath>Lib\log4netdll</HintPath>
    <Private>false</Private>
</Reference>

Visual Studio

<Reference Include="log4net">
    <HintPath>Lib\log4netdll</HintPath>
    <Private>False</Private>
</Reference>

Note the difference in boolean casing.

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

No branches or pull requests

1 participant