15 references to DiagnosticIDs
System.Windows.Forms.Analyzers (3)
System\Windows\Forms\Analyzers\Diagnostics\DiagnosticDescriptorHelper.cs (1)
26string.Format(DiagnosticIDs.UrlFormat, id.ToLowerInvariant()),
System\Windows\Forms\Analyzers\Diagnostics\SharedDiagnosticDescriptors.cs (2)
14id: DiagnosticIDs.MigrateHighDpiSettings, 23id: DiagnosticIDs.MigrateHighDpiSettings,
System.Windows.Forms.Analyzers.CodeFixes.CSharp (1)
System\Windows\Forms\CSharp\CodeFixes\AddDesignerSerializationVisibility\AddDesignerSerializationVisibilityCodeFixProvider.cs (1)
25=> [DiagnosticIDs.MissingPropertySerializationConfiguration];
System.Windows.Forms.Analyzers.CSharp (6)
System\Windows\Forms\CSharp\Analyzers\Diagnostics\CSharpDiagnosticDescriptors.cs (6)
15id: DiagnosticIDs.UnsupportedProjectType, 24id: DiagnosticIDs.PropertyCantBeSetToValue, 33id: DiagnosticIDs.PropertyCantBeSetToValue, 42id: DiagnosticIDs.MissingPropertySerializationConfiguration, 53id: DiagnosticIDs.ImplementITypedDataObject, 64DiagnosticIDs.AvoidPassingFuncReturningTaskWithoutCancellationToken,
System.Windows.Forms.Analyzers.CSharp.Tests (3)
Analyzers\AvoidPassingTaskWithoutCancellationToken\AvoidPassingTaskWithoutCancellationTokenTest.cs (1)
104string diagnosticId = DiagnosticIDs.AvoidPassingFuncReturningTaskWithoutCancellationToken;
Analyzers\WFO1001\ImplementITypedDataObjectTests.cs (1)
14private const string DiagnosticId = DiagnosticIDs.ImplementITypedDataObject;
Generators\ApplicationConfigurationGenerator\ApplicationConfigurationGeneratorTests.cs (1)
72DiagnosticResult.CompilerError(DiagnosticIDs.UnsupportedProjectType).WithArguments("WindowsApplication"),
System.Windows.Forms.Analyzers.Tests (2)
Analyzers\AppManifestAnalyzer\AppManifestAnalyzerTests.cs (2)
142AnalyzerConfigFiles = { ("/.globalconfig", $"is_global = true\r\ndotnet_diagnostic.{DiagnosticIDs.MigrateHighDpiSettings}.severity = none") } 162AnalyzerConfigFiles = { ("/.globalconfig", $"is_global = true\r\ndotnet_diagnostic.{DiagnosticIDs.MigrateHighDpiSettings}.severity = none") }