You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version
Which LiteDB version/OS/.NET framework version are you using. (REQUIRED)
v5.0.8 v5.0.9 Describe the bug
A clear and concise description of what the bug is.
use ConnectionType.Shared
like this:
while(...)
col.FindOne(v => v.Code == code); <--When I entered the breakpoint, I found stopping here
No exception no error, just like a endless loop, and throw a 'ApplicationException' in output.
The text was updated successfully, but these errors were encountered:
Version
Which LiteDB version/OS/.NET framework version are you using. (REQUIRED)
v5.0.8 v5.0.9
Describe the bug
A clear and concise description of what the bug is.
while(...)
col.FindOne(v => v.Code == code); <--When I entered the breakpoint, I found stopping here
No exception no error, just like a endless loop, and throw a 'ApplicationException' in output.
The text was updated successfully, but these errors were encountered: