Releases: messerli-informatik-ag/code-style
Releases · messerli-informatik-ag/code-style
1.2.1
- Update StyleCop.Analyzers to 1.2.0-beta.205. (diff)
- Update IDisposableAnalyzers to 3.4.1. Excerpt from IDisposableAnalyzers Changelog:
3.4.1
- Publish with binaries.
3.4.0
- FEATURE: Handle DisposableMixins.DisposeWith
- BUGFIX: IDISP025 when abstract dispose method.
- BUGFIX: IDISP006 when explicit implementation.
1.2.0
- Disable SA1412 (StoreFilesAsUtf). This means that BOMs are no longer required in C# files.
- Update IDisposableAnalyzers from 3.3.2 to 3.3.8:
- Update StyleCop.Analyzers from 1.2.0-beta.113 to 1.2.0-beta.164 (diff).
- Enable
GenerateDocumentationFile
by default. This had to be turned on manually in each project before,
as it is required by our StyleCop configuration.
1.1.0
- Update IDisposableAnalyzers from 3.2.0 to 3.3.2. Excerpt from IDisposableAnalyzers Changelog:
3.3.0
- FEATURE: Initial support for AsyncDisposable
1.0.1
1.0.0
1.0.0-alpha.1
Initial release