Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试取消在 Asp.net Core Action 中运行的任务。为此,我正在使用这个 github示例。如果在控制台中运行服务,我可以取消任务,但如果我在 IIS(或 IIS Express)下运行,任务不会取消。我在其他问题中看到了类似的问题。基于它,问题应该已经修复。我正在使用 .Net 核心 2.1。
据我所知,这是已知问题,尚未修复。在 ANCM 项目页面上查看更多详细信息。