提交 60fc14d9 编写于 作者: C Cyrus Najmabadi

Fix diagnostic IDs.

上级 ceb7623a
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Reflection;
namespace Microsoft.CodeAnalysis.Diagnostics
{
internal static class IDEDiagnosticIds
......@@ -88,8 +92,8 @@ internal static class IDEDiagnosticIds
public const string FormattingDiagnosticId = "IDE0055";
public const string UseIndexOperatorDiagnosticId = "IDE0055";
public const string UseRangeOperatorDiagnosticId = "IDE0056";
public const string UseIndexOperatorDiagnosticId = "IDE0056";
public const string UseRangeOperatorDiagnosticId = "IDE0057";
// Analyzer error Ids
public const string AnalyzerChangedId = "IDE1001";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册