This repository was archived by the owner on Oct 17, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 87
Make DataProtection follow the Options model #121
Comments
@javiercn ... friendly reminder from those of us in production with bits like ... services.AddSingleton<IXmlRepository, CustomXmlRepository>();
services.AddSingleton<IXmlEncryptor, CustomXmlEncryptor>();
services.AddSingleton<IXmlDecryptor, CustomXmlDecryptor>(); ... let us know if "follow the Options model" means something is about to break (i.e., Announcements repo). Everything here is staged, but surprises can be unsettling. |
javiercn
added a commit
that referenced
this issue
Feb 25, 2016
javiercn
added a commit
that referenced
this issue
Feb 25, 2016
javiercn
added a commit
that referenced
this issue
Feb 25, 2016
javiercn
added a commit
that referenced
this issue
Feb 25, 2016
@guardrex indeed, we'll post announcements about any significant changes - and if we push this change through, it'll count as significant. |
@Eilon Cool. I have several apps in production now using these bits. Although everything is staged and tested, it still puts a scare on you 💀 when something unexpectedly goes 💥. |
javiercn
added a commit
that referenced
this issue
Mar 5, 2016
javiercn
added a commit
that referenced
this issue
Mar 12, 2016
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This repo requires some cleanup to adapt it to the pattern we follow on other parts of the framework
The text was updated successfully, but these errors were encountered: