You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see, the class is IChatHubClient. I tried changing my IChatHub to a class named ChatHub, but that doesn't generate properly. Moc.exe should automatically remove the "I". If not present, it should be up to us to make sure it's there, as this is a universally followed standard for C#.
The text was updated successfully, but these errors were encountered:
Moc.exe generates client code like this:
As you can see, the class is
IChatHubClient
. I tried changing my IChatHub to a class named ChatHub, but that doesn't generate properly. Moc.exe should automatically remove the "I". If not present, it should be up to us to make sure it's there, as this is a universally followed standard for C#.The text was updated successfully, but these errors were encountered: