Releases: OlegKarasik/System.Linq.Dynamic
Releases · OlegKarasik/System.Linq.Dynamic
Release 1.1.33.0
In this release:
- Now
DefaultDynamicLinqCustomTypeProvider
is able to check whetherAssembly
was dynamically generated usingReflection.Emit
when using .NET Framework 3.5. - Fixed an issue when using
DefaultDynamicLinqCustomTypeProvider
. In cases whenAssembly
from currentAppDomain
can't be reflected (reflection calls likeGetTypes()
fail withReflectionTypeLoadException
) the provider was failing and could crush the application. NowDefaultDynamicLinqCustomTypeProvider
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
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
v1.1.19 Updated linq to NuGet package.