Skip to content

Releases: OlegKarasik/System.Linq.Dynamic

Release 1.1.33.0

11 Dec 20:29
8702f0d
Compare
Choose a tag to compare

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

Release 1.1.32.2

13 Jul 23:44
99261d5
Compare
Choose a tag to compare

In this release:

  • Added new strongly typed Select<T> method overload.
  • Added binaries targeting .NET Core 2.0.
  • Removed dependency on FluentAssertionNA package.

Release 1.1.19

03 Jun 21:19
Compare
Choose a tag to compare
v1.1.19

Updated linq to NuGet package.