开发者

External comments are included in the reverse order, .Net Visual Studio

ETA: Visual Studio 2010 VB Express edition exhibits the same behaviour.

ETA: Visual Studio 2010 C# Express edition does NOT exhibit the same behaviour.

In VisualStudio 2008 VB Express edition, I specify the following comments:

''' <summary>
''' ...
''' </summary>
''' <remarks>
''' <include file="Comments.xml" path="Section[@name='Part1']/*" />
''' <include file="Comments.xml" path="Section[@name='Part2']/*" />
''' <include file="Comments.xml" path="Secti开发者_StackOverflow中文版on[@name='Part3']/*" />
''' </remarks>
Public Class MyClass

If I compile the file and examine the .xml, I see that the comments are being included in the reverse order to what I specify ie. Part3 appears before Part2 appears before Part1.

Does anyone know why this is happening?

ETA:

Additional behaviour: If inline comments are interspersed between the external includes, they are all written to the xml first and then the includes (in reverse order)!

Please let there be an option called 'Turn off unintuitive xml comment behaviour'


I repro, this bug appears specific to the <remarks> section. You could post to connect.microsoft.com but the odds that they'll fix this are about zilch. Because fixing it would break a lot of existing projects. Which is also the key to the workaround, bugs that go unfixed for too long turn into 'features'. Just reverse the order.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜