vscode-azureappservice
vscode-azureappservice copied to clipboard
Alert users on deployment when the runtime of their project doesn't match their web app
trafficstars
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:
- Create a .NET Core project using
dotnet new weband open it in VSCode. - Create a .NET 6 Linux web app -> Deploy the above project to it -> Click "Browse Website".
- Check whether the webpage shows correctly.
Expect:
The webpage shows correctly.
Actual:
The webpage shows incorrectly.
More Info:
- This issue doesn't reproduce for the .NET Windows web app.
- This issue doesn't reproduce for the .NET 8 Linux web app.
- This issue also reproduces for the .NET 7 Linux web app.
- This issue also reproduces after deploying a python project to the Python web app.