今天通过微软官网学习EFCore的内容
使用 Entity Framework Core 保留和检索关系数据时,在练习时,突然发现使用httprepl访问时,居然报Unable to find an OpenAPI description,详细内容如下:
-
Using a base address of https://localhost:5101/
-
Unable to find an OpenAPI description
-
For detailed tool info, see
很是疑惑,不应该的啊。
完全按照文档一步一步走下来的,怎么会出错了,
感谢万能的度啊,找到Stackoverflow中的一篇文章,从错误看和我一模一样啊。文章有两个回答,第一个说要修改代码。我直接忽略了,我觉得微软官方的DEMO应该不会出现这种问题。再往下看见因为应该是SSL证书没导入的问题,所以使用它提供的命令导入证书:
-
dotnet dev-certs https --trust
再访问就正常了。
大公司就是不一样,不注重这种小细节啊。如果在他的文章中有这一步骤的说明应该就好了。
-
Using a base address of
-
Unable to find an OpenAPI description
-
For detailed tool info, see https:
Using a base address of
Unable to find an OpenAPI description
For detailed tool info, see
阅读(1379) | 评论(0) | 转发(0) |