graphql-client icon indicating copy to clipboard operation
graphql-client copied to clipboard

Strong Name Sign Support

Open LangSensei opened this issue 2 years ago • 2 comments

Is it possible to add strong name signing for all the client dlls?

Our company enforces strong name singing check during build and runtime, I tried StrongNamer, but it doesn't work well in my scenario.

LangSensei avatar Nov 01 '22 07:11 LangSensei

@rose-a check this https://github.com/graphql-dotnet/graphql-dotnet/pull/3265 and https://github.com/graphql-dotnet/graphql-dotnet/pull/3286

sungam3r avatar Nov 03 '22 14:11 sungam3r

@LangSensei is this issue about to add strong name signing to this assembly (GraphQL client and its dependencies) in order to use them in scenarios when it's required? If yes, I also need to have this lib as a strongly-named assembly. Therefore, would like to know is it implemented or not yet. If yes, where or how I can get the strongly-named version of this library?

As I found out the signing was done for graphql-dotnet 7.0.0 only. What about client part as well?

Sergio1C avatar May 23 '23 13:05 Sergio1C