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
Introduced Sequential and DebuggableParallel primitives in Gapotchenko.FX.Threading module.
Both primitives constitute drop-in replacements for System.Threading.Tasks.Parallel and are useful for debugging purposes
Added CommandLine.OemEncoding property that gets OEM encoding used by Windows command line and console applications
Added ability to create LINQ expressions from functions via Gapotchenko.FX.Fn primitive
Implemented polyfill for Enumerable.ToHashSet<T> operation
Implemented polyfills for BitConverter.SingleToInt32Bits and Int32BitsToSingle operations
Implemented polyfills to the future for WaitForExit(CancellationToken) and WaitForExit(int, CancellationToken) methods of System.Diagnostics.Process type
Implemented polyfill for SwitchExpressionException
Empty.Task is not suggested by the code editor when it is natively provided by the host platform
Fixed issue with ambiguous match of Append and Prepend polyfills for IEnumerable<T> type for some target frameworks
Fixed issue with binding redirects handling in Gapotchenko.FX.Reflection.Loader module that could lead to StackOverflowException under specific conditions