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

fix: Add null-forgiving operator in Reswap call #29

Closed tanczosm closed 2 months ago

tanczosm commented 2 months ago

Super short PR. Updated the Reswap method call within the HtmxResponse class to turn off warnings about using a possible null string as a parameter to a method that accepts string since it's deliberately being done

egil commented 2 months ago

Thanks, good catch.