Replies: 1 comment 1 reply
-
@xvrlsc Need a little more information. Most likely, it's the usage of Can you just use: session.Query<DbObject>().Where(x => x.nestedReadOnlyCollection.Contains(someSearchedValue); |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! We are migrating our project from dotnet 6 to dotnet 8 so we upgraded Marten from v6.4.1 to v7.26.2. Following this migration we now have the following error:
And here is the concerned code that was working well before:
Thank you for your help on this.
Beta Was this translation helpful? Give feedback.
All reactions