Matthew Hartz

Results 4 comments of Matthew Hartz

hmm, well for my example, i'm utilizing Service Fabric which has this code in Program.cs. Which I want to pass the handlers into the constructor of "Service", but at this...

Would i need to do something like such inside of Program.cs? ``` public static void Main(string[] args) { //setup our DI var serviceProvider = new ServiceCollection() .AddLogging() .AddSingleton() .AddSingleton() .BuildServiceProvider();...

@jeffj6123 Is this in the documentation? https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-sfctl-application#sfctl-application-upload