grpc / grpc/grpc-dotnet

Grpc.Core.Api nuget package add .net 5/6 support (seems required for C++/CLI .NET projects)

Open
#1,722 10 comments 0 reactions 1 assignee Claimed by @jtattermusch View on GitHub
disposition/requires reporter action kind/enhancement lang/C# priority/P2
Dominant language
C#
Stars
4.5k
Forks
836
Avg merge
6d 3h
Merged PRs (30d)
7

Description

### What version of gRPC and what language are you using?

dotnet core

### What operating system (Linux, Windows,...) and version?

Windows

### What runtime / compiler are you using (e.g. python version or version of gcc)

.net 6

### What did you do?

I have a C++ cli dll reference .net 6 dll library. And the .net 6 library references Grpc.AspNetCore(which use Grpc.Core.Api).

Because C++ cli don't support .net standard dlls, it only support .net 5/6 dlls.

So my project can't work.

### What did you expect to see?

Please add .net 5/6 support. So my project can work.

1

2

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.