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
Link(s) to related issue(s) in the PowerShell/PowerShell repo: #14032
Description of what changed
Starting net5.0, if you use the PowerShell SDK in an Asp.Net Core application, PSRemoting is broken because of the BinaryFormatter long-term obsoletion plan.
To re-enable BinaryFormatter to let PSRemoting works, you have add a property EnableUnsafeBinaryFormatterSerialization set to true in your csproj :