Describe the bug
winapp ini installs the winapp nuget package for csproj projects without prompting the user first. It should prompt the user if they'd like us to install nuget packages to enable dotnet run work for packaged applications
To Reproduce
- Create new wpf app
dotnet new wpf
winapp init via any combination
- notive the csproj has the nuget packages installed and the user was not asked
Expected behavior
The user should be asked whether they'd like us to install required nuget packages to enable dotnet run for packaged applications
if nuget packages are already installed, should skip this question
Screenshots
No response
OS Version and details
No response
Describe the bug
winapp iniinstalls the winapp nuget package for csproj projects without prompting the user first. It should prompt the user if they'd like us to install nuget packages to enable dotnet run work for packaged applicationsTo Reproduce
dotnet new wpfwinapp initvia any combinationExpected behavior
The user should be asked whether they'd like us to install required nuget packages to enable
dotnet runfor packaged applicationsif nuget packages are already installed, should skip this question
Screenshots
No response
OS Version and details
No response