Skip to content

Commit 95b7d18

Browse files
authored
Merge pull request #56 from messerli-informatik-ag/update-dependencies
Update dependencies
2 parents 936d07d + febd98e commit 95b7d18

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

CodeStyle/CodeStyle.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
<TargetFrameworks>netstandard2.1;netstandard2.0</TargetFrameworks>
2222
</PropertyGroup>
2323
<ItemGroup>
24-
<PackageReference Include="IDisposableAnalyzers" Version="3.4.1" PrivateAssets="none" />
25-
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.312" PrivateAssets="none" />
24+
<PackageReference Include="IDisposableAnalyzers" Version="3.4.8" PrivateAssets="none" />
25+
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.321" PrivateAssets="none" />
2626
</ItemGroup>
2727
<ItemGroup>
2828
<None Include="build\**\*">

changelog.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,30 @@ Initial release
4545
## 2.0.0-rc.3
4646
- Update StyleCop.Analyzers to 1.2.0-beta.312 ([diff](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/compare/1.2.0-beta.261...1.2.0-beta.312))
4747
- Fix compilation error when building an F# project.
48+
49+
## Unreleased
50+
* Update IDisposableAnalyzers to 3.4.8. Excerpt from [IDisposableAnalyzers Changelog]:
51+
> #### 3.4.8
52+
> * BUGFIX: Don't use Roslyn's SymbolEqualityComparer
53+
> #### 3.4.7
54+
> * Can't repro issues, thinking maybe the 3.4.6 release used wrong binaries.
55+
> #### 3.4.6
56+
> * BUGFIX: IDSP007 when using declaration.
57+
> * BUGFIX: Figure out chained calls.
58+
> #### 3.4.5
59+
> * FEATURE: Handle switch expression.
60+
> * BUGFIX: Figure out await in more places.
61+
> * BUGFIX: Tweak assumptions about binary symbols.
62+
> * BUGFIX: Handle Interlocked.Exchange
63+
> #### 3.4.4
64+
> * FEATURE: Handle some common uses of reflection.
65+
> #### 3.4.3
66+
> * Special case ConnectionFactory.CreateConnection
67+
> * BUGFIX: Handle chained calls
68+
> * BUGFIX: Cast and dispose correctly.
69+
> #### 3.4.2
70+
> * Handle some regressions in Roslyn 3.7
71+
* Update StyleCop.Analyzers to 1.2.0-beta.321 ([diff](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/compare/1.2.0-beta.312...1.2.0-beta.321)) \
72+
Notable changes/fixes:
73+
* [9c5c071: Support records without braces](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/compare/1.2.0-beta.312...1.2.0-beta.321)
74+
* [46d2e37: Support implicit object creation expressions in SA1129 code fix](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/commit/46d2e37fed1e471446f32c88c6bdaf2530239570)

0 commit comments

Comments
 (0)