Altinn / app-lib-dotnet

Libraries used in Altinn Apps
BSD 3-Clause "New" or "Revised" License
9 stars 10 forks source link

Enforce enum serialization policy #729

Open HauklandJ opened 3 weeks ago

HauklandJ commented 3 weeks ago

As discovered in 2309. If an application chooses to specify JsonStringEnumConverter for JsonSerializerOptions then enums which are implemented with the default serialization behaviour will result in unexpected behaviour.

We should consider enforcing serialization rules for these enums.

ivarne commented 3 weeks ago
HauklandJ commented 3 days ago

Image