File tree 2 files changed +5
-8
lines changed
2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,13 @@ module Expr =
18
18
19
19
areEqual " 11" res
20
20
21
+ let quotseval x = FSharp.Quotations.Evaluator.QuotationEvaluator.EvaluateUntyped x
21
22
let unquote x = Swensen.Unquote.Operators.evalRaw x
22
23
let powerpack x = Microsoft.FSharp.Linq.QuotationEvaluator.EvaluateUntyped x
23
24
24
- // [<Test>]
25
- // let ``Simple quotation combination (QuotationEvaluator)`` () =
26
- // ``Simple quotation combination`` FSharp.Quotations.Evaluator.QuotationEvaluator.EvaluateUntyped
25
+
26
+ [<Test>]
27
+ let ``Simple quotation combination [ QuotationEvaluator ] `` () = `` Simple quotation combination `` quotseval
27
28
28
29
[<Test>]
29
30
let ``Simple quotation combination [ Unquote ] `` () = `` Simple quotation combination `` unquote
Original file line number Diff line number Diff line change 33
33
<ProjectReference Include =" ..\CSharpLib\CSharpLib.csproj" />
34
34
</ItemGroup >
35
35
<ItemGroup >
36
+ <PackageReference Include =" FSharp.Quotations.Evaluator" Version =" 2.1.0" />
36
37
<PackageReference Include =" FSPowerPack.Linq.Community" Version =" 3.0.0" />
37
38
<PackageReference Include =" System.Runtime" Version =" 4.3.1" />
38
39
<PackageReference Include =" Unquote" Version =" 5.0.0" />
43
44
<PackageReference Include =" NUnit3TestAdapter" Version =" 3.11.0" />
44
45
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.9.0" />
45
46
</ItemGroup >
46
- <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.0'" >
47
- <PackageReference Include =" FSharp.Quotations.Evaluator" >
48
- <Version >2.1.0</Version >
49
- </PackageReference >
50
- </ItemGroup >
51
47
</Project >
You can’t perform that action at this time.
0 commit comments