Results 3 comments of Filip Stas

I have an owin middleware that will work in IIS (httpcontextbase dependencies). To make this work in self hosted app i18n will need to be rewritten to not depend on...

are you by any chance using this in a Azure Function? We are moving from an in container hosted web api where it was working just fine, to an Azure...

I implemented this back in version 1.9 :-) I just added a column to the order table isQuote, and then override all Order related methods with a Quote override which...