Ionide.Analyzers
0.1.1
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.1
NuGet\Install-Package Ionide.Analyzers -Version 0.1.1
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.1"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ionide.Analyzers --version 0.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Ionide.Analyzers, 0.1.1"
#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.1 // Install Ionide.Analyzers as a Cake Tool #tool nuget:?package=Ionide.Analyzers&version=0.1.1
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.
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
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 | 322 | 11/19/2024 |
0.12.0 | 2,279 | 8/19/2024 |
0.11.1 | 409 | 8/6/2024 |
0.11.0 | 3,876 | 5/15/2024 |
0.10.0 | 2,323 | 3/29/2024 |
0.9.0 | 2,497 | 2/15/2024 |
0.8.0 | 9,018 | 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 |
### Fixed
* * Update NuGet properties. [#14](https://github.com/ionide/ionide-analyzers/pull/14)