We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Thanks for the great work.
Please implement ContainsKey for the dictionary , Enumerable.Empty() for the enumerable.
Thanks
The text was updated successfully, but these errors were encountered:
Hello @joshidp ,
Thank you for reporting, we will look if that's possible.
Best Regards,
Jon
Performance Libraries context.BulkInsert(list, options => options.BatchSize = 1000); Entity Framework Extensions • Entity Framework Classic • Bulk Operations • Dapper Plus
context.BulkInsert(list, options => options.BatchSize = 1000);
Runtime Evaluation Eval.Execute("x + y", new {x = 1, y = 2}); // return 3 C# Eval Function • SQL Eval Function
Eval.Execute("x + y", new {x = 1, y = 2}); // return 3
Sorry, something went wrong.
Add ContainsKey features for issue: #384
90b1ddf
The v1.1.3 has been released.
The library should now support ContainsKey from a dictionary. Here are some example: https://github.com/zzzprojects/System.Linq.Dynamic.Core/blob/master/test/System.Linq.Dynamic.Core.Tests/MikArea/Dictionary.cs
However, I do not think we will do the Enumerable.Empty<T>() as this moment, as it's currently harder to support it.
Enumerable.Empty<T>()
Let me know if the ContainsKey works as expected.
ContainsKey
JonathanMagnan
No branches or pull requests
Hi,
Thanks for the great work.
Please implement ContainsKey for the dictionary ,
Enumerable.Empty() for the enumerable.
Thanks
The text was updated successfully, but these errors were encountered: