gRPC 是否适用于 Universal Windows App?
Does gRPC work with Universal Windows App?
我能够在 C# 桌面应用程序中使用 gRPC。
我尝试为 WUA 安装 nuget gRPC 包,但出现了很多错误:
Grpc.Core 1.1.0 is not compatible with UAP,Version=v10.0 (win10-x64)
我无法安装它。有没有 WinRT 的实现?
遗憾的是,gRPC C# 目前不支持通用 Windows 应用程序。我们支持桌面 .NET45+ 和 netstandard1.5+(因此也支持 ASP.NET 核心)。
请参阅 https://github.com/grpc/grpc/issues/8636 了解更多详情。
我能够在 C# 桌面应用程序中使用 gRPC。
我尝试为 WUA 安装 nuget gRPC 包,但出现了很多错误:
Grpc.Core 1.1.0 is not compatible with UAP,Version=v10.0 (win10-x64)
我无法安装它。有没有 WinRT 的实现?
遗憾的是,gRPC C# 目前不支持通用 Windows 应用程序。我们支持桌面 .NET45+ 和 netstandard1.5+(因此也支持 ASP.NET 核心)。 请参阅 https://github.com/grpc/grpc/issues/8636 了解更多详情。