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
* Breaking: Treat all nullability warnings as errors.
39
37
* Lints involving single line comments have been reduced to warnings to make temporary code commenting easier.
@@ -96,6 +94,20 @@ Initial release
96
94
## 2.1.0
97
95
* Warn when interface method has `public` accessibility modifier (`MESSERLI001`)
98
96
99
-
## Unreleased
97
+
## 2.1.1
100
98
* Relaxed rules:
101
99
*[SA1119](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1119.md) (StatementMustNotUseUnnecessaryParenthesis) is now disabled.
100
+
101
+
* Update IDisposableAnalyzers to 3.4.15. Excerpt from [IDisposableAnalyzers Changelog]:
102
+
> #### 3.4.15
103
+
> * BUGFIX: IDISP005 with ServiceDescriptor
104
+
> * BUGFIX: IDISP004 when DisposeWith
105
+
> #### 3.4.14
106
+
> * BUGFIX: IDISP005 should not warn in Assert.Throws.
0 commit comments