demetrixbio / FSharp.Data.Npgsql

F# type providers to support statically typed access to input parameters and result set of sql statement in idiomatic F# way. Data modifications via statically typed tables.
Apache License 2.0
127 stars 16 forks source link

Convert to paket format #82

Closed Swoorup closed 4 years ago

Swoorup commented 4 years ago

Fixes https://github.com/demetrixbio/FSharp.Data.Npgsql/issues/79

I currently run ubuntu, and appears to work fine using the nupkg generated from paket.

I might later create github actions, to do CI stuff

@kerams @melanore Review please.

Swoorup commented 4 years ago

Tested the test project (not the SampleApp) with the provided docker image. Appears to work fine with no issues. There are some fsx fsi script files there which looks to have been outdated since its referencing old netcore typerprovider files i think.

Swoorup commented 4 years ago

Also added github actions, which should perform CI builds on future PRs

Result would like this: https://github.com/Swoorup/FSharp.Data.Npgsql/runs/563049950?check_suite_focus=true