Azure / azure-functions-vs-build-sdk

MSBuild task for Azure Functions
MIT License
98 stars 65 forks source link

Import the Functions design time targets #551

Closed vijayrkn closed 2 years ago

vijayrkn commented 2 years ago

In-proc version of the same change : https://github.com/Azure/azure-functions-dotnet-worker/pull/860

This change helps import the Visual Studio design time targets to the Azure Functions SDK. This helps enable functionality like - File Nesting, Debug property page options, other project system settings etc.

/cc @BillHiebert

kshyju commented 2 years ago

We should also update the package version.

The isolated worker has a few other sdk changes we recently made, but not published yet, Your changes can be clubbed with that (version bump) when we release a new version in the next couple of days.

kshyju commented 2 years ago

Should this be available in v3 as well?

vijayrkn commented 2 years ago

Should this be available in v3 as well?

This support will work on all Functions versions including v3. Does it need a different PR or can this be cherry-picked?

vijayrkn commented 2 years ago

@kshyju - Any concerns with merging this since all gates have passed?