Error using IncludeFilter
See original GitHub issue"The given key '__ef_filter__IsSoftDeleteFilterEnabled_0' was not present in the dictionary."
at System.ThrowHelper.ThrowKeyNotFoundException[T](T key)
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at Z.EntityFramework.Plus.QueryFutureBatch.CreateCommandCombined()
at Z.EntityFramework.Plus.QueryFutureBatch.ExecuteQueries()
at Z.EntityFramework.Plus.QueryFutureValue`1.get_Value()
at Z.EntityFramework.Plus.QueryIncludeFilterProvider`1.Execute[TResult](Expression expression)
at System.Threading.Tasks.Task`1.InnerInvoke()
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
thanks!
- Abp 4.8.1
- Abp.EntityFrameworkCore.EFPlus 4.8.1
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
entity framework 6 - IncludeFilter multiple levels not working
Having problems with this IncludeFilter and including multiple levels. I'm using Entity Framework 6 Plus. This is the example they provide https ...
Read more >find-include-filter: "Error parsing find request"
Description: In find-include-filter-abc01, I have several library collections that have been lumped together. In some cases, when I try to use ...
Read more >Creating New Widgets in 16.0 - Error message when using ...
Error happens with any resource field with Current User as a filter option (Manager, Owner, custom resource attributes, etc.) Environment.
Read more >Implementing Validation Filters
Default system XML file for defining action models or incremental action models in the system. Configure filters for the action models using the...
Read more >Filtering data transferred by AWS DataSync
To create a task with an include filter, choose the Specific files and folders option, and then specify a list of patterns to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Looks like ef core is supported now. https://github.com/zzzprojects/EntityFramework-Plus/releases/tag/v1.10.0
@maliming thanks.