In this release:
- Now
DefaultDynamicLinqCustomTypeProvideris able to check whetherAssemblywas dynamically generated usingReflection.Emitwhen using .NET Framework 3.5. - Fixed an issue when using
DefaultDynamicLinqCustomTypeProvider. In cases whenAssemblyfrom currentAppDomaincan't be reflected (reflection calls likeGetTypes()fail withReflectionTypeLoadException) the provider was failing and could crush the application. NowDefaultDynamicLinqCustomTypeProvidersilently eats these exceptions. - Fixed a way how Dynamic Linq was parsing
new()expressions.
Please see more information on wiki