LazyCache icon indicating copy to clipboard operation
LazyCache copied to clipboard

Please release a signed version of LazyCache

Open themightygugi opened this issue 7 years ago • 7 comments

Hi @alastairtree

Tnx for a great library. Really enjoy working with it and it has saved me a lot of time and effort.

Would you be so kind as to release a signed version of the NuGet package, so I can use LazyCache in my signed desktop applications.

tnx

themightygugi avatar Mar 29 '17 07:03 themightygugi

Hi, and thanks. Do you mean sign the nuget package or just the dll/strong naming?

See these docs for some background - http://blog.nuget.org/20150203/package-signing.html and https://msdn.microsoft.com/en-GB/library/xc31ft41%28v=vs.110%29.aspx?f=255&MSPPError=-2147217396

alastairtree avatar Apr 18 '17 13:04 alastairtree

Please strongly sign the assembly inside the NuGet package, yes

SamJongenelen avatar Jun 21 '17 14:06 SamJongenelen

Food for thought re signing: https://github.com/octokit/octokit.net/issues/405

PureKrome avatar Jul 27 '17 09:07 PureKrome

More thought food

  • https://github.com/NuGet/Home/wiki/Package-signing
  • https://docs.microsoft.com/en-us/nuget/create-packages/sign-a-package
  • https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/strong-naming

alastairtree avatar Aug 11 '17 04:08 alastairtree

Some well known C# open source libs stops releasing strong signed DLLs, e.g. see https://github.com/MahApps/MahApps.Metro/blob/develop/docs/release-notes/1.6.0.md#breaking-change

You can compile strong named DLL by yourself, or use the Strong Namer or Strong-Name Signer.

xmedeko avatar Dec 13 '17 16:12 xmedeko

StrongNamer is a good alternative, but it causes issues in debug mode, so if you release a strong-named version of the library, that would be great and very helpful.

GBurlakova avatar Aug 15 '18 11:08 GBurlakova

Some more info on package signing that makes me think it's still not a great idea https://haacked.com/archive/2019/04/03/nuget-package-signing/

alastairtree avatar Apr 04 '19 12:04 alastairtree