Skip to content

Commit 047484d

Browse files
committed
Update IDisposableAnalyzers
1 parent 2b0a413 commit 047484d

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CodeStyle/CodeStyle.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<TargetFramework>netstandard2.0</TargetFramework>
1616
</PropertyGroup>
1717
<ItemGroup>
18-
<PackageReference Include="IDisposableAnalyzers" Version="4.0.2" PrivateAssets="none" />
18+
<PackageReference Include="IDisposableAnalyzers" Version="4.0.8" PrivateAssets="none" />
1919
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556" PrivateAssets="none" />
2020
</ItemGroup>
2121
<ItemGroup>

changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# Changelog
22
## 1.1.0
33
* Disallow packing without enabling `ContinuousIntegrationBuild`.
4+
* Update `IDisposableAnalyzers` from 4.0.2 to 4.0.8. \
5+
Excerpt from their [Release Notes](https://github.com/DotNetAnalyzers/IDisposableAnalyzers/blob/master/RELEASE_NOTES.md):
6+
> #### 4.0.7
7+
> BUGFIX: Handle target typed new
8+
>
9+
> #### 4.0.6
10+
> BUGFIX: Handle ref struct
11+
> BUGFIX: Handle target typed new
12+
>
13+
> #### 4.0.5
14+
> BUGFIX: Handle ValueTask
15+
> BUGFIX: awaited in expression
16+
>
17+
> #### 4.0.3
18+
> * BUGFIX: Handle recursive builder
419
520
## 1.0.0
621
Initial release

0 commit comments

Comments
 (0)