How can we help you today? How can we help you today?

ANTS gets confused with comments

This comment block will confuse ANTS and all lines of code following this will be considered comments:

//**************************************
//* Column properties
//**************************************
/// <summary>Gets the WorkerStatusId <see
bradirby
0

Comments

1 comment

  • Robert C
    Well spotted - it does indeed. We mistakenly treat the "//*" as a multi-line comment start, and then wait for a matching "*/". If you add a trailing "/" to the end of your line of asterisks, then ANTS will be happy again.

    Note that even if the source code view does treat the text as a comment, it will not affect the display of timing information.

    Thanks,
    Rob
    Robert C
    0

Add comment

Please sign in to leave a comment.