ASP.NET Core 3.0 使用 gRPC无法编译问题
一.问题
创建了gRPC项目后,编译发现报错:
二.解决
1.检查项目路径是否存在中文
2.检查当前Windows用户目录是否为非英文字符,如果是则必须改为英文
修改方法:
https://jingyan.baidu.com/article/c910274b347bd98d361d2da3.html
https://blog.csdn.net/tanzey/article/details/82657816
我在 ASP.NET Core github提交的issues https://github.com/aspnet/AspNetCore/issues/14351
目前学习.NET Core 最好的教程 .NET Core 官方教程 ASP.NET Core 官方教程