Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alert users on deployment when the runtime of their project doesn't match their web app #2599

Open
v-xinda opened this issue Dec 13, 2023 · 0 comments
Labels
AT-CTI Created by CTI team enhancement
Milestone

Comments

@v-xinda
Copy link

v-xinda commented Dec 13, 2023

OS: All
Azure Resources Build Link: vscode-azuresourcegroups-0.8.1-alpha.2 1.vsix
App Service Version: v0.25.1
.NET Core version: 8.0.100-rc.1.23463.5
Regression: Not a regression

Repro Steps:

  1. Create a .NET Core project using dotnet new web and open it in VSCode.
  2. Create a .NET 6 Linux web app -> Deploy the above project to it -> Click "Browse Website".
  3. Check whether the webpage shows correctly.

Expect:
The webpage shows correctly.
Screenshot 2023-12-13 at 16 34 34

Actual:
The webpage shows incorrectly.
Screenshot 2023-12-13 at 16 35 58

More Info:

  1. This issue doesn't reproduce for the .NET Windows web app.
  2. This issue doesn't reproduce for the .NET 8 Linux web app.
  3. This issue also reproduces for the .NET 7 Linux web app.
  4. This issue also reproduces after deploying a python project to the Python web app.
@v-xinda v-xinda added the AT-CTI Created by CTI team label Dec 13, 2023
@nturinski nturinski changed the title The webpage shows incorrectly after deploying a .NET Core project to the .NET 6/7 Linux web app Alert users on deployment when the runtime of their project doesn't match their web app Dec 13, 2023
@nturinski nturinski added this to the Backlog milestone Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AT-CTI Created by CTI team enhancement
Projects
None yet
Development

No branches or pull requests

2 participants