File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
621Initial release
You can’t perform that action at this time.
0 commit comments