【发布时间】:2022-01-27 11:12:22
【问题描述】:
我最近将我的VS更新到2022。我的项目是Azure Function App。
但是当我点击调试项时,我收到以下错误。
A project with an Output Type of Class Library cannot be started directly
In order to debug this project, add an executable project to this solution which
references the library project. Set the executable project as the startup project.
通常,我的功能应用程序运行时会出现提示屏幕。
可能是什么问题?
【问题讨论】:
标签: azure visual-studio azure-functions