FSharp.Analyzers.SDK 0.25.0

dotnet add package FSharp.Analyzers.SDK --version 0.25.0
NuGet\Install-Package FSharp.Analyzers.SDK -Version 0.25.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="FSharp.Analyzers.SDK" Version="0.25.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FSharp.Analyzers.SDK --version 0.25.0
#r "nuget: FSharp.Analyzers.SDK, 0.25.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 FSharp.Analyzers.SDK as a Cake Addin
#addin nuget:?package=FSharp.Analyzers.SDK&version=0.25.0

// Install FSharp.Analyzers.SDK as a Cake Tool
#tool nuget:?package=FSharp.Analyzers.SDK&version=0.25.0

Ionide FSharp.Analyzers.SDK

Library used for building custom analyzers for FSAC / F# editors.

F# analyzers are live, real-time, project based plugins that enables to diagnose source code and surface custom errors, warnings and code fixes into editor. Read more about analyzers here - https://medium.com/lambda-factory/introducing-f-analyzers-772487889429

How to build

  1. Install the .NET SDK version specified in global.json
  2. dotnet tool restore
  3. Open and build in your favorite IDE, or use dotnet build

How to run sample

  1. dotnet build -c Release
  2. Run the console application:
dotnet run --project src\FSharp.Analyzers.Cli\FSharp.Analyzers.Cli.fsproj -- --project ./samples/OptionAnalyzer/OptionAnalyzer.fsproj --analyzers-path ./samples/OptionAnalyzer/bin/Release --verbosity d

You can also set up a run configuration of FSharp.Analyzers.Cli in your favorite IDE using similar arguments. This also allows you to debug FSharp.Analyzers.Cli.

Using Analyzers

Checkout our Getting Started guide for analyzer users!

Writing Analyzers

Checkout our Getting Started guide for analyzer authors!

How to contribute

Imposter syndrome disclaimer: I want your help. No really, I do.

There might be a little voice inside that tells you you're not ready; that you need to do one more tutorial, or learn another framework, or write a few more blog posts before you can help me with this project.

I assure you, that's not the case.

This project has some clear Contribution Guidelines and expectations that you can read here.

The contribution guidelines outline the process that you'll need to follow to get a patch merged. By making expectations and process explicit, I hope it will make it easier for you to contribute.

And you don't just have to write code. You can help out by writing documentation, tests, or even by giving feedback about this work. (And yes, that includes giving feedback about the contribution guidelines.)

Thank you for contributing!

The project is hosted on GitHub where you can report issues, fork the project and submit pull requests.

The library is available under MIT license, which allows modification and redistribution for both commercial and non-commercial purposes.

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 (7)

Showing the top 5 NuGet packages that depend on FSharp.Analyzers.SDK:

Package Downloads
NpgsqlFSharpAnalyzer

Advanced embedded static analysis and type-checking for SQL code from F#

BinaryDefense.FSharp.Analyzers.Hashing

Looks for insecure hashing functions

AzureTackleAnalyzer

AzureTackleAnalyzer

FSharp.CosmosDb.Analyzer

An F# analyzer that will help you work with CosmosDB.

FSharp.Analyzers.SDK.Testing

Test facilities for the FSharp.Analyzers.SDK

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.25.0 1,352 2/14/2024
0.24.0 736 1/30/2024
0.23.0 953 1/5/2024
0.22.0 321 12/19/2023
0.21.0 286 11/23/2023
0.20.2 200 11/15/2023
0.20.1 155 11/14/2023
0.20.0 140 11/13/2023
0.19.0 257 11/7/2023
0.18.0 211 11/3/2023
0.17.1 110 10/30/2023
0.17.0 113 10/26/2023
0.16.0 194 10/16/2023
0.15.0 174 10/10/2023
0.14.1 767 9/26/2023
0.14.0 184 9/21/2023
0.13.0 163 9/7/2023
0.13.0-beta007 107 9/7/2023
0.12.0 606 5/20/2023
0.11.0 23,772 1/12/2022
0.10.1 2,423 6/23/2021
0.10.0 385 6/22/2021
0.9.0 1,664 5/28/2021
0.8.0 15,331 2/11/2021
0.7.0 1,960 1/20/2021
0.6.0 2,150 12/20/2020
0.5.0 10,066 7/11/2020
0.4.1 4,237 4/10/2020
0.4.0 9,394 3/8/2020
0.3.1 1,074 2/28/2020
0.3.0 4,137 2/17/2020
0.2.0 1,226 12/24/2019
0.1.0 532 12/17/2019
0.0.10 554 12/16/2019
0.0.9 565 11/21/2019
0.0.8 1,254 10/1/2019
0.0.7 665 8/28/2019
0.0.6 935 7/1/2019
0.0.5 1,301 5/27/2019
0.0.4 1,363 3/29/2019
0.0.3 974 2/26/2019
0.0.2 783 2/8/2019
0.0.1 1,962 9/14/2018

### Changed

* * [Update to FCS and FSharp.Core 43.8.200](https://github.com/ionide/FSharp.Analyzers.SDK/pull/207)
* * [Fail when no analyzers are registered but the tool is invoked](https://github.com/ionide/FSharp.Analyzers.SDK/pull/202) (thanks @Smaug123!)
* * [Remove Coverlet.Collector package dependency](https://github.com/ionide/FSharp.Analyzers.SDK/pull/206) (thanks @dawedawe!)
* * [Update Ionide.ProjInfo to 0.63.0](https://github.com/ionide/FSharp.Analyzers.SDK/pull/205) (thanks @nojaf!)