0
What happens after ; Building a application in Visual studio
I am building an application. And I do experience a lengthly build proces ( 10 minutes ) in Visual Studio (c#). Not every time, but sometimes. It looks like the application, does compile normal. Also if I am pased this point. The application runs normal. In the the build output Windows the last line is. 1> application 1> application path Whats is the process that runs after this line. Can some give me more information about the lines that appear in this window.?
1 Resposta
0
As long as it builds, everything should be fine, the logs on the console could be logged in your code, just double check if you haven't logged the application path etc.