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.11.0 439 5/15/2024
0.10.0 2,166 3/29/2024
0.9.0 1,144 2/15/2024
0.8.0 4,289 1/30/2024
0.7.0 4,961 1/10/2024
0.6.1 222 1/2/2024
0.6.0 952 12/20/2023
0.5.1 533 12/6/2023
0.5.0 583 11/23/2023
0.4.0 1,060 11/15/2023
0.3.0 223 11/13/2023
0.2.0 210 11/9/2023
0.1.1 141 11/8/2023
0.1.0 95 11/8/2023

### Added

* * Initial version