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 had downloaded .net code for Google ads solution from the github.The version of the libraries used inside was v17.
I was previously using v14 and this has now een depreciated. So I am forced to do the migration now. Unfortunately this solution doesn't seem to be supported in vs 2019. Hence I now use vs 2022 to build the code.
While building this code my system goes to an extremely slow pace. I waited for close to 30 mins for this code to get build. Could you please help me understand what might have gone wrong from my side which is resulting in this dead slow pace for building the code.
Thank you in advance
The text was updated successfully, but these errors were encountered:
Hi, can you please provide some further information to help us investigate your issue:
What version of .NET are you using?
Are the slow builds happening when you try building the client library as cloned from GitHub, or when you build a project that depends on the client library via Nuget?
Are the slow builds happening every time, or just the first time you build your project?
Additionally, can you try building your project outside of Visual Studio, using the dotnet run command from the command line?
As for the slow build: I wonder if there's an issue around assemblies not getting resolved or memory required to build the library. There are quite a bit of source files to compile (stub files).
Hi Team
I had downloaded .net code for Google ads solution from the github.The version of the libraries used inside was v17.
I was previously using v14 and this has now een depreciated. So I am forced to do the migration now. Unfortunately this solution doesn't seem to be supported in vs 2019. Hence I now use vs 2022 to build the code.
While building this code my system goes to an extremely slow pace. I waited for close to 30 mins for this code to get build. Could you please help me understand what might have gone wrong from my side which is resulting in this dead slow pace for building the code.
Thank you in advance
The text was updated successfully, but these errors were encountered: