grpc: gRPC C# doesn't support Universal Windows Applications
when i try to install grpc via NuGet into a Windows 10 / UWP Project it always says
Install-Package : Some packages are not compatible with UAP,Version=v10.0 (win10-x86-aot).
and below
`+ Install-Package Grpc
-
+ CategoryInfo : NotSpecified: (:) [Install-Package], Exception + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand`
it would be good to be able to use grpc in modern universal windows application
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Reactions: 1
- Comments: 24 (10 by maintainers)
@AtosNicoS the shutdown hook was removed in https://github.com/grpc/grpc/pull/15998/files (also see https://github.com/grpc/grpc/pull/15975 and the change has been releases with nuget 1.13.1. It seems like this should be solving the problem you reported.
Can you try with gRPC C# 1.13.1 and see if it works in you UWP application?