Matt Lynam

Results 4 comments of Matt Lynam

The PdfTools and Converter need to behave as singletons in your AppDomain.

Yeah I'm not a fan of opinionated service lifetimes. I haven't dug into the code here to find out why this limitation exists, but rather I've just discovered this is...

I was able to setup Subscription auth using built in elements alone. If you are interested @jonmill I can give you my method.

Sure. The main issue I ran into with authorization and graphql-dotnet is the inconsistent handling of the user context. In graphql-dotnet proper, we are told to implement a `Dictionary` and...