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
- Disable SA1412 (StoreFilesAsUtf). This means that BOMs are no longer required in C# files.
22
20
- Update IDisposableAnalyzers from 3.3.2 to 3.3.8:
23
21
- Update StyleCop.Analyzers from 1.2.0-beta.113 to 1.2.0-beta.164 ([diff](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/compare/1.2.0-beta.113...1.2.0-beta.164)).
24
22
- Enable `GenerateDocumentationFile` by default. This had to be turned on manually in each project before,
25
23
as it is required by our StyleCop configuration.
24
+
25
+
## 1.2.1
26
+
- Update StyleCop.Analyzers to 1.2.0-beta.205. ([diff](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/compare/1.2.0-beta.164...1.2.0-beta.205))
27
+
- Update IDisposableAnalyzers to 3.4.1. Excerpt from [IDisposableAnalyzers Changelog]:
28
+
> #### 3.4.1
29
+
> * Publish with binaries.
30
+
> #### 3.4.0
31
+
> * FEATURE: Handle DisposableMixins.DisposeWith
32
+
> * BUGFIX: IDISP025 when abstract dispose method.
33
+
> * BUGFIX: IDISP006 when explicit implementation.
0 commit comments