NpgsqlFSharpAnalyzer 1.9.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 NpgsqlFSharpAnalyzer --version 1.9.0
NuGet\Install-Package NpgsqlFSharpAnalyzer -Version 1.9.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="NpgsqlFSharpAnalyzer" Version="1.9.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NpgsqlFSharpAnalyzer" Version="1.9.0" />
<PackageReference Include="NpgsqlFSharpAnalyzer" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NpgsqlFSharpAnalyzer --version 1.9.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: NpgsqlFSharpAnalyzer, 1.9.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.
#addin nuget:?package=NpgsqlFSharpAnalyzer&version=1.9.0
#tool nuget:?package=NpgsqlFSharpAnalyzer&version=1.9.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Advanced embedded static analysis and type-checking for SQL code from F#
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp2.0 is compatible. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 2.0
- F23.StringSimilarity (>= 3.1.0)
- FSharp.Analyzers.SDK (>= 0.3.0)
- FSharp.Core (>= 4.7.0)
- Npgsql (>= 4.1.3)
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 |
---|---|---|
3.26.1 | 6,762 | 5/6/2021 |
3.26.0 | 744 | 5/6/2021 |
3.25.0 | 969 | 4/25/2021 |
3.24.0 | 855 | 4/8/2021 |
3.23.0 | 893 | 3/26/2021 |
3.22.1 | 1,330 | 2/9/2021 |
3.22.0 | 1,042 | 12/8/2020 |
3.21.0 | 975 | 12/8/2020 |
3.20.0 | 948 | 12/8/2020 |
3.18.0 | 865 | 12/6/2020 |
3.17.0 | 977 | 12/6/2020 |
3.16.0 | 1,016 | 12/6/2020 |
3.15.0 | 1,829 | 9/15/2020 |
3.14.0 | 1,003 | 9/7/2020 |
3.13.0 | 1,036 | 9/4/2020 |
3.12.1 | 991 | 8/31/2020 |
3.12.0 | 1,082 | 8/29/2020 |
3.11.0 | 1,024 | 8/18/2020 |
3.10.0 | 959 | 8/18/2020 |
3.9.0 | 1,061 | 7/19/2020 |
3.8.0 | 1,211 | 6/26/2020 |
3.7.0 | 1,062 | 5/19/2020 |
3.6.0 | 1,039 | 5/19/2020 |
3.5.0 | 957 | 5/19/2020 |
3.4.0 | 1,049 | 5/19/2020 |
3.3.0 | 1,186 | 4/17/2020 |
3.2.0 | 1,212 | 3/8/2020 |
3.1.0 | 1,080 | 3/5/2020 |
3.0.0 | 1,114 | 2/26/2020 |
2.0.0 | 1,121 | 2/25/2020 |
1.9.0 | 999 | 2/20/2020 |
1.8.0 | 1,062 | 2/19/2020 |
1.7.0 | 1,047 | 2/19/2020 |
1.6.0 | 1,039 | 2/19/2020 |
1.5.0 | 1,087 | 2/19/2020 |
1.4.0 | 1,234 | 2/18/2020 |
1.3.0 | 1,096 | 2/18/2020 |
1.2.0 | 1,082 | 2/18/2020 |
1.1.0 | 1,110 | 2/17/2020 |
1.0.0 | 1,160 | 2/17/2020 |
Optimize number of database calls by reusing the database schema on each invokation
Detect redundant query parameters in a clear warning message
Provide code fixes and better suggestions for mismatched query parameters
Remove duplicate messages about missing parameters
Refactor and simplify parts of `InformatioSchema` and `SqlAnalysis`