Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strong name support for Confluent.SchemaRegistry.Serdes #879

Closed
TsuyoshiUshio opened this issue Apr 11, 2019 · 2 comments
Closed

Strong name support for Confluent.SchemaRegistry.Serdes #879

TsuyoshiUshio opened this issue Apr 11, 2019 · 2 comments

Comments

@TsuyoshiUshio
Copy link

Hi guys,

Thank you for a cool project!

Description

I need Strong Named sign. I can see the Kafka project has Strong name sign. However, Confluent.SchemaRegistry.Serdes doesn't have it.

How to reproduce

Include Confluent.SchemaRegistry.Serdes into a strong named project. You will see the error.

MicrosoftTeams-image

Currently we are using

    <PackageReference Include="Confluent.Kafka" Version="1.0.0-RC3" />
    <PackageReference Include="Confluent.SchemaRegistry.Serdes" Version="1.0.0-RC3" />

We can switch Confluent.Kafka to strong named one. but not ConfluentSchemaRegistry.Serdes.

@mhowlett
Copy link
Contributor

thanks for asking, we're tracking this request internally.

@mhowlett
Copy link
Contributor

mhowlett commented Oct 9, 2019

done - all packages are now signed.

@mhowlett mhowlett closed this as completed Oct 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants