Skip to content

Conversation

@aniket-okta
Copy link
Contributor

Fixes #303

Problem

Assemblies built on CircleCI fail with 'Strong name signature could not be verified' on Windows Server deployments.

Solution

  • Replace DelaySign=true with PublicSign=true in all csproj files
  • Remove the Strongname task from build.cake (no longer needed)

PublicSign is Microsoft's recommended approach for open-source projects. It embeds the public key at compile time without requiring a private key.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Self load or dependency load error with Okta.AspNet.Abstractions v5.1.7.0

2 participants