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
I am getting a NotSupportedException thrown from MongoDbStorage on multiple functions.
This occurs where the code compares Id with a guid; The exception message was like: Expression not supported: (p.Id == <Guid>).
This happens on all the code that use equality filter on the profiler Id property.
I am using c# driver 2.21.0.
The text was updated successfully, but these errors were encountered:
I am getting a NotSupportedException thrown from MongoDbStorage on multiple functions.
This occurs where the code compares Id with a guid; The exception message was like:
Expression not supported: (p.Id == <Guid>).
This happens on all the code that use equality filter on the profiler Id property.
I am using c# driver 2.21.0.
The text was updated successfully, but these errors were encountered: