Hi feline,
thanks for acknowledging the issue.
And your theory seems plausible:
Indeed in that second example, it was the only XML tag.
Just to test, if I added this for a class method further down in that file:
/// <summary>
///
/// </summary>
/// <param name="request"></param>
public override void CreateRequest(CommandRequest request)
the spelling mistake in the original XML docs (from the second screenshot) is not underlined any longer.
To add to this (and what might help your team sorting this out): if I remove the <param name="...."> tag line in that new XML docs statement from above, the spelling mistake does get detected again.
Hope this helps!
Koen