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 get this error:
System.ArgumentException
HResult=0x80070057
Message=.NET type System.Guid cannot be mapped to a BsonValue.
Source=MongoDB.Bson
StackTrace:
at MongoDB.Bson.BsonTypeMapper.MapToBsonValue(Object value)
thrown from internal static BsonValue? ToBsonValue(this LogEventPropertyValue? value)...
I get this error:
System.ArgumentException
HResult=0x80070057
Message=.NET type System.Guid cannot be mapped to a BsonValue.
Source=MongoDB.Bson
StackTrace:
at MongoDB.Bson.BsonTypeMapper.MapToBsonValue(Object value)
thrown from
internal static BsonValue? ToBsonValue(this LogEventPropertyValue? value)...
return BsonValue.Create(scalarValue.Value);
//exceptionThe text was updated successfully, but these errors were encountered: