-
Notifications
You must be signed in to change notification settings - Fork 166
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
ForEach extension method? #168
Comments
The namespace is |
It should put in a |
n0099
added a commit
to n0099/open-tbm
that referenced
this issue
May 4, 2023
…95/LINQKit#168 - remove unused method `GetValuesByKeys()` * move method `NanToZero()` and `RoundToUshort()` to project `tbm.Shared` since they are also used by project `tbm.ImagePipeline` @ crawler/ExtensionMethods.cs * remove the value to argument `cacheCapacity` of method `PaddleDevice.Mkldnn()` since it's now the default value: sdcb/PaddleSharp#46 @ `PaddleOcrRecognizerAndDetector.GetPaddleOcrFactory()` * update NuGet packages @ imagePipeline @ c#
n0099
added a commit
to n0099/open-tbm
that referenced
this issue
May 30, 2023
…cs`, except `using LinqKit;` due to scottksmith95/LINQKit#168 @ c#
n0099
added a commit
to n0099/open-tbm
that referenced
this issue
May 30, 2023
…cs`, except `using LinqKit;` due to scottksmith95/LINQKit#168 @ c#
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The ForEach extension method recently added to LinqKit conflicts with the (I think) commonly used ForEach extension method in MoreLinq. Since it is in the main LinqKit namespace, there is no way to avoid its inclusion when using LinqKit. It would be nice if this was in a separate namespace to avoid this issue.
The text was updated successfully, but these errors were encountered: