Skip to content
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

Closed
smailliwnosaj opened this issue Jun 27, 2017 · 9 comments
Closed

Is there a way to get a signed (strong named) version? #209

smailliwnosaj opened this issue Jun 27, 2017 · 9 comments

Comments

@smailliwnosaj
Copy link

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?

@TerribleDev
Copy link
Owner

Not as of this moment, no. How useful would this be to you?

@smailliwnosaj
Copy link
Author

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?

@TerribleDev
Copy link
Owner

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 -signed suffix that will be strong named, however Saturday would probably be the earliest I can get to that.

@smailliwnosaj
Copy link
Author

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.

@TerribleDev
Copy link
Owner

@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.

@TerribleDev TerribleDev self-assigned this Jun 29, 2017
@TerribleDev
Copy link
Owner

@smailliwnosaj in 2.15.1 all assemblies should now be strong named. Please let me know if you need anything else.

@smailliwnosaj
Copy link
Author

Thanks, T;

I really appreciate your time on this. When I am back in the office, Monday, I'll take a look.

@smailliwnosaj
Copy link
Author

I am able to include OpenID and OpenIDBase in my project with signing turned on.

Thanks again. You're a lifesaver.

@TerribleDev
Copy link
Owner

np 👍

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

No branches or pull requests

2 participants