Daniel Little
Daniel Little
`Colors` would be good to migrate next as Bars is migrated but has a dependency on `Colors`
@abelbraaksma it looks like @0x53A has already clarified my proposal, I have also added to my original comment to clarify a few points. @0x53A thanks for your response. It's encouraging...
@rmunn yes, that matches what I was thinking
Just noting, I'm still here. Just in a different timezone. I'll attempt to clarify some things, firstly @abelbraaksma far as I can tell it seems like you might still be...
This is regarding a standard Global Action Filter, not using Dependency Injection: `config.Filters.Add(new SomeFilterAttribute());`
I've made a sample repo here to show the issue: https://github.com/Lavinski/WebApi-Ninject
I might be able to help, if no one else beats me to it. Where are the messages formatted, I had trouble tracking it down?
@haf thanks, good to know
We've been using a custom serialiser for unions which formats based on the shape. *Enum Union* If the union only has case labels then it will serialise exactly the same...
I think it also works if you declare the type in TableVarMapping `TableVarMapping = "@assetId=Int" `