fsprojects / Rezoom.SQL

Statically typechecks a common SQL dialect and translates it to various RDBMS backends
MIT License
669 stars 25 forks source link

Error when following tutorial #36

Closed jpanda109 closed 6 years ago

jpanda109 commented 6 years ago

I'm getting the following error when following the tutorial, specifically at the query section, with this line: ListUsers.Command().execute(context) Error: The type referenced through 'Rezoom.CacheInfo' is defined in an assembly that is not referenced. You must add a reference to assembly 'Rezoom'

If applicable, here's my packet.dependencies and paket.references

paket.dependencies: source https://api.nuget.org/v3/index.json

nuget FSharp.Core nuget FParsec >= 1.0.2 restriction: >= net461 nuget FParsec-Pipes >= 0.4.0 restriction: >= net461 nuget LicenseToCIL >= 0.3.0 restriction: >= net461 nuget Rezoom >= 0.4.2 restriction: >= net461 nuget Rezoom.SQL.Provider >= 0.7.2.40976 restriction: >= net461 nuget Rezoom.SQL.Provider.SQLite >= 0.7.0 restriction: >= net461 nuget System.Data.SQLite.Core >= 1.0.108.0 restriction: >= net461 nuget System.ValueTuple >= 4.4.0 restriction: >= net461

paket.refernces: FParsec FParsec-Pipes LicenseToCIL Rezoom Rezoom.SQL.Provider Rezoom.SQL.Provider.SQLite content: once System.Data.SQLite.Core System.ValueTuple FSharp.Core

jpanda109 commented 6 years ago

nvm im an idiot