aspnet / AzureIntegration

[Archived] Features that integrate ASP.NET Core with Azure. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
24 stars 20 forks source link

Pre-release version of Microsoft.AspNetCore.AzureAppServices.SiteExtension gets enabled by default when publishing an ASP.NET Core 2.1 app to Azure from VS 15.8 #223

Closed balachir closed 5 years ago

balachir commented 6 years ago

Scenario :

  1. Clean machine with 15.8
  2. Create new ASP.NET Core 2.1 (.NET Core) web app > Web Application (MVC) template
  3. F5
  4. Publish to Azure with default selections (Install "ASP.NET Core site extension" is checked in the Publish settings tab)

image

Repro Steps :

Site extension gets enabled on the Azure web app after publishing image

ACTUAL

Version of the ASP.NET Core Extensions site extension is 2.1.0-preview2-final

EXPECTED

As I'm publishing ASP.NET Core 2.1 app from 15.8 (RTW product), I would expect that the version of the site extension that gets enabled by default is not a pre-release version.

pakrym commented 5 years ago

Currently, this is by design

@glennc

muratg commented 5 years ago

@glennc What's your thoughts on this? Good design? Should we change the design?

balachir commented 5 years ago

When I tried the above repro steps again now, it looks like the version of ASP.NET Core Extensions has been updated to 2.1.1. So I think we can go ahead and close this issue now.

image

muratg commented 5 years ago

Thanks Bala!