You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,3 +45,30 @@ Initial release
45
45
## 2.0.0-rc.3
46
46
- Update StyleCop.Analyzers to 1.2.0-beta.312 ([diff](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/compare/1.2.0-beta.261...1.2.0-beta.312))
47
47
- Fix compilation error when building an F# project.
48
+
49
+
## Unreleased
50
+
* Update IDisposableAnalyzers to 3.4.8. Excerpt from [IDisposableAnalyzers Changelog]:
51
+
> #### 3.4.8
52
+
> * BUGFIX: Don't use Roslyn's SymbolEqualityComparer
53
+
> #### 3.4.7
54
+
> * Can't repro issues, thinking maybe the 3.4.6 release used wrong binaries.
55
+
> #### 3.4.6
56
+
> * BUGFIX: IDSP007 when using declaration.
57
+
> * BUGFIX: Figure out chained calls.
58
+
> #### 3.4.5
59
+
> * FEATURE: Handle switch expression.
60
+
> * BUGFIX: Figure out await in more places.
61
+
> * BUGFIX: Tweak assumptions about binary symbols.
62
+
> * BUGFIX: Handle Interlocked.Exchange
63
+
> #### 3.4.4
64
+
> * FEATURE: Handle some common uses of reflection.
65
+
> #### 3.4.3
66
+
> * Special case ConnectionFactory.CreateConnection
67
+
> * BUGFIX: Handle chained calls
68
+
> * BUGFIX: Cast and dispose correctly.
69
+
> #### 3.4.2
70
+
> * Handle some regressions in Roslyn 3.7
71
+
* Update StyleCop.Analyzers to 1.2.0-beta.321 ([diff](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/compare/1.2.0-beta.312...1.2.0-beta.321)) \
72
+
Notable changes/fixes:
73
+
*[9c5c071: Support records without braces](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/compare/1.2.0-beta.312...1.2.0-beta.321)
74
+
*[46d2e37: Support implicit object creation expressions in SA1129 code fix](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/commit/46d2e37fed1e471446f32c88c6bdaf2530239570)
0 commit comments