You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let this issue serve as a meta-issue to track potential refactoring to be done to configuration system infrastructure. I'll open issues to address these when we're ready to do them.
Eliminate cases where CoreFx properties are being used in the generic configuration system.
Eliminate configuration.props and instead always have an outer build when Configuration isn't explicitly set.
Eliminate overloading of Configuration, instead use TargetFrameworks and move ConfigurationGroup->Configuration, ArchGroup->Platform.
Consider normalizing configuration strings to always have the same format (either with or without defaults included).
Let this issue serve as a meta-issue to track potential refactoring to be done to configuration system infrastructure. I'll open issues to address these when we're ready to do them.