loresoft / msbuildtasks

The MSBuild Community Tasks Project is an open source project for MSBuild tasks.
BSD 2-Clause "Simplified" License
946 stars 271 forks source link

msbuild community tasks intellisense #65

Open maciejw opened 11 years ago

maciejw commented 11 years ago

I checked https://github.com/loresoft/msbuildtasks/blob/master/Source/MSBuild.Community.Tasks/MSBuild.Community.Tasks.xsd and it contains some errors regarding redefinition of Move task, and Vss* tasks wrong attribute Label extension, label is already defined and it have msbuild not Vss meaning.

when I include this schema intellisense stops working.

have you considered fixing this schema? renaming Label property to LabelName and renaming Move task?

I know that fix is not in schema but in code, and schema is mere reflection of code, I know that it has some compatibility issues, people are using it. nevertheless I'm interested in your opinion.

bsara commented 10 years ago

This should now be fixed. This issue can now be closed.