You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add <PublishTrimmed>true</PublishTrimmed> to the .csproj file.
Exceptions (if any)
Generic implementation type 'Grpc.AspNetCore.Server.Internal.DefaultGrpcServiceActivator`1' has a DynamicallyAccessedMembers attribute applied to a generic argument type, but the service type 'Grpc.AspNetCore.Server.IGrpcServiceActivator`1' doesn't have a matching DynamicallyAccessedMembers attribute on its generic argument type.
Further technical details & context
Version of the Middleware Launcher: 2.0.0-poc.1
Operating system: Windows 10 x64
The text was updated successfully, but these errors were encountered:
Describe the bug
Project Trimming leads to a runtime error due to grpc/grpc-dotnet#1470
To Reproduce
Add
<PublishTrimmed>true</PublishTrimmed>
to the.csproj
file.Exceptions (if any)
Further technical details & context
The text was updated successfully, but these errors were encountered: