Skip to content

Commit 8a967f8

Browse files
committed
Update IDisposableAnalyzers
1 parent c8ddf24 commit 8a967f8

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CodeStyle/CodeStyle.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<TargetFrameworks>netstandard2.1;netstandard2.0</TargetFrameworks>
1818
</PropertyGroup>
1919
<ItemGroup>
20-
<PackageReference Include="IDisposableAnalyzers" Version="3.4.13" PrivateAssets="none" />
20+
<PackageReference Include="IDisposableAnalyzers" Version="3.4.15" PrivateAssets="none" />
2121
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.333" PrivateAssets="none" />
2222
</ItemGroup>
2323
<ItemGroup>

changelog.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ Initial release
3232
> * BUGFIX: IDISP025 when abstract dispose method.
3333
> * BUGFIX: IDISP006 when explicit implementation.
3434
35-
[IDisposableAnalyzers Changelog]: https://github.com/DotNetAnalyzers/IDisposableAnalyzers/blob/master/RELEASE_NOTES.md
36-
3735
## 2.0.0-rc.1
3836
* Breaking: Treat all nullability warnings as errors.
3937
* Lints involving single line comments have been reduced to warnings to make temporary code commenting easier.
@@ -99,3 +97,16 @@ Initial release
9997
## Unreleased
10098
* Relaxed rules:
10199
* [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.
107+
> * BUGFIX: Handle function pointer.
108+
> #### 3.4.13
109+
> * BUGFIX: Specialcase Gu.Reactive extension methods.
110+
111+
112+
[IDisposableAnalyzers Changelog]: https://github.com/DotNetAnalyzers/IDisposableAnalyzers/blob/master/RELEASE_NOTES.md

0 commit comments

Comments
 (0)