ASP.NET Core 3.0 使用 gRPC无法编译问题

一.问题

创建了gRPC项目后,编译发现报错:

ASP.NET Core 3.0 使用 gRPC无法编译问题_第1张图片

二.解决

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

转载于:https://www.cnblogs.com/stulzq/p/11577710.html

你可能感兴趣的:(ASP.NET Core 3.0 使用 gRPC无法编译问题)