【发布时间】:2011-05-29 05:22:13
【问题描述】:
如果我有以下代码...
#if PocketPC
/// <summary>Indicates whether usage of the Windows Mobile 5.0+ GPS intermediate driver is allowed.</summary>
private static bool allowGpsIntermediateDriver = true;
/// <summary>Indicates whether the device detection thread is currently active.</summary>
private static bool isDetectionThreadAlive;
#endif
...ReSharper 给了我“xml 注释没有放在有效的语言元素上”错误。有时可以使用#pragma 抑制这些,但大多数情况下它们不能。有没有办法解决这个问题?
【问题讨论】:
-
也在youtrack上:youtrack.jetbrains.net/issue/RSRP-181007
标签: c# documentation comments resharper resharper-5.0