mhutch / MonoDevelop.MSBuildEditor

Improved MSBuild editing support
Other
215 stars 26 forks source link

Handle full range of boolean conversions #142

Open mhutch opened 7 months ago

mhutch commented 7 months ago

The condition parser considers multiple values to be equivalent to true and false, such as on, off, !off and !on. We should support these too.

https://github.com/dotnet/msbuild/blob/07fd5d51f25134ea3ab3620c66f6501a74df2921/src/Shared/ConversionUtilities.cs#L111-L119t