An open API service indexing awesome lists of open source software.

https://github.com/ionide/ionide-analyzers


https://github.com/ionide/ionide-analyzers

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Ionide.Analyzers

[![Nuget (with prereleases)](https://img.shields.io/nuget/vpre/Ionide.Analyzers?style=flat-square)](https://www.nuget.org/packages/Ionide.Analyzers/absoluteLatest)

An fsharp community project containing [analyzers](https://ionide.io/FSharp.Analyzers.SDK/).

## Running these analyzers

To run these analyzers you need to download the [fsharp-analyzers tool](https://www.nuget.org/packages/fsharp-analyzers) and this [NuGet package](https://www.nuget.org/packages/Ionide.Analyzers/absoluteLatest).
Learn more on getting started in the [SDK documentation](https://ionide.io/FSharp.Analyzers.SDK/content/Getting%20Started%20Using.html) or follow this [quick start guide](https://ionide.io/ionide-analyzers/#Quick-start).

## Getting started contributing!

Get started in no time using our [docs](https://ionide.io/ionide-analyzers/content/contributions.html)!

## Running the documentation

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