jason-roberts / FeatureToggle

Simple, reliable feature toggles in .NET
http://dontcodetired.com/blog/?tag=/featuretoggle
Apache License 2.0
689 stars 111 forks source link

Sign the code with a strong name key #75

Closed kvj86210 closed 9 years ago

kvj86210 commented 9 years ago

Projects that sign their code with a strong name key are unable to use the FeatureToggle DLLs as they are not signed.

jason-roberts commented 9 years ago

This is by design, please see: http://strongnamingconsideredharmful.com/