© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
C
C#
•
4y ago
NonUnique
Serilog loses List-object- property values when serializing
Anyone know fix to my issue
?
https://stackoverflow.com/questions/74030184/serilog-loses-listobject-property-values-when-serializing
>Problem
: Property List
<object
> gets destructed into
[
[
[
[
]
]
,
[
[
]
]
]
]
.
Stack Overflow
Serilog loses List property values when serializing
I
’m having problem transforming object to JSON with Serilog
.
Problem
: Property List
<object
> gets destructed into
[
[
[
[
]
]
,
[
[
]
]
]
]
.
I log events on Angular with ngx
-logger and send to my ASP
.NET 6
C#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
❔ Serializing related object EF
C
C# / help
3y ago
Modify property of object in List [Answered]
C
C# / help
4y ago