-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to get a signed (strong named) version? #209
Comments
Not as of this moment, no. How useful would this be to you? |
For us, it is pretty much a go or no go for using it. Is it possible to pull down the code, build, and sign it ourselves? |
You can do whatever the license lets you do, so long as you adhere to its terms, and restrictions. I can create a separate set of packages with a |
We would greatly appreciate that. It would save us from having to replace our existing implementation with a different provider. Would you be able to make it available through NuGet? We have time. So, no rush. As long as we know it would be coming in the future, we can hold off any dev work. |
@smailliwnosaj I'll try to get a package pushed out within the next week. In the interim you can copy the source files into your own project. |
@smailliwnosaj in |
Thanks, T; I really appreciate your time on this. When I am back in the office, Monday, I'll take a look. |
I am able to include OpenID and OpenIDBase in my project with signing turned on. Thanks again. You're a lifesaver. |
np 👍 |
I have a signed project. I wish to include Owin.Security.Providers.OpenID from NuGet. However, it is not a strong named dll. Is there a way to get a strong named version?
The text was updated successfully, but these errors were encountered: