dequelabs / axe-core-nuget

Axe Core integration for C# .NET
18 stars 5 forks source link

feat: strongly name assemblies #134

Closed AdnoC closed 10 months ago

AdnoC commented 10 months ago

Closes Issue: https://github.com/dequelabs/axe-core-nuget/issues/105

Note that it is per Microsoft's own guidance, that the private key has been added to the repo (the last paragraph on that page).

Selenium do not provide strongly named assemblies, so our selenium package is still weakly named (as you can only use strongly named dependencies from a strongly named package).

dbjorge commented 10 months ago

To my knowledge, there isn't really any thrilling solution to this problem: