peteraritchie / LongPath

drop-in library to support long paths in .NET
GNU Lesser General Public License v3.0
112 stars 43 forks source link

Strong Name #10

Closed Fabsky closed 9 years ago

Fabsky commented 9 years ago

Is it possible to put strong named assembly in the nuget package ? Otherwise it's not possible to use the package is all situation (like mine)

thomaslevesque commented 9 years ago

@Fabsky, have a look at Assembly Strong Naming Toolkit, it should solve your problem without the need of signing LongPath

Fabsky commented 9 years ago

Yes, thank you for the link, I didn't know that In the meantime I've downloaded the code source, and compiled with my own key. My ticket here was just for the future, if you have some time, because it's indeed more easier to just get the nuget package already signed.

peteraritchie commented 9 years ago

The recommended approach is to do what you've done, build for yourself and use your own key. You'll see less and less strong-named assemblies (especially in Nuget) in the future.