This repository has been archived by the owner on Jan 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Migrate existing configuration endpoints to the unified configuration API #2000
Closed
5 of 11 tasks
Comments
This was referenced Aug 10, 2015
👍 |
This was referenced Aug 16, 2015
Ping @NancyFx/most-valued-minions @NancyFx/owners these are all up-for-grabs, don't be shy 😋 |
In terms of naming, my 👍 goes to
|
@NancyFx/most-valued-minions Feel free to pick stuff from the above list |
It's long winded but I prefer |
Updated description to reflect what will be going into |
We've done what we want to get done for 2.0. Closing this. We can come back if/when we decide to migrate more |
28 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As mentioned in #1999 once the new unified configuration API is implemented, we need to migrate the various configurations that we currently have implemented. This issue is intended to track the progress of that work. If you identify a place that needs updating, please let us know. Each of these should be handled as separate pull-requests so we can perform the migrations in a controlled fashion and split between multiple authors
Things that should be migrated
Probably will be in 2.x, but not in 2.0
IRazorConfiguration
+ *.config stuff)Class naming
[Word]Configuration
- for the configuration class[Word]ConfigurationExtensions
- for theINancyEnvironment
extensionDefault[Word]ConfigurationProvider
- for theINancyDefaultConfigurationProvider / NancyDefaultConfigurationProvider<T>
implementationBranch naming convention: I suggest we use a naming convention for the branches for each of these migrations. My suggested convention is configuration-migration-xxxxxxx where xxxxxxx is the name of the feature that is being migrated.
The text was updated successfully, but these errors were encountered: