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
This was working fine for a while. I can open the Proxy path in browser and see the generated text. However, compiling the proxy I'm getting the following error, this issue started recently. How can I fix it?
Error 5 The "ProxyGenerationTask" task failed unexpectedly. System.ArgumentNullException: Value cannot be null.
Parameter name: objectToConvert
at WebApiProxy.Tasks.ProxyGenerationTask.Execute()
at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
at Microsoft.Build.BackEnd.TaskBuilder.d__20.MoveNext()
The text was updated successfully, but these errors were encountered:
This was working fine for a while. I can open the Proxy path in browser and see the generated text. However, compiling the proxy I'm getting the following error, this issue started recently. How can I fix it?
Error 5 The "ProxyGenerationTask" task failed unexpectedly. System.ArgumentNullException: Value cannot be null.
Parameter name: objectToConvert
at WebApiProxy.Tasks.ProxyGenerationTask.Execute()
at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
at Microsoft.Build.BackEnd.TaskBuilder.d__20.MoveNext()
The text was updated successfully, but these errors were encountered: