Azure/azure-functions-core-tools

Make sure default trigger name is unique

Aperta

#3262 aperta il 6 feb 2023

 (1 commento) (0 reazioni) (0 assegnatari)C# (491 fork)auto 404
area: func newfeaturegood first issue

Metriche repository

Star
 (1456 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

For func new, if users don't pass in a name, the default is trigger name, like "HttpTrigger". If a trigger with this name already existed, users would be asked about overwriting. But if the intention wasn't to overwrite (because the user didn't know about the default name), they'd have to cancel and start again. It could get annoying if they forget that the default name is the same each time and need to cancel and restart.

VSCode currently increments trigger name automatically to ensure there's no duplicate.

Guida contributor