Ionide.Analyzers
0.1.0
There is a newer version of this package available.
See the version list below for details.
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions 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.
-
net6.0
- FSharp.Analyzers.SDK (= 0.19.0)
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 | 603 | 11/19/2024 |
0.12.0 | 2,324 | 8/19/2024 |
0.11.1 | 409 | 8/6/2024 |
0.11.0 | 3,888 | 5/15/2024 |
0.10.0 | 2,324 | 3/29/2024 |
0.9.0 | 2,525 | 2/15/2024 |
0.8.0 | 9,377 | 1/30/2024 |
0.7.0 | 5,038 | 1/10/2024 |
0.6.1 | 259 | 1/2/2024 |
0.6.0 | 992 | 12/20/2023 |
0.5.1 | 567 | 12/6/2023 |
0.5.0 | 625 | 11/23/2023 |
0.4.0 | 1,474 | 11/15/2023 |
0.3.0 | 266 | 11/13/2023 |
0.2.0 | 254 | 11/9/2023 |
0.1.1 | 187 | 11/8/2023 |
0.1.0 | 139 | 11/8/2023 |
### Added
* * Initial version