nhibernate / NHibernate-Caches

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

Fix empty configuation when tests run by Rider #151

Closed hazzik closed 5 months ago

hazzik commented 5 months ago

Rider has own test runner (ReSharperTestRunner.dll), so Assembly.GetEntryAssembly() is not "testhost.dll". When trying to remove the check for "testhost", then it started failing with access denied exception to Rider's installation path.