提交 86b19725 编写于 作者: M Manish Vasani

Replace TODOs with github issues

上级 932a036d
......@@ -32,7 +32,7 @@ internal sealed class LanguageSettingsPersister : ForegroundThreadAffinitizedObj
private readonly IVsTextManager4 _textManager;
private readonly IGlobalOptionService _optionService;
#pragma warning disable IDE0052 // Remove unread private members - Seems like a bug that we Advise to the event sink, but do not Unadvise. TODO: File a bug.
#pragma warning disable IDE0052 // Remove unread private members - https://github.com/dotnet/roslyn/issues/46167
private readonly ComEventSink _textManagerEvents2Sink;
#pragma warning restore IDE0052 // Remove unread private members
......
......@@ -186,7 +186,7 @@ void IVsTrackProjectDocumentsEvents4.OnAfterRemoveFilesEx(int cProjects, int cFi
}
}
#pragma warning disable IDE0059 // Unnecessary assignment of a value - TODO: File a bug for investigation of this functionality.
#pragma warning disable IDE0059 // Unnecessary assignment of a value - https://github.com/dotnet/roslyn/issues/46168
foreach (var fileFullPath in ruleSetDeletions)
#pragma warning restore IDE0059 // Unnecessary assignment of a value
{
......
......@@ -39,7 +39,7 @@ End Sub
VisualStudio.Editor.Verify.CurrentLineText("For a = 0 To 1 Step$$ 1", assertCaretPosition: true, trimWhitespace: true);
}
#pragma warning disable IDE0060 // Remove unused parameter - TODO: File a bug to fix this helper to verify 'expectedCount'
#pragma warning disable IDE0060 // Remove unused parameter - https://github.com/dotnet/roslyn/issues/46169
private void Verify(string marker, int expectedCount)
#pragma warning restore IDE0060 // Remove unused parameter
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册