Skip to content

Release 1.1.33.0

Latest
Compare
Choose a tag to compare
released this 11 Dec 20:29
· 8 commits to master since this release
8702f0d

In this release:

  • Now DefaultDynamicLinqCustomTypeProvider is able to check whether Assembly was dynamically generated using Reflection.Emit when using .NET Framework 3.5.
  • Fixed an issue when using DefaultDynamicLinqCustomTypeProvider. In cases when Assembly from current AppDomain can't be reflected (reflection calls like GetTypes() fail with ReflectionTypeLoadException) the provider was failing and could crush the application. Now DefaultDynamicLinqCustomTypeProvider silently eats these exceptions.
  • Fixed a way how Dynamic Linq was parsing new() expressions.

Please see more information on wiki