Skip to content

Replace deprecated Grpc.Core with Grpc.Core.Api - #65

Open
ivanauth wants to merge 1 commit into
authzed:mainfrom
ivanauth:fix/issue-53-grpc-core-package-deprecation
Open

Replace deprecated Grpc.Core with Grpc.Core.Api#65
ivanauth wants to merge 1 commit into
authzed:mainfrom
ivanauth:fix/issue-53-grpc-core-package-deprecation

Conversation

@ivanauth

Copy link
Copy Markdown
Contributor

Fixes #53.

Replaces the deprecated Grpc.Core package with Grpc.Core.Api (2.80.0) in the
library, and drops the now-redundant direct Grpc.Core reference from the
bulk-import example.

The Grpc.Core native runtime is in maintenance mode and deprecated in
favor of grpc-dotnet. Nothing in this library uses the native runtime:
the generated stubs and credential helpers only need the Grpc.Core.Api
abstractions, and all channels are created through Grpc.Net.Client.
Swap the package reference accordingly and drop the redundant Grpc.Core
reference from the bulk-import example, which already gets its gRPC
dependencies transitively from the library.

Signed-off-by: ivanauth <ivan@authzed.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Grpc.Core Package Deprecation

1 participant