swaggerwcf icon indicating copy to clipboard operation
swaggerwcf copied to clipboard

add strong name key

Open justin0522 opened this issue 6 years ago • 7 comments

please add the strong name key

justin0522 avatar Jun 27 '18 06:06 justin0522

can you give me an example of the json with current output and desired output?

abelsilva avatar Jun 28 '18 22:06 abelsilva

sorry, my mistake. i mean add .snk to the assembly. How to: Sign an Assembly with a Strong Name

justin0522 avatar Jun 29 '18 01:06 justin0522

by the way, do you know any repository which can parse swagger.json and generate wcf code

justin0522 avatar Jun 29 '18 01:06 justin0522

what is the strong name going to fix in your case?

abelsilva avatar Jun 29 '18 01:06 abelsilva

my assembly has .snk file, so i can only reference the assembly that has .snk

justin0522 avatar Jun 29 '18 01:06 justin0522

I understand you issue that you need strong name for the assembly.

You can download the src and create anyname.snk file.

Then open properties -> go to Signing tab --> Check Signing the assembly --> add path for anyname.snk.

Build project.

Now you have Strong Name = True in DLL.

samomin46 avatar Aug 23 '18 13:08 samomin46

@samomin46 thanks for your reply.

justin0522 avatar Aug 28 '18 01:08 justin0522