amcorch

Results 3 comments of amcorch

Should this solution work if the controllers are being loaded from external assemblies?

I should have left an example. I created a sample app with the following structure ![image](https://user-images.githubusercontent.com/15364835/44813859-e59e1c80-aba8-11e8-9c91-b9685674bb57.png) The contents of the files can be seen at: https://gist.github.com/amcorch/0173b2752c97269b7366bb5c920766b7 Every request I make...

Here is a sample that should reproduce the issue I'm seeing. ``` ``` ``` using Azure.Messaging.ServiceBus; using Ev.ServiceBus.Abstractions; using Microsoft.Extensions.Hosting; using System.Text; using Ev.ServiceBus; using Microsoft.Extensions.DependencyInjection; using Newtonsoft.Json; using Newtonsoft.Json.Converters;...