Ionide.Analyzers 0.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Ionide.Analyzers --version 0.1.0                
NuGet\Install-Package Ionide.Analyzers -Version 0.1.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.1.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ionide.Analyzers --version 0.1.0                
#r "nuget: Ionide.Analyzers, 0.1.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.1.0

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

Ionide.Analyzers

An fsharp community project containing analyzers.

Getting started

Run dotnet fsi build.fsx to perform a local CI build. Otherwise run dotnet tool restore and dotnet restore to download all the dependencies.

Running the documentation

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

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.13.0 1,262 11/19/2024
0.12.0 2,536 8/19/2024
0.11.1 433 8/6/2024
0.11.0 3,973 5/15/2024
0.10.0 2,339 3/29/2024
0.9.0 2,662 2/15/2024
0.8.0 9,669 1/30/2024
0.7.0 5,049 1/10/2024
0.6.1 264 1/2/2024
0.6.0 999 12/20/2023
0.5.1 572 12/6/2023
0.5.0 632 11/23/2023
0.4.0 1,521 11/15/2023
0.3.0 273 11/13/2023
0.2.0 261 11/9/2023
0.1.1 192 11/8/2023
0.1.0 144 11/8/2023

### Added

* * Initial version