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
Eilon
changed the title
Undo breaking change for OptionsWrapper<T>.Remove(string)
Undo breaking change for OptionsWrapper<T>.Remove(string) and Add(string, TOptions)
Mar 21, 2018
A breaking change was introduced in 2.1 for the methods on
OptionsWrapper<T>
:Remove(string)
andAdd(string, TOptions)
.This breaking change doesn't seem worthwhile, given how trivial it is to just leave the unused APIs there.
Guidelines on how to obsolete members is here: https://github.com/aspnet/Home/wiki/Engineering-guidelines#breaking-changes
cc @HaoK @ajcvickers
The text was updated successfully, but these errors were encountered: