107 references to DiagnosticDescriptorCreationAnalyzer
Microsoft.CodeAnalysis.Analyzers (4)
MetaAnalyzers\Fixers\AnalyzerReleaseTrackingFix.cs (2)
126
diagnostic.Properties.TryGetValue(
DiagnosticDescriptorCreationAnalyzer
.EntryToAddPropertyName, out entryToAdd) &&
143
diagnostic.Properties.TryGetValue(
DiagnosticDescriptorCreationAnalyzer
.EntryToUpdatePropertyName, out entryToUpdate) &&
MetaAnalyzers\Fixers\DefineDiagnosticDescriptorArgumentsCorrectlyFix.cs (2)
136
=> diagnostic.Properties.TryGetValue(
DiagnosticDescriptorCreationAnalyzer
.DefineDescriptorArgumentCorrectlyFixValue, out fixValue) &&
145
if (
DiagnosticDescriptorCreationAnalyzer
.TryGetAdditionalDocumentLocationInfo(diagnostic, out var path, out var fixSpan) &&
Microsoft.CodeAnalysis.Analyzers.UnitTests (103)
MetaAnalyzers\DiagnosticDescriptorCreationAnalyzerTests.cs (81)
13
Microsoft.CodeAnalysis.Analyzers.MetaAnalyzers.
DiagnosticDescriptorCreationAnalyzer
,
16
Microsoft.CodeAnalysis.Analyzers.MetaAnalyzers.
DiagnosticDescriptorCreationAnalyzer
,
1759
VerifyCS.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticTitleCorrectlyRule).WithLocation(1).WithLocation(1),
1761
VerifyCS.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticTitleCorrectlyRule).WithLocation(3).WithLocation(4),
1763
VerifyCS.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticTitleCorrectlyRule).WithLocation(6).WithLocation(7));
1817
VerifyVB.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticTitleCorrectlyRule).WithLocation(1).WithLocation(1),
1819
VerifyVB.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticTitleCorrectlyRule).WithLocation(3).WithLocation(4),
1821
VerifyVB.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticTitleCorrectlyRule).WithLocation(6).WithLocation(7));
1883
VerifyCS.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticTitleCorrectlyRule).WithLocation(0)
1916
VerifyVB.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticTitleCorrectlyRule).WithLocation(0)
1979
VerifyCS.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticTitleCorrectlyRule).WithLocation(1).WithLocation(1),
1981
VerifyCS.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticTitleCorrectlyRule).WithLocation(3).WithLocation(4));
2033
VerifyVB.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticTitleCorrectlyRule).WithLocation(1).WithLocation(1),
2035
VerifyVB.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticTitleCorrectlyRule).WithLocation(3).WithLocation(4));
2105
VerifyCS.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticTitleCorrectlyRule).WithLocation(0)
2138
VerifyVB.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticTitleCorrectlyRule).WithLocation(0)
2200
VerifyCS.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticTitleCorrectlyRule).WithLocation(1).WithLocation(4),
2202
VerifyCS.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticTitleCorrectlyRule).WithLocation(3).WithLocation(4)
2253
VerifyCS.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticTitleCorrectlyRule).WithLocation(1).WithLocation(4),
2255
VerifyCS.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticTitleCorrectlyRule).WithLocation(3).WithLocation(4));
2307
VerifyCS.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticTitleCorrectlyRule).WithLocation(0),
2308
VerifyCS.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticTitleCorrectlyRule).WithLocation(1)
2344
VerifyVB.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticTitleCorrectlyRule).WithLocation(0),
2345
VerifyVB.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticTitleCorrectlyRule).WithLocation(1)
2412
VerifyCS.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticTitleCorrectlyRule).WithLocation(1).WithLocation(1),
2414
VerifyCS.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticTitleCorrectlyRule).WithLocation(3).WithLocation(3),
2416
VerifyCS.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticTitleCorrectlyRule).WithLocation(5).WithLocation(5));
2448
VerifyVB.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticTitleCorrectlyRule).WithLocation(1).WithLocation(1),
2450
VerifyVB.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticTitleCorrectlyRule).WithLocation(3).WithLocation(3),
2452
VerifyVB.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticTitleCorrectlyRule).WithLocation(5).WithLocation(5));
2529
VerifyCS.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticTitleCorrectlyRule).WithLocation(0)
2562
VerifyVB.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticTitleCorrectlyRule).WithLocation(0)
2691
VerifyCS.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticTitleCorrectlyRule).WithLocation(0)
2724
VerifyCS.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticTitleCorrectlyRule).WithLocation(0)
2792
VerifyCS.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticMessageCorrectlyRule).WithLocation(1).WithLocation(1),
2794
VerifyCS.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticMessageCorrectlyRule).WithLocation(3).WithLocation(4));
2846
VerifyVB.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticMessageCorrectlyRule).WithLocation(1).WithLocation(1),
2848
VerifyVB.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticMessageCorrectlyRule).WithLocation(3).WithLocation(4));
2918
VerifyCS.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticMessageCorrectlyRule).WithLocation(0)
2951
VerifyVB.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticMessageCorrectlyRule).WithLocation(0)
3007
VerifyCS.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticMessageCorrectlyRule).WithLocation(1).WithLocation(1));
3053
VerifyVB.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticMessageCorrectlyRule).WithLocation(1).WithLocation(1));
3119
VerifyCS.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticMessageCorrectlyRule).WithLocation(1).WithLocation(1),
3121
VerifyCS.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticMessageCorrectlyRule).WithLocation(3).WithLocation(3),
3123
VerifyCS.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticMessageCorrectlyRule).WithLocation(5).WithLocation(5));
3155
VerifyVB.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticMessageCorrectlyRule).WithLocation(1).WithLocation(1),
3157
VerifyVB.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticMessageCorrectlyRule).WithLocation(3).WithLocation(3),
3159
VerifyVB.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticMessageCorrectlyRule).WithLocation(5).WithLocation(5));
3233
VerifyCS.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticMessageCorrectlyRule).WithLocation(0)
3266
VerifyVB.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticMessageCorrectlyRule).WithLocation(0)
3415
VerifyCS.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticMessageCorrectlyRule).WithLocation(0)
3448
VerifyVB.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticMessageCorrectlyRule).WithLocation(0)
3514
VerifyCS.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticDescriptionCorrectlyRule).WithLocation(1).WithLocation(2),
3516
VerifyCS.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticDescriptionCorrectlyRule).WithLocation(4).WithLocation(5));
3566
VerifyVB.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticDescriptionCorrectlyRule).WithLocation(1).WithLocation(1),
3568
VerifyVB.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticDescriptionCorrectlyRule).WithLocation(3).WithLocation(4));
3638
VerifyCS.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticDescriptionCorrectlyRule).WithLocation(0)
3671
VerifyVB.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticDescriptionCorrectlyRule).WithLocation(0)
3820
VerifyCS.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticDescriptionCorrectlyRule).WithLocation(0)
3853
VerifyVB.Diagnostic(
DiagnosticDescriptorCreationAnalyzer
.DefineDiagnosticDescriptionCorrectlyRule).WithLocation(0)
4289
/// Creates an expected diagnostic for <inheritdoc cref="
DiagnosticDescriptorCreationAnalyzer
.UseLocalizableStringsInDescriptorRule"/>
4292
new DiagnosticResult(
DiagnosticDescriptorCreationAnalyzer
.UseLocalizableStringsInDescriptorRule)
4297
/// Creates an expected diagnostic for <inheritdoc cref="
DiagnosticDescriptorCreationAnalyzer
.ProvideHelpUriInDescriptorRule"/>
4300
new DiagnosticResult(
DiagnosticDescriptorCreationAnalyzer
.ProvideHelpUriInDescriptorRule)
4304
/// Creates an expected diagnostic for <inheritdoc cref="
DiagnosticDescriptorCreationAnalyzer
.DiagnosticIdMustBeAConstantRule"/>
4307
new DiagnosticResult(
DiagnosticDescriptorCreationAnalyzer
.DiagnosticIdMustBeAConstantRule)
4312
/// Creates an expected diagnostic for <inheritdoc cref="
DiagnosticDescriptorCreationAnalyzer
.DiagnosticIdMustBeInSpecifiedFormatRule"/>
4315
new DiagnosticResult(
DiagnosticDescriptorCreationAnalyzer
.DiagnosticIdMustBeInSpecifiedFormatRule)
4320
/// Creates an expected diagnostic for <inheritdoc cref="
DiagnosticDescriptorCreationAnalyzer
.UseUniqueDiagnosticIdRule"/>
4323
new DiagnosticResult(
DiagnosticDescriptorCreationAnalyzer
.UseUniqueDiagnosticIdRule)
4328
/// Creates an expected diagnostic for <inheritdoc cref="
DiagnosticDescriptorCreationAnalyzer
.UseCategoriesFromSpecifiedRangeRule"/>
4331
new DiagnosticResult(
DiagnosticDescriptorCreationAnalyzer
.UseCategoriesFromSpecifiedRangeRule)
4336
/// Creates an expected diagnostic for <inheritdoc cref="
DiagnosticDescriptorCreationAnalyzer
.ProvideCustomTagsInDescriptorRule"/>
4339
new DiagnosticResult(
DiagnosticDescriptorCreationAnalyzer
.ProvideCustomTagsInDescriptorRule)
4343
/// Creates an expected diagnostic for <inheritdoc cref="
DiagnosticDescriptorCreationAnalyzer
.AnalyzerCategoryAndIdRangeFileInvalidRule"/>
4346
new DiagnosticResult(
DiagnosticDescriptorCreationAnalyzer
.AnalyzerCategoryAndIdRangeFileInvalidRule)
4351
/// Creates an expected diagnostic for <inheritdoc cref="
DiagnosticDescriptorCreationAnalyzer
.DoNotUseReservedDiagnosticIdRule"/>
4354
new DiagnosticResult(
DiagnosticDescriptorCreationAnalyzer
.DoNotUseReservedDiagnosticIdRule)
4359
/// Creates an expected diagnostic for <inheritdoc cref="
DiagnosticDescriptorCreationAnalyzer
.AddCompilationEndCustomTagRule"/>
4362
new DiagnosticResult(
DiagnosticDescriptorCreationAnalyzer
.AddCompilationEndCustomTagRule)
4469
.Add(
DiagnosticDescriptorCreationAnalyzer
.EnableAnalyzerReleaseTrackingRule.Id, ReportDiagnostic.Suppress);
MetaAnalyzers\ReleaseTrackingAnalyzerTests.cs (22)
79
var test = new CSharpCodeFixVerifier<
DiagnosticDescriptorCreationAnalyzer
, AnalyzerReleaseTrackingFix>.Test()
167
new DiagnosticResult(
DiagnosticDescriptorCreationAnalyzer
.RemoveUnshippedDeletedDiagnosticIdRule).WithArguments("Id1"));
189
new DiagnosticResult(
DiagnosticDescriptorCreationAnalyzer
.RemoveShippedDeletedDiagnosticIdRule).WithArguments("Id1", "1.0"));
502
DiagnosticDescriptorCreationAnalyzer
.InvalidUndetectedEntryInAnalyzerReleasesFileRule,
601
DiagnosticDescriptorCreationAnalyzer
.InvalidHeaderInAnalyzerReleasesFileRule,
641
DiagnosticDescriptorCreationAnalyzer
.InvalidUndetectedEntryInAnalyzerReleasesFileRule :
642
DiagnosticDescriptorCreationAnalyzer
.InvalidEntryInAnalyzerReleasesFileRule;
702
DiagnosticDescriptorCreationAnalyzer
.InvalidUndetectedEntryInAnalyzerReleasesFileRule :
703
DiagnosticDescriptorCreationAnalyzer
.InvalidEntryInAnalyzerReleasesFileRule;
837
DiagnosticDescriptorCreationAnalyzer
.InvalidRemovedOrChangedWithoutPriorNewEntryInAnalyzerReleasesFileRule,
870
DiagnosticDescriptorCreationAnalyzer
.InvalidRemovedOrChangedWithoutPriorNewEntryInAnalyzerReleasesFileRule,
902
DiagnosticDescriptorCreationAnalyzer
.InvalidRemovedOrChangedWithoutPriorNewEntryInAnalyzerReleasesFileRule,
991
.Add(
DiagnosticDescriptorCreationAnalyzer
.DiagnosticIdMustBeInSpecifiedFormatRule.Id, ReportDiagnostic.Suppress)
992
.Add(
DiagnosticDescriptorCreationAnalyzer
.DoNotUseReservedDiagnosticIdRule.Id, ReportDiagnostic.Suppress)
993
.Add(
DiagnosticDescriptorCreationAnalyzer
.ProvideCustomTagsInDescriptorRule.Id, ReportDiagnostic.Suppress)
994
.Add(
DiagnosticDescriptorCreationAnalyzer
.ProvideHelpUriInDescriptorRule.Id, ReportDiagnostic.Suppress)
995
.Add(
DiagnosticDescriptorCreationAnalyzer
.UseCategoriesFromSpecifiedRangeRule.Id, ReportDiagnostic.Suppress)
996
.Add(
DiagnosticDescriptorCreationAnalyzer
.UseLocalizableStringsInDescriptorRule.Id, ReportDiagnostic.Suppress)
997
.Add(
DiagnosticDescriptorCreationAnalyzer
.UseUniqueDiagnosticIdRule.Id, ReportDiagnostic.Suppress);
1008
var test = new CSharpCodeFixTest<
DiagnosticDescriptorCreationAnalyzer
, AnalyzerReleaseTrackingFix, DefaultVerifier>
1048
? new CSharpCodeFixTest<
DiagnosticDescriptorCreationAnalyzer
, AnalyzerReleaseTrackingFix, DefaultVerifier>()
1049
: (CodeFixTest<DefaultVerifier>)new VisualBasicCodeFixTest<
DiagnosticDescriptorCreationAnalyzer
, AnalyzerReleaseTrackingFix, DefaultVerifier>();