David Grieve

Results 3 issues of David Grieve

Just leaving a note. The dll in the nuget package can be swapped out with the latest version (9.07) I used. This fixed some crashes.

Workaround on model use [HybridBindClass(defaultBindingOrder: new[] { Source.QueryString })] to disable JSON body binding on GET request. Querystring binding works as expected. Expected: GET requests shouldn't have bodies submitted and...

When I run my mjml template in the mjml.io try-it-live my inline styles are applied as I was expecting. https://mjml.io/try-it-live/QMEUiLOGHD But when running through mjml.net using the anglesharp PostProcessors I...