Ionide.Analyzers 0.14.4

dotnet add package Ionide.Analyzers --version 0.14.4
                    
NuGet\Install-Package Ionide.Analyzers -Version 0.14.4
                    
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.4">
  <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.4" />
                    
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.4
                    
#r "nuget: Ionide.Analyzers, 0.14.4"
                    
#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.
#addin nuget:?package=Ionide.Analyzers&version=0.14.4
                    
Install Ionide.Analyzers as a Cake Addin
#tool nuget:?package=Ionide.Analyzers&version=0.14.4
                    
Install Ionide.Analyzers 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.4 535 3/26/2025
0.14.3 448 3/26/2025
0.14.2 210 3/18/2025
0.14.1 239 3/7/2025
0.14.0 514 2/13/2025
0.13.1 226 2/3/2025
0.13.0 7,114 11/19/2024
0.12.0 2,750 8/19/2024
0.11.1 446 8/6/2024
0.11.0 4,181 5/15/2024
0.10.0 2,344 3/29/2024
0.9.0 3,002 2/15/2024
0.8.0 14,827 1/30/2024
0.7.0 5,053 1/10/2024
0.6.1 273 1/2/2024
0.6.0 1,004 12/20/2023
0.5.1 576 12/6/2023
0.5.0 639 11/23/2023
0.4.0 1,804 11/15/2023
0.3.0 281 11/13/2023
0.2.0 266 11/9/2023
0.1.1 197 11/8/2023
0.1.0 151 11/8/2023

### Changed

* * Bump FSharp.Analyzers.SDK to `0.30.0`. [#144](https://github.com/ionide/ionide-analyzers/pull/144)