We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Variation of #83 but with the private element instead Text copied from #83 for reference:
Updating existing project files to change assembly reference hint paths, and want as little merge conflicts as possible
Private boolean is serialized ToLower() which is not the Visual Studio behaviour
Private
ToLower()
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.
The text was updated successfully, but these errors were encountered:
Assembly reference private matches visual studio behaviour FubuMvcArc…
ff79145
…hive#133
No branches or pull requests
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 serializedToLower()
which is not the Visual Studio behaviourFubu
Visual Studio
Note the difference in boolean casing.
The text was updated successfully, but these errors were encountered: