Reporter |
|
---|---|
Created | Dec 28, 2018 1:11:30 PM |
Updated | Jan 7, 2019 7:34:05 AM |
Subsystem | ReSpeller |
Assignee | Alexandra Kuks (Asia.Rudenko) |
Priority | Normal |
State | Open |
Type | Bug |
Fix version | No Fix versions |
Affected versions | 2018.3 |
Fixed In Version ReSharper | Undefined |
VsVersion | All Versions |
Branch | No branch |
For the following snippet:
/// <summary>
/// Sends a raw message to the remote device. Bypasses the convienece
/// mechanisms such as adding event listeners.
/// </summary>
public Task UnsafeSendMessageAsync(CogSocketMessage message)
{
}
Attempting to replace convienece
will result in the following
/// <summary>
/// Sends a raw message to the remote device. Bypasses the
/// |
/// mechanisms such as adding event listeners.
/// </summary>
public Task UnsafeSendMessageAsync(CogSocketMessage message)
{
}
(where |
indicates the caret position). and the ///
on the same line will be highlighted in Red