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
Removed property for default value inside configuration entry as it was useless considering it was always the same as value
Added validator property inside configuration entry to provide better validation
Added custom errors to improve error handling
Added built-in way to create a configuration adapter using AdvancedConfigurationManagement.CreateAdapter static method
Breaking changes
Removed possibility to define configuration entry using "short" form (only specifying the raw value) as it made configuration declarations inconsistent