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
This is more an observation and question than anything else...
When migrating a Giraffe-based project from .NET 8 to 9 with null-checking enabled, I ran into some pain that basically boiled down to Json.ISerializer having AllowNullLiteral applied to it. When I grab the latest Giraffe code and remove that attribute, everything still compiles, so I'm wondering why it even has it and whether it could be removed.
The text was updated successfully, but these errors were encountered:
This is more an observation and question than anything else...
When migrating a Giraffe-based project from .NET 8 to 9 with null-checking enabled, I ran into some pain that basically boiled down to
Json.ISerializer
havingAllowNullLiteral
applied to it. When I grab the latest Giraffe code and remove that attribute, everything still compiles, so I'm wondering why it even has it and whether it could be removed.The text was updated successfully, but these errors were encountered: