File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99Roslyn analyzers for WPF.
1010* 1.x versions are for Visual Studio 2015.
1111* 2.x versions are for Visual Studio 2017.
12- * 3.x versions are for Visual Studio 2019+.
12+ * 3.x versions are for Visual Studio 2019.
13+ * 4.x versions are for Visual Studio 2022+.
1314
1415| Id | Title
1516| :-- | :--
Original file line number Diff line number Diff line change @@ -488,7 +488,7 @@ internal static class Descriptors
488488 title : "Use correct handler type" ,
489489 messageFormat : "Use correct handler type" ,
490490 category : AnalyzerCategory . RoutedEvent ,
491- defaultSeverity : DiagnosticSeverity . Info ,
491+ defaultSeverity : DiagnosticSeverity . Warning ,
492492 isEnabledByDefault : true ,
493493 description : "Use correct handler type." ) ;
494494
Original file line number Diff line number Diff line change 44| Topic | Value
55| :-- | :--
66| Id | WPF0092
7- | Severity | Info
7+ | Severity | Warning
88| Enabled | True
99| Category | WpfAnalyzers.RoutedEvent
1010| Code | [ RoutedEventCallbackAnalyzer] ( https://github.com/DotNetAnalyzers/WpfAnalyzers/blob/master/WpfAnalyzers/Analyzers/RoutedEventCallbackAnalyzer.cs )
You can’t perform that action at this time.
0 commit comments