c# grpc Grpc.Core.Internal.PlatformApis 报错

The type initializer for 'Grpc.Core.Internal.PlatformApis' threw an exception.

原因重写了程序集加载

 AppDomain.CurrentDomain.AssemblyResolve += delegate (object sender, ResolveEventArgs args)

导致程序集加载失败

原文地址:https://www.cnblogs.com/wolbo/p/15737577.html