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
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 web and 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.
The text was updated successfully, but these errors were encountered:
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
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:
dotnet new web
and open it in VSCode.Expect:
The webpage shows correctly.
Actual:
The webpage shows incorrectly.
More Info:
The text was updated successfully, but these errors were encountered: