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
edit: Stores private serialization options as non-local variables instead of initializing it every time the serialize and deserialize function has been called in JsonConfigurationSerializer
Copy file name to clipboardExpand all lines: src/AridityTeam.Ascorbic/AridityTeam.Ascorbic.csproj
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,7 @@
41
41
- Addition: HttpClient.GetStringAsync(string?, CancellationToken) extension (in AridityTeam.Net)
42
42
- Addition: HttpClient.GetStringAsync(Uri?, CancellationToken) extension (in AridityTeam.Net)
43
43
- Modified: LoggerSettings is made to be serializable now
44
+
- Modified: Stores private serialization options as non-local variables instead of initializing it every time the serialize and deserialize function has been called in JsonConfigurationSerializer
44
45
- Modified: StreamEx.CopyToAsync now throws an TaskCanceledException instead of a OperationCanceledException
45
46
- Modified: The internal HttpClient variable inside of StreamEx will now automatically dispose itself
46
47
- Modified: Fix the StreamReaderEx class not being public
0 commit comments