microsoft / vscode-azureappservice

Azure App Service extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azureappservice
MIT License
111 stars 94 forks source link

Fail to deploy the large app to the .NET web app #2639

Open v-xinda opened 4 months ago

v-xinda commented 4 months ago

OS: Win10 Build Version: 20240510.1 Regression: Not a regression

Repro Steps:

  1. Get the project from https://github.com/alexweininger/test-large-webapp and open it in VS Code.
  2. Create an advanced Linux .NET 6 web app.
  3. Deploy the project to the web app.
  4. Check whether succeeds to deploy the project to the web app.

Expect: Succeed to deploy the project to the web app.

Actual:

  1. Pop up an error dialog. image
  2. Fail to deploy the project to the web app after clicking "Debug Anyway". image
v-xinda commented 2 months ago

Verified on the latest build 20240611.3, it doesn't reproduce for now. So close it.

v-ruizh commented 1 month ago

This issue still reproduces on App Service extension build 20240726.1, reopen it.

nturinski commented 1 month ago

It seems like the preDebug task, dotnet clean, isn't finishing. Maybe it's a timing issue? Or is the dotnet clean task failing somehow?