Skip to content

Commit 5c9aec6

Browse files
committed
Update FSharp.Analyzers.SDK to version 0.34.1 and adjust related package versions
1 parent e02d84c commit 5c9aec6

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"fsharp-analyzers": {
6-
"version": "0.33.0",
6+
"version": "0.34.1",
77
"commands": [
88
"fsharp-analyzers"
99
]

Directory.Packages.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
55
</PropertyGroup>
66
<ItemGroup>
7-
<PackageVersion Include="FSharp.Core" Version="[9.0.300]" />
8-
<PackageVersion Include="FSharp.Compiler.Service" Version="[43.9.300]" />
7+
<PackageVersion Include="FSharp.Core" Version="[10.0.100]" />
8+
<PackageVersion Include="FSharp.Compiler.Service" Version="[43.10.100]" />
99
<PackageVersion Include="Ionide.KeepAChangelog.Tasks" Version="0.1.8" />
1010
<PackageVersion Include="DotNet.ReproducibleBuilds" Version="1.2.25" />
1111
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
@@ -14,7 +14,7 @@
1414
<PackageVersion Include="MSBuild.StructuredLogger" Version="2.2.374" />
1515
</ItemGroup>
1616
<ItemGroup Condition="'$(UseLocalAnalyzersSDK)' == 'false'">
17-
<PackageVersion Include="FSharp.Analyzers.SDK" Version="[0.33.0]" />
18-
<PackageVersion Include="FSharp.Analyzers.SDK.Testing" Version="[0.33.0]" />
17+
<PackageVersion Include="FSharp.Analyzers.SDK" Version="[0.34.1]" />
18+
<PackageVersion Include="FSharp.Analyzers.SDK.Testing" Version="[0.34.1]" />
1919
</ItemGroup>
2020
</Project>

src/Ionide.Analyzers/Performance/ReturnStructPartialActivePatternAnalyzer.fs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ let rec collectSomeAndNoneFromExprBody (expr: SynExpr) (finalContinuation: Ident
8989
sequence continuations finalContinuation
9090

9191
| SynExpr.LetOrUse(body = expr)
92-
| SynExpr.LetOrUseBang(body = expr)
9392
| SynExpr.Paren(expr = expr)
9493
| SynExpr.Typed(expr = expr) -> collectSomeAndNoneFromExprBody expr finalContinuation
9594
| _ -> finalContinuation []

0 commit comments

Comments
 (0)