-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System.TypeInitializationException #35
Comments
I got the same issue |
Hi @snill93, @Hobbes1987, |
Hi @snill93, @Hobbes1987, I created a pre-release package at NuGet.org with support for .Net Core. Many thanks, |
An unhandled exception occurred while processing the request. AmbiguousMatchException: Ambiguous match found. TargetInvocationException: Exception has been thrown by the target of an invocation. TypeInitializationException: The type initializer for 'ExpressionBuilder.Helpers.OperationHelper' threw an exception. TypeInitializationException: The type initializer for 'ExpressionBuilder.Operations.Operation' threw an exception.
|
Get the same exception with EqlausTo. |
Same here for core 2.2 and equalsTo |
@dbelmont no plans on improving support for .net core? I'm using the pre release and .net core 2.2 |
I've had the same issue. Fixing the dependencies for that bad nuget package made ExpressionBuilder work again. Either way, you should catch the |
I'm getting the same error I'm using Xamarin Forms on IOS targeting .net standard 2.1 (tried 2.0 also to no avail) |
It looks like this is already fixed in the repo. Could you push a new version to NuGet? |
I'm trying to utilize the library in an ASP.NET Core 2.1 (preview) application but continue to get exceptions when running the following within a method in my data access layer / repository:
And when I run this line (from above):
ASP.NET Core crashes with the following:
Could you give me some help? Thanks in advice!
The text was updated successfully, but these errors were encountered: