Strongly Typed SignalR Client and Server

Background On a recent project, I was adding SignalR to a .Net Core application and ran into something I didn’t like. The Microsoft documentation shows using strings in the client and server to define method names and using open ended arguments to specify parameters going into the method. I found this Microsoft example which did … Strongly Typed SignalR Client and Server