Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NET type System.Guid cannot be mapped to a BsonValue #91

Open
AlonKNervio opened this issue Nov 25, 2024 · 0 comments
Open

NET type System.Guid cannot be mapped to a BsonValue #91

AlonKNervio opened this issue Nov 25, 2024 · 0 comments

Comments

@AlonKNervio
Copy link

AlonKNervio commented Nov 25, 2024

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); //exception

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant