Zaid-Ajaj / LiteDB.FSharp

Advanced F# Support for LiteDB, an embedded NoSql database for .NET with type-safe query expression through F# quotations
MIT License
180 stars 22 forks source link

Use FAKE 5 #48

Closed TeaDrivenDev closed 4 years ago

TeaDrivenDev commented 4 years ago

Addresses #47

There are two commits; the first only removes the FAKE 4 API usage, and the second replaces the raw dotnet run calls with FAKE API calls.

As the Expecto integration apparently works with a compiled DLL, I have opted for now to leave it at a dotnet run call for that.

I have added a separate PackNuget target so I could test creation of the package, while obviously I was not able to test publishing it.

Zaid-Ajaj commented 4 years ago

Awesome stuff @TeaDrivenDev :fire: thanks a lot