File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
1
+ #### 3.1.0
2
+ * BUGFIX: Handle using C = C
3
+ * BUGFIX WPF014 when null coalesce
4
+
1
5
#### 2.3
2
6
* NEW RULES: WPF0171-176
3
7
* FEATURE: Use nameof() fix.
Original file line number Diff line number Diff line change 21
21
</PropertyGroup >
22
22
23
23
<PropertyGroup >
24
- <Version >3.0 .0</Version >
24
+ <Version >3.1 .0</Version >
25
25
<DevelopmentDependency >true</DevelopmentDependency >
26
26
<Authors >Johan Larsson</Authors >
27
27
<Description >Roslyn analyzers for WPF.</Description >
28
28
<PackageTags >WPF Roslyn Diagnostic Analyzer DotnetAnalyzers</PackageTags >
29
29
<PackageReleaseNotes >
30
+ 3.1.0
31
+ BUGFIX: Handle using C = C
32
+ BUGFIX WPF014 when null coalesce
33
+ 3.0.0
30
34
BUGFIX: convert to lambda.
31
35
BUGFIX: WPF0032 when nonstandard names.
32
36
BUGFIX: WPF0171 for attached properties.
You can’t perform that action at this time.
0 commit comments