The template include an .fsx
script that setups the debug settings.
The script uses a shim that only detects Excel 365 64-bits for now.
It only need to be run once, and will generate properties/launchSettings.json
dotnet tool install --global sayedha.template.command
templates analyze -f .\working\templates\
install the local template
dotnet new -i .\working\templates
uninstall it
dotnet new -u .\working\templates
dotnet new exceldna-addin -A py -D "a test" -F net472
dotnet pack
install the template from the nupkg
dotnet new -i .\bin\Debug\WldMr.Excel.ExcelDnaTemplate.0.0.1.nupkg
check it is installed
dotnet new list -lang 'F#'
use it
dotnet new exceldna-addin -A py -D "a test" -F net472
or use Visual Studio "New project" and search for "F#" & "Library"
uninstall it
dotnet new -u WldMr.Excel.ExcelDnaTemplate