We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 369742f + 4837645 commit 7cb2b3cCopy full SHA for 7cb2b3c
.config/dotnet-tools.json
@@ -10,7 +10,7 @@
10
"rollForward": false
11
},
12
"fsharp-analyzers": {
13
- "version": "0.30.0",
+ "version": "0.34.1",
14
"commands": [
15
"fsharp-analyzers"
16
],
Directory.Build.props
@@ -1,7 +1,7 @@
1
<Project>
2
<ItemGroup>
3
<!-- Analyzer configurations. -->
4
- <PackageReference Include="Ionide.Analyzers" Version="0.14.4">
+ <PackageReference Include="Ionide.Analyzers" Version="0.14.10">
5
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
6
<PrivateAssets>all</PrivateAssets>
7
</PackageReference>
0 commit comments