DerrickBrayanClayton / protobuf-net

Automatically exported from code.google.com/p/protobuf-net
0 stars 0 forks source link

Use strong name when building protobuf-net assemblies #46

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

What steps will reproduce the problem?
1. Create a new .NET project with SNK (strong name key) specified.
2. Reference protobuf-net.dll
3. Try building the project.

What is the expected output? What do you see instead?
Expected ouput: successful build.
Result instead: Assembly generation failed -- Referenced assembly 
'protobuf-net' does not have a strong name

What version of the product are you using? On what operating system?
Version:  1.0.0.237
OS: Windows XP SP3, .NET 3.5 SP1

Original issue reported on code.google.com by gyorgy.n...@gmail.com on 2 Mar 2009 at 9:48

GoogleCodeExporter commented 8 years ago
Very odd! They were all strong named at one point (trunk/protobuf.snk); don't 
know 
how that happened. Will fix immediately.

Original comment by marc.gravell on 2 Mar 2009 at 12:51

GoogleCodeExporter commented 8 years ago
Thanks!

Original comment by gyorgy.n...@gmail.com on 2 Mar 2009 at 1:09

GoogleCodeExporter commented 8 years ago
I've checked the build output, and the .NET 2.0 / .NET 3.0 dlls are strong 
named. Are 
you using the CF variants? Silverlight?

Original comment by marc.gravell on 2 Mar 2009 at 1:15

GoogleCodeExporter commented 8 years ago
I tried the CF35 version.

Original comment by gyorgy.n...@gmail.com on 2 Mar 2009 at 1:17

GoogleCodeExporter commented 8 years ago
Mono and CF20 version is also missing SN.

Original comment by gyorgy.n...@gmail.com on 2 Mar 2009 at 1:19

GoogleCodeExporter commented 8 years ago
Yes, I know. Uploading new zip in about 2 minutes.

Original comment by marc.gravell on 2 Mar 2009 at 1:25

GoogleCodeExporter commented 8 years ago
Thx for the fast fix.

Original comment by gyorgy.n...@gmail.com on 2 Mar 2009 at 1:26

GoogleCodeExporter commented 8 years ago
r241 now there. Let me know if you have any more issues. I must have missed 
that one; 
cheers for letting me know.

Regards,

Marc Gravell

Original comment by marc.gravell on 2 Mar 2009 at 1:30

GoogleCodeExporter commented 8 years ago

Original comment by marc.gravell on 3 Mar 2009 at 5:11