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 2
2
3
3
This release bring a number of new changes, including a massive enhancement to SemanticClassification types thanks to @cartermp .
4
4
5
- From dotnet/fsharp:333eb82c8..87114ec84 :
5
+ From dotnet/fsharp:333eb82c8..d9e070a9d :
6
6
7
7
* now allows for multiple implementations of generic interfaces (preview feature) (thanks @0x53A !)
8
8
* the default assembly set for script resolution now includes System.Numerics (thanks @KevinRansom )
@@ -12,7 +12,13 @@ From dotnet/fsharp:333eb82c8..87114ec84:
12
12
* more expressive DUs for semantic classification (thanks @cartermp )
13
13
* remove legacymsbuildreferenceresolver (thanks @KevinRandom )
14
14
* 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)
16
22
17
23
#### 36.0.3
18
24
You can’t perform that action at this time.
0 commit comments