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
LoadFromWebAsync does not apply the given UserAgent property (and possibly other properties) like the synchronous methods do.
The text was updated successfully, but these errors were encountered:
Thank for letting us know,
We will check if there is a reason behind it.
Best Regards,
Jonathan
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.
Hello @wiz0u ,
The v1.11.5 has been released.
Let me know if everything is working as expected.
Tested on 1.11.7 Seems good now, thanks
JonathanMagnan
No branches or pull requests
LoadFromWebAsync does not apply the given UserAgent property (and possibly other properties)
like the synchronous methods do.
The text was updated successfully, but these errors were encountered: