File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 22
33This release bring a number of new changes, including a massive enhancement to SemanticClassification types thanks to @cartermp .
44
5- From dotnet/fsharp:333eb82c8..87114ec84 :
5+ From dotnet/fsharp:333eb82c8..d9e070a9d :
66
77* now allows for multiple implementations of generic interfaces (preview feature) (thanks @0x53A !)
88* the default assembly set for script resolution now includes System.Numerics (thanks @KevinRansom )
@@ -12,7 +12,13 @@ From dotnet/fsharp:333eb82c8..87114ec84:
1212* more expressive DUs for semantic classification (thanks @cartermp )
1313* remove legacymsbuildreferenceresolver (thanks @KevinRandom )
1414* supply witnesses for op_UnaryPlus (thanks @TIHan )
15- * clean up CE calssifications (thanks @cartermp )
15+ * clean up CE classifications (thanks @cartermp )
16+ * Fixed tostring/equality for StringText (thanks @deviousasti )
17+ * Fixed error text for FS0874
18+ * Disallow assignment to C# Const/Readonly properties (thanks @baronfel )
19+ * Allow Int64.MinValue as a valid nativeint literal (thanks @abelbraaksma )
20+ * Enhancements to the nameof feature (preview feature)
21+ * String interpolation (preview feature)
1622
1723#### 36.0.3
1824
You can’t perform that action at this time.
0 commit comments