Release notes for re-motion version 1.13.100

List of Issues

New Features

Details

[RM-3832] Change ExpressionTransformerRegistry to support re-linq builds referencing two versions of mscorlib

Component/s: Data.Linq
Issue Type: New Feature
Resolution: Fixed
Status: Closed


In some situations (custom builds? ILMerge?), the re-linq assembly may reference two versions of mscorlib at the same time. This is currently not supported by the ExpressionTransformerRegistry class.

Support this by adapting ExpressionTransformerRegistry accordingly.