https://github.com/ionide/ionide-analyzers
https://github.com/ionide/ionide-analyzers
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ionide/ionide-analyzers
- Owner: ionide
- License: mit
- Created: 2023-11-02T14:01:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-11-25T07:00:14.000Z (7 months ago)
- Last Synced: 2026-01-21T09:24:36.421Z (5 months ago)
- Language: F#
- Homepage: http://ionide.io/ionide-analyzers/
- Size: 521 KB
- Stars: 14
- Watchers: 9
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ionide.Analyzers
[](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.