'Migrate gRPC from C-core to gRPC for .NET - how to do it for console apps?
I have a group of console apps on .Net framework 4.7 communicating using gRpc. It works great, but since gRPC C-core will be deprecated soon I am trying to convert my console apps to use gRPC for .NET.
I have rewritten my console apps to .Net 5.0. But I am not able to use Grpc.AspNetCore in a console app acting as gRpc server. Is it even possible? I am not familiar with AspNet. If I undestand the AspNet documentation it must be hosted on a web server. If that is the case it is a big limitation for my project.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
