Skip to content
#

etl

Here are 1,719 public repositories matching this topic...

jods4
jods4 commented Oct 26, 2021

In .NET Trim, TrimEnd, TrimStart all can take an optional array of characters that sould be trimmed.

With current 3.x release, we observed that when we use this optional parameter:

  1. "abc".Trim('c') throws a LinqException saying it can't be translated.
  2. "abc".TrimEnd('c') actually runs without exception, but silently drops the 'c' parameter!!

It would be nice if 2. would

Improve this page

Add a description, image, and links to the etl topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the etl topic, visit your repo's landing page and select "manage topics."

Learn more