fsprojects / FSharp.Azure.Storage

F# API for using Microsoft Azure Table Storage service
MIT License
75 stars 16 forks source link

Replace FSharp.Quotations.Compiler with Unquote #26

Closed eiriktsarpalis closed 8 years ago

eiriktsarpalis commented 8 years ago

The quotation evaluation requirements of the library are handled by FSharp.Quotations.Compiler, which depends on System.Reflection.Emit. Given that FSharp.Azure.Storage uses relatively small expression trees that are evaluated in a one-off fashion, I think it would make better sense to use unquote, which performs more straightforward reflection-based interpretation of expression trees.

daniel-chambers commented 8 years ago

Looks good, thanks!

toburger commented 6 years ago

The published version of FSharp.Azure.Storage still uses FSPowerPack.Linq.Community: https://www.nuget.org/packages/FSharp.Azure.Storage/2.1.0 Is something holding back the release?

daniel-chambers commented 6 years ago

@toburger Apologies; it seems I forgot to do it previously. -_- I've just pushed a v2.2.0 of the package. Hopefully that gives you what you need! :)