egil / Htmxor

Supercharges Blazor static server side rendering (SSR) by seamlessly integrating the Htmx.org frontend library.
MIT License
124 stars 13 forks source link

fix(serialization): replace JsonCamelCaseStringEnumConverter with custom SwapStyleEnumConverter #52

Closed tanczosm closed 4 months ago

tanczosm commented 4 months ago

Fixes #51 - This commit introduces a new SwapStyleEnumConverter to handle the serialization of the SwapStyle enum. This change also updates the test case in HtmxHeadOutletTest.cs to use correct serialized value.