The Remoting client can now connect to a server with a different version of the shared types

There is a remote client with a shared type library version 1 and there is a server with a shared type library version 2. In the .net framework, such a scenario does not cause problems in operation. Mono now has errors when working with different versions of types. Here, strict type checking has been replaced with a simple one, as in the .net framework.

Merge request reports

Loading