fsprojects / FSharp.TypeProviders.SDK

The SDK for creating F# type providers
https://fsprojects.github.io/FSharp.TypeProviders.SDK/
MIT License
298 stars 94 forks source link

No support for Expr.TryFinally #241

Closed 7sharp9 closed 6 years ago

7sharp9 commented 6 years ago

Description

Please provide a succinct description of your issue. No support for Expr.TryFinally

Repro steps

Please provide the steps required to reproduce the problem

Build an expression where TryFinally is used

Expected behavior

Please provide a description of the behavior you expect. Expr.TryFinally can be used

Actual behavior

Please provide a description of the actual behavior you observe. TP fails with:

unknown expression <your expr> in generated method

Known workarounds

Please provide a description of any known workarounds. None, dont bother to clean up resource...

Related information

dsyme commented 6 years ago

fixed