G-Research.FSharp.Analyzers 0.1.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package G-Research.FSharp.Analyzers --version 0.1.4
NuGet\Install-Package G-Research.FSharp.Analyzers -Version 0.1.4
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="G-Research.FSharp.Analyzers" Version="0.1.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add G-Research.FSharp.Analyzers --version 0.1.4
#r "nuget: G-Research.FSharp.Analyzers, 0.1.4"
#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 G-Research.FSharp.Analyzers as a Cake Addin
#addin nuget:?package=G-Research.FSharp.Analyzers&version=0.1.4

// Install G-Research.FSharp.Analyzers as a Cake Tool
#tool nuget:?package=G-Research.FSharp.Analyzers&version=0.1.4

fsharp-analyzers

Analyzers for F#

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

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.10.0 139 5/17/2024
0.9.3 4,435 2/16/2024
0.9.2 162 2/16/2024
0.9.1 164 2/15/2024
0.9.0 247 2/15/2024
0.8.0 4,655 1/30/2024
0.7.0 3,267 1/10/2024
0.6.0 699 12/20/2023
0.5.1 449 12/6/2023
0.5.0 204 12/4/2023
0.4.0 2,854 11/23/2023
0.3.1 396 11/15/2023
0.3.0 138 11/14/2023
0.2.0 109 11/10/2023
0.1.6 686 10/26/2023
0.1.5 254 10/18/2023
0.1.4 204 10/16/2023
0.1.3 218 10/12/2023
0.1.2 131 10/10/2023
0.1.1 155 10/10/2023
0.1.0 186 10/6/2023

### Added

* * Partial application analyzer. [#10](https://github.com/G-Research/fsharp-analyzers/pull/10)

### Changed

* * Update FSharp.Analyzers.SDK to `0.16.0`. [#22](https://github.com/G-Research/fsharp-analyzers/pull/22)

### Fixed

* * String analyzers work for netstandard. [#19](https://github.com/G-Research/fsharp-analyzers/pull/19)