当尝试实现Swashbuckle.AspNetCore.Swagger库时,在使用“Operation”时出现错误"Error CS0246 The type or namespace name 'Operation' could not be found(are you missing a using directive or an assembly reference?)”
我用的是.net 5
Codelibrary implement的数据库
我怎么能解决这个问题,因为库已经安装
当尝试实现Swashbuckle.AspNetCore.Swagger库时,在使用“Operation”时出现错误"Error CS0246 The type or namespace name 'Operation' could not be found(are you missing a using directive or an assembly reference?)”
我用的是.net 5
Codelibrary implement的数据库
我怎么能解决这个问题,因为库已经安装
1条答案
按热度按时间de90aj5v1#
你应该像这样用
OpenApiOperation
替换Operation
类:字符串