Zaid-Ajaj / Npgsql.FSharp.Analyzer

F# analyzer that provides embedded SQL syntax analysis, type-checking for parameters and result sets and nullable column detection when writing queries using Npgsql.FSharp.
MIT License
137 stars 9 forks source link

Analyzer sdk bump #2

Closed baronfel closed 4 years ago

baronfel commented 4 years ago

Proposed Changes

This updates the Analyzer SDK to the latest version, compatible with the most up-to-date version of FCS. It also provides a docker-compose file for a test PG 12 database to run the tests against, as well as brief documentation about how to use it. After this change, I believe the analyzer will not run on prior versions of the analyzer CLI/SDK (due to breaking FCS API changes), but it will run on updated analyzer SDK/CLI versions. Therefore you might want to hold off on merge/release of this PR until a version of Ionide launches with support (you can watch https://github.com/fsharp/FsAutoComplete/pull/590 for details on this effort)

Types of changes

What types of changes does your code introduce to BinaryDefense.FSharp.Analyzers? Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

Zaid-Ajaj commented 4 years ago

Thanks a lot for updates and sorry for the delay :pray:

I have published a new version as of v3.3.0 🚀 and it will be available soon on nuget :smile: