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: Rx.NET/Documentation/ReleaseHistory/Rx.v6.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,4 +11,6 @@
11
11
12
12
* Tested against .NET 6, and .NET 7
13
13
* When unhandled exceptions from `Task` used to cause `TaskScheduler.UnobservedExceptions`, applications can opt into swallowing failures silently (to be consistent with how Rx has always handled unhandled exceptions in the equivalent non-Task-oriented scenarios; this only applies to cases in which Rx has no way of reporting the exception, typically because the relevant observable no longer has any subscribers on which we could call `OnError`)
14
-
*`SingleAssignmentDisposableValue` type is now public
14
+
*`SingleAssignmentDisposableValue` type is now public
15
+
* Trimming annotations now present
16
+
* debug symbols now available as separate `snupkg` instead of being built in, reducing assembly size
0 commit comments