You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes/.FSharp.Core/10.0.300.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
### Fixed
2
2
3
-
*`Seq.empty` now uses `System.Linq.Enumerable.Empty<'T>()` instead of an internal DU, fixing serialization issues with JSON.NET, STJ, and ASP.NET ObjectResult. ([Issue #17864](https://github.com/dotnet/fsharp/issues/17864), [PR #NNNN](https://github.com/dotnet/fsharp/pull/NNNN))
3
+
*`Seq.empty` now uses `System.Linq.Enumerable.Empty<'T>()` instead of an internal DU, fixing serialization issues with JSON.NET, STJ, and ASP.NET ObjectResult. ([Issue #17864](https://github.com/dotnet/fsharp/issues/17864), [PR #19322](https://github.com/dotnet/fsharp/pull/19322))
0 commit comments