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
I am using GraphQL API for .NET for a web application. In this new version, I have implemented in my test Console Application, and it works ok. But when I pass the implementation to my Web App, it does not work, and it throws me a:
The thread 0x611c has exited with code 0 (0x0).
I have made a Web App in blank to test if it works there, but it gave me the same result before.