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

Publishing blocked by FParsec dependency #8

Closed Zaid-Ajaj closed 3 years ago

Zaid-Ajaj commented 3 years ago

Analyzer error when trying to actually use the VS extension and referencing FParsec

Could not load file or assembly 'FParsecCS, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.

This blocks publishing newer versions. Might look at FParsec alternatives with similar APIs

Zaid-Ajaj commented 3 years ago

Fixed by including sources of FParsec in the library