Skip to content

Conversation

mgravell
Copy link
Collaborator

@mgravell mgravell commented Sep 29, 2025

fix #2961

problem: linux build does not strong-sign (or rather: it public-signs, which is like delay-sign but: looser)

The cause is explicit in the csproj; this was added 7 years ago; I assume this was due to a glitch in .NET Core 2.x (as-was at the time), on non-Windows, but: checking locally: it works fine now

> sn -v bin/Release/net8.0/StackExchange.Redis.dll
Mono StrongName - version 6.12.0.199
StrongName utility for signing assemblies
Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed.

Assembly bin/Release/net8.0/StackExchange.Redis.dll is strongnamed.

@mgravell mgravell self-assigned this Sep 29, 2025
@mgravell mgravell added 🪲 bug ⚙️ area:eng internal engineering changes; should not impact functionality or API labels Sep 29, 2025
@mgravell mgravell merged commit 0be1df7 into main Sep 29, 2025
7 checks passed
@mgravell mgravell deleted the marc/snk branch September 29, 2025 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

⚙️ area:eng internal engineering changes; should not impact functionality or API 🪲 bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Potential signing issue with 2.9.24 NuGet package

1 participant