[BUG] Calling .ToString()
on a BsonValue
constructed from a string[]
throws a NullReferenceException
#2589
Labels
.ToString()
on a BsonValue
constructed from a string[]
throws a NullReferenceException
#2589
Version
v5.0.21
, onnet9.0
Describe the bug
When constructing a
BsonValue
from an array of strings, calling.ToString()
throws aNullReferenceException
.Code to Reproduce
Expected behavior
.ToString()
should return the string representation of the array.Screenshots/Stacktrace
The text was updated successfully, but these errors were encountered: