FSharp.Quotations.Evaluator icon indicating copy to clipboard operation
FSharp.Quotations.Evaluator copied to clipboard

F# tuple is created when using Expr.NewStructTuple

Open Twinside opened this issue 4 years ago • 1 comments

Description

when using Expr.NewStructTuple to create C# compatible type, a F# one is created instead

Repro steps

Try to compile any quotation with Expr.NewStructTuple

Expected behavior

Correct tuple type instantiated

Known workarounds

none

Related information

Using version 2.1.0

Twinside avatar May 17 '21 12:05 Twinside

Quotation support for struct tuples is a relatively recent addition. Would welcome a PR that adds support for it.

eiriktsarpalis avatar May 17 '21 14:05 eiriktsarpalis