nhibernate / NHibernate-Caches

NHibernate Cache Providers
http://nhibernate.info/
GNU Lesser General Public License v2.1
40 stars 31 forks source link

Remove dependency on ICacheConfigurationSectionHandler from ConfigurationProvider.Current #121

Open bahusoid opened 1 year ago

bahusoid commented 1 year ago

Fixes #120

Possible breaking changes: ConfigurationProvider.Current type is changed from ConfigurationProviderBase<TConfig,TSectionHandler> to 'ConfigurationProviderBase<TConfig>

fredericDelaporte commented 1 year ago

That is a binary breaking change. So, it will have to wait for a 6.0 version.