1
1
#### 34.1.0
2
2
3
- From dotnet/fsharp:3af8959b6..acd7cfd25 :
3
+ From dotnet/fsharp:3af8959b6..9d69b49b7 :
4
4
5
5
* set default script TFM to netcoreapp3.1 if none found
6
6
* improve C#-nullable and optional interop (RFC FS-1075)
7
7
* Add type name to ` undefined name error ` if known
8
8
* improve printing via %A/fsi
9
- * misc. improvments to DependencyManager
9
+ * misc. improvements to DependencyManager
10
10
* improve type provider support for .netcoreapp3.1 target frameworks.
11
11
* New, optimized find-all-references API with reduced memory usage.
12
12
* better error messages for failed overload resolution
@@ -16,15 +16,15 @@ From dotnet/fsharp:3af8959b6..acd7cfd25:
16
16
Contains commits from 32b124966 to d7018737c from dotnet/fsharp. Notable changes include:
17
17
18
18
* lowered allocations for large strings and char arrays (notably source file texts)
19
- * improved support for byreflike rules with regards to type abbreviations
19
+ * improved support for byref-like rules with regards to type abbreviations
20
20
* better support for scopes in recursive modules
21
21
* better location of .net core reference assemblies
22
22
* lowered allocations for several internal compiler structures
23
23
* better error messages for anonymous record mismatches
24
24
* FSharpChecker learned how to keep background symbol uses
25
25
* Project cracker/project cracker tool were removed
26
- * Better support for consuming C# inref parameters
27
- * new services around simplifing names and finding unused declarations
26
+ * Better support for consuming C# in-ref parameters
27
+ * new services around simplifying names and finding unused declarations
28
28
* package management in scripts (in preview)
29
29
* and-bang syntax support (in preview)
30
30
@@ -38,7 +38,6 @@ Integrate dotnet/fsharp from 4f5f08320 to 7b25d7f82. Notable changes include:
38
38
* Support for Literal values in signature files
39
39
* Using memory-mapped files cross-platform to read IL.
40
40
41
-
42
41
#### 33.0.0
43
42
44
43
Integrate dotnet/fsharp from 48f932cf8 to 085985140. Notable changes include:
0 commit comments