Jonathan Magnan
Jonathan Magnan
Hello @bptillman , Sorry for the late reply. Starting with the [v8.103.0.0](https://github.com/zzzprojects/EntityFramework-Extensions/releases/tag/8.103.0.0), the [ForceValueGeneratedStrategy ](https://entityframework-extensions.net/forcevaluegeneratedstrategy) has been replaced by the option [ExplicitValueResolutionMode ](https://entityframework-extensions.net/explicit-value-resolution-mode). As you will see in the article,...
Hello @Joebu , Thank you for reporting. We will look at this. My developer told me that, meanwhile, instead of ignoring this property, you should instead use the [ColumnInputExpression](https://entityframework-extensions.net/column-input-expression) to...
Hello @tsanton , Thank you for reporting. With your text, I can definitely see the advantage of being able from time to time using the `INNER JOIN` instead of `OUTER...
Hello @tsanton , We started to take some time to think about this proposed feature. Is replacing ALL `LEFT JOIN` with `INNER JOIN` could be a possible solution, or do...
My developer will start to check the first part this week It will be easier to give you a good estimate next Monday. Best Regards, Jon
Hello @tsanton , A new version has been released. It's not fully completed, but if you use the latest version, you can add this 2 extension methods to your project:...
Hello @tsanton , Just to let you know, EF Plus now has both extension methods integrated. I updated the [online example](https://dotnetfiddle.net/WNXMKA) to show the example. Best Regards, Jon
Hello @meum , Thank you for reporting. Here is what we found out so far, Some node like `DocumentNode` have their `outerhtml` re-written since the value `_changed = true`, so...
Hello @meum , A new option has been added starting from v1.11.65: `OptionWriteEmptyNodesWithoutSpace ` To write an "empty node" such as `br` with an ending tag, you need to use...
Hello @wisedf , Unfortunately, there is no plan to support this for the moment. This is not we would not like, but time is missing ;( Best Regards, Jon