Cleanupcode
I am trying to format the code in a solution. For some reason it is invoking msbuild. As I only want to format the code is it possible not invoke msbuid?
Getting errors like shown below.
Can't resolve reference Aegis.SignalR.Client.TypedHubProxy: Reference wasn't resolved by MsBuild: Could not resolve this reference. Could not locate the assembly "Aegis.SignalR.Client.TypedHubProxy, Version=1.0.2.18902, Culture=neutral, PublicKeyToken=280dc27c3ffc9248, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
Regards
Please sign in to leave a comment.