Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
AdRi🅰nSiT🅾🤔
Posts
Comments
C
C#
•
Created by AdRi🅰nSiT🅾🤔 on 5/14/2024 in
#help
JsonSerializerOptions Ignore when null
But not with the default one
35 replies
C
C#
•
Created by AdRi🅰nSiT🅾🤔 on 5/14/2024 in
#help
JsonSerializerOptions Ignore when null
It's curious that we have this on some properties
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
and with that they are working
35 replies
C
C#
•
Created by AdRi🅰nSiT🅾🤔 on 5/14/2024 in
#help
JsonSerializerOptions Ignore when null
As far as I know we're using the STJ instead, but I could be wrong, I'm not the main codeowner for this
35 replies
C
C#
•
Created by AdRi🅰nSiT🅾🤔 on 5/14/2024 in
#help
JsonSerializerOptions Ignore when null
My code then has to be doing something elsewhere
35 replies
C
C#
•
Created by AdRi🅰nSiT🅾🤔 on 5/14/2024 in
#help
JsonSerializerOptions Ignore when null
hmm, trying to replicate it with the weather API works just fine also
35 replies
C
C#
•
Created by AdRi🅰nSiT🅾🤔 on 5/14/2024 in
#help
JsonSerializerOptions Ignore when null
I cannot share this codebase
35 replies
C
C#
•
Created by AdRi🅰nSiT🅾🤔 on 5/14/2024 in
#help
JsonSerializerOptions Ignore when null
I'll try to make a small example trying to reproduce my issue
35 replies
C
C#
•
Created by AdRi🅰nSiT🅾🤔 on 5/14/2024 in
#help
JsonSerializerOptions Ignore when null
hmm I don't think I can send that
35 replies
C
C#
•
Created by AdRi🅰nSiT🅾🤔 on 5/14/2024 in
#help
JsonSerializerOptions Ignore when null
Still showing with
string?
35 replies
C
C#
•
Created by AdRi🅰nSiT🅾🤔 on 5/14/2024 in
#help
JsonSerializerOptions Ignore when null
Let me try with the
string?
instead
35 replies
C
C#
•
Created by AdRi🅰nSiT🅾🤔 on 5/14/2024 in
#help
JsonSerializerOptions Ignore when null
That I would assume that, all fields with null, should be hidden
35 replies
C
C#
•
Created by AdRi🅰nSiT🅾🤔 on 5/14/2024 in
#help
JsonSerializerOptions Ignore when null
but strings can be null?, shouldn't those be skipped?
35 replies
C
C#
•
Created by AdRi🅰nSiT🅾🤔 on 5/14/2024 in
#help
JsonSerializerOptions Ignore when null
Let me know if anything
35 replies
C
C#
•
Created by AdRi🅰nSiT🅾🤔 on 5/14/2024 in
#help
JsonSerializerOptions Ignore when null
https://www.loom.com/share/212ea4d29ae74546b80a993ee25a7e5f
35 replies
C
C#
•
Created by AdRi🅰nSiT🅾🤔 on 5/14/2024 in
#help
JsonSerializerOptions Ignore when null
Yeah, give me a sec
35 replies
C
C#
•
Created by AdRi🅰nSiT🅾🤔 on 5/14/2024 in
#help
JsonSerializerOptions Ignore when null
I'm using .net 6.0
35 replies