LinusCenterstrom
LinusCenterstrom
The overload for HasDbFunction that is used does not seem to exist any longer, not sure if it's for an older version of EF Core (I'm on 7.0.5) I had...
Consider the following: You want to get top X items which have an expand with at least one value matching condition Y. For the expand you also only want to...
As far as I can tell this should work exactly the same as $filter when using the list endpoint
fixes ZEXSM/OData.QueryBuilder#123 Possible breaking: Changed the All and Any methods to take Expression instead of Func. As far as I can tell this does not impact anything since explicitly passing...
Basically copied the implementation of Filter from ODataQueryCollection (and a couple of the tests) If you prefer some other solution like moving it to the baseclass or extracting a shared...
fixes #1285 This is mostly unrelated to #1265 and still uses the renderToString API #### Things that should probably be done before this is merged (happy to help with this...
React 18 has new APIs for rendering / hydrating. createRoot().render & hydrateRoot() Would be nice to have (opt-in) support for outputting html that uses those instead of ReactDOM.render / ReactDOM.hydrate
fixes #1237
fixes #907
### Please verify these steps before filing an issue, and check them off as you go - [x] The relevant native JavascriptEngineSwitcher library packages are installed (such as `JavaScriptEngineSwitcher.V8.Native.win-x64`) -...