-
Notifications
You must be signed in to change notification settings - Fork 87
Refactor DI support in DataProtection #134
Comments
@ajaybhargavb How close is this for check-in? @Eilon Are we taking this in RC2? Or postpone to 1.0.0? |
I'll be sending an update to the PR today. But it will not include and test and documentation changes. |
I'd like to get this for RC2 because there are public API changes in it, and I spoke to @ajaybhargavb about it and we had a short email thread too. |
Looks like the PR is a little stale at the moment. Do we have any blockers on this? |
The latest code and samples are in https://github.com/aspnet/DataProtection/tree/ajbaaska/new-dataprotection branch. |
@ajaybhargavb You're working on the DI bits, right? I ask because I was having a small problem with DI into the The problem was that DI for
... but that wasn't working. I simply wasn't getting the value. It works using the ctor injection pattern for With a little help from @tillig, I was able to make it work on the decryptor side with a little hack, I ended up having to do this ...
Is fixing this something that falls under this issue, or was this problem already addressed do you know? |
@guardrex - please make a separate issue for this. Having looked at the code, this isn't something that's been supported so far so it's a feature request |
@rynowak Ok, thanks. Will do. |
I reopened and re-titled that issue ... it basically describes the difference in success using DI with the ctors of |
No description provided.
The text was updated successfully, but these errors were encountered: