Ionide.Analyzers 0.10.0

dotnet add package Ionide.Analyzers --version 0.10.0
NuGet\Install-Package Ionide.Analyzers -Version 0.10.0
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.10.0">
  <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.
paket add Ionide.Analyzers --version 0.10.0
#r "nuget: Ionide.Analyzers, 0.10.0"
#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.
// Install Ionide.Analyzers as a Cake Addin
#addin nuget:?package=Ionide.Analyzers&version=0.10.0

// Install Ionide.Analyzers as a Cake Tool
#tool nuget:?package=Ionide.Analyzers&version=0.10.0

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.10.0 1,237 3/29/2024
0.9.0 1,111 2/15/2024
0.8.0 4,001 1/30/2024
0.7.0 4,948 1/10/2024
0.6.1 219 1/2/2024
0.6.0 949 12/20/2023
0.5.1 530 12/6/2023
0.5.0 580 11/23/2023
0.4.0 1,015 11/15/2023
0.3.0 220 11/13/2023
0.2.0 207 11/9/2023
0.1.1 138 11/8/2023
0.1.0 93 11/8/2023

### Added

* * HeadConsEmptyListPatternAnalyzer. [#85](https://github.com/ionide/ionide-analyzers/pull/85)
* * ListEqualsEmptyListAnalyzer. [#85](https://github.com/ionide/ionide-analyzers/pull/85)
* * ReturnStructPartialActivePatternAnalyzer [#85](https://github.com/ionide/ionide-analyzers/pull/85)
* * CombinePipedModuleFunctionsAnalyzer [#85](https://github.com/ionide/ionide-analyzers/pull/85)
* * EqualsNullAnalyzer [#85](https://github.com/ionide/ionide-analyzers/pull/85)
* * StructDiscriminatedUnionAnalyzer. [#85](https://github.com/ionide/ionide-analyzers/pull/85)