egil / Htmxor

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

refactor: update serialization namespace #24

Closed tanczosm closed 2 months ago

tanczosm commented 3 months ago

Small fix with adjusting namespaces. The namespace for the serialization classes has been updated from Htmxor.Configuration.Serialization to Htmxor.Serialization. This change affects multiple files including HtmxHeadOutlet.cs, HtmxResponse.cs, and HtmxJsonSerializerContext.cs.

egil commented 2 months ago

Looks like there is a build error.

Error: /home/runner/work/Htmxor/Htmxor/src/Htmxor/HtmxConfig.cs(5,14): error CS0234: The type or namespace name 'Configuration' does not exist in the namespace 'Htmxor' (are you missing an assembly reference?) [/home/runner/work/Htmxor/Htmxor/src/Htmxor/Htmxor.csproj]

egil commented 2 months ago

Thanks!