Ionide.Analyzers 0.14.7

dotnet add package Ionide.Analyzers --version 0.14.7
                    
NuGet\Install-Package Ionide.Analyzers -Version 0.14.7
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Ionide.Analyzers" Version="0.14.7">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ionide.Analyzers" Version="0.14.7" />
                    
Directory.Packages.props
<PackageReference Include="Ionide.Analyzers">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Ionide.Analyzers --version 0.14.7
                    
#r "nuget: Ionide.Analyzers, 0.14.7"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Ionide.Analyzers@0.14.7
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Ionide.Analyzers&version=0.14.7
                    
Install as a Cake Addin
#tool nuget:?package=Ionide.Analyzers&version=0.14.7
                    
Install as a Cake Tool

Ionide.Analyzers

Nuget (with prereleases)

An fsharp community project containing analyzers.

Running these analyzers

To run these analyzers you need to download the fsharp-analyzers tool and this NuGet package.
Learn more on getting started in the SDK documentation or follow this quick start guide.

Getting started contributing!

Get started in no time using our docs!

Running the documentation

Run dotnet fsi build.fsx -p Docs to run the documentation locally.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.14.7 662 8/2/2025
0.14.6 2,108 7/12/2025
0.14.5 1,042 5/17/2025
0.14.4 1,706 3/26/2025
0.14.3 521 3/26/2025
0.14.2 459 3/18/2025
0.14.1 277 3/7/2025
0.14.0 854 2/13/2025
0.13.1 267 2/3/2025
0.13.0 7,837 11/19/2024
0.12.0 2,819 8/19/2024
0.11.1 480 8/6/2024
0.11.0 4,270 5/15/2024
0.10.0 2,380 3/29/2024
0.9.0 3,525 2/15/2024
0.8.0 21,304 1/30/2024
0.7.0 5,134 1/10/2024
0.6.1 297 1/2/2024
0.6.0 1,034 12/20/2023
0.5.1 600 12/6/2023
0.5.0 653 11/23/2023
0.4.0 2,241 11/15/2023
0.3.0 304 11/13/2023
0.2.0 284 11/9/2023
0.1.1 224 11/8/2023
0.1.0 182 11/8/2023

### Fixed

* * Update FSharp.Analyzers.SDK to `0.32.1`. Checkout the [release notes](https://github.com/ionide/FSharp.Analyzers.SDK/releases/tag/v0.32.1) for details.