Closed
Description
From the release notes on .Net Core 2.0 framework compatibility:
Binary serialization is not supported - the user shall implement serialization surrogates for System.Type,
FieldInfo, PropertyInfo, MethodInfo, ConstructorInfo, Delegate, etc.
This issue replaces the pull request #1425 as a direction was chosen to not provide in-the-library support for session serialization on the new frameworks. This is probably for the best as the pull-request was fairly invasive.
Application level support using serialization surrogates will be more elegant, but an example implementation, and tests, of those surrogates would certainly help.
If your scenario actually needs this support, and you want to migrate to dotnet, then this is the issue to vote on.