File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 20
20
</PropertyGroup >
21
21
22
22
<PropertyGroup >
23
- <Version >3.4.3 </Version >
23
+ <Version >3.4.5 </Version >
24
24
<DevelopmentDependency >true</DevelopmentDependency >
25
25
<Authors >Johan Larsson, milleniumbug</Authors >
26
26
<Description >Analyzers and fixes for IDisposable.</Description >
27
27
<PackageTags >IDisposable Roslyn Diagnostic Analyzer DotnetAnalyzers</PackageTags >
28
28
<PackageReleaseNotes >
29
+ 3.4.5
30
+ FEATURE: Handle switch expression.
31
+ BUGFIX: Figure out await in more places.
32
+ BUGFIX: Tweak assumptions about binary symbols.
33
+ BUGFIX: Handle Interlocked.Exchange
34
+ 3.4.4
35
+ FEATURE: Handle some common uses of reflection.
36
+ 3.4.3
37
+ Special case ConnectionFactory.CreateConnection
38
+ BUGFIX: Handle chained calls
39
+ BUGFIX: Cast and dispose correctly.
29
40
3.4.2
30
41
Handle some regressions in Roslyn 3.7
31
42
3.4.1
Original file line number Diff line number Diff line change 1
- ####
1
+ #### 3.4.5
2
2
* FEATURE: Handle switch expression.
3
3
* BUGFIX: Figure out await in more places.
4
4
* BUGFIX: Tweak assumptions about binary symbols.
5
+ * BUGFIX: Handle Interlocked.Exchange
5
6
6
7
#### 3.4.4
7
8
* FEATURE: Handle some common uses of reflection.
You can’t perform that action at this time.
0 commit comments