[dotnet] Blog post about strong naming#2628
Open
nvborisenko wants to merge 6 commits intoSeleniumHQ:trunkfrom
Open
[dotnet] Blog post about strong naming#2628nvborisenko wants to merge 6 commits intoSeleniumHQ:trunkfrom
nvborisenko wants to merge 6 commits intoSeleniumHQ:trunkfrom
Conversation
👷 Deploy request for selenium-dev pending review.Visit the deploys page to approve it
|
Contributor
Review Summary by QodoAdd blog post announcing .NET strong name signing
WalkthroughsDescription• Announces strong name signing for .NET NuGet packages • Starting with Selenium 4.44, main packages now strongly signed • Separate StrongNamed packages discontinued, simplifying usage • Provides migration guide for existing StrongNamed package users Diagramflowchart LR
A["Selenium 4.44"] -->|"Strong Name Signing"| B["Selenium.WebDriver"]
A -->|"Strong Name Signing"| C["Selenium.Support"]
D["StrongNamed Packages"] -->|"Deprecated"| E["Migration Guide"]
B --> F["Enterprise Projects"]
C --> F
File Changes1. website_and_docs/content/blog/2026/dotnet-strong-name-signing.md
|
Contributor
Code Review by Qodo
1. Future post not built
|
nvborisenko
commented
Apr 27, 2026
Member
|
this looks fine to me. very informative and well written blog article. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
To be loud for 1% of users.
Description
This pull request adds a new blog post announcing that, starting with Selenium 4.44, the main .NET NuGet packages (
Selenium.WebDriverandSelenium.Support) are now strongly signed. The separate StrongNamed packages are discontinued, simplifying package usage for teams requiring strong naming.Key updates:
.NET Strong Name Signing Announcement:
dotnet-strong-name-signing.md, detailing thatSelenium.WebDriverandSelenium.SupportNuGet packages are now strongly signed with the project's key, and the separateStrongNamedpackages are retired.StrongNamedpackages and provides context on why this change matters for enterprise and strongly signed projects.Types of changes
Checklist