microsoft / vscode-azurestaticwebapps

Azure Static Web Apps extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurestaticwebapps
MIT License
86 stars 33 forks source link

Allow .NET Runtime Selection When Creating Http Function #893

Closed Timothyw0 closed 1 month ago

Timothyw0 commented 1 month ago

Resolves GitHub issue: GitHub https://github.com/microsoft/vscode-azurestaticwebapps/issues/761

By removing the targetFramework option when creating an Azure Function using the extension, the context will be initialized with a null workerRuntime property which will then prompt the user to select which .NET runtime stack to use as the next step. image

Timothyw0 commented 1 month ago

Abandoning this PR for now to approach the .NET runtime selection at a later time as @motm32 suggested. I will raise a new PR to default the .NET runtimes to 8.0