gokhan.abatay

Results 3 issues of gokhan.abatay

Hi, For perfromance needs NHibernate now supports to exclude desired entities from second level cache features. https://github.com/nhibernate/nhibernate-core/pull/2744 Could you add support Cache.Never() for FluentNHibernate mapping. ```c# public class EntUserPolicyDefMap :...

On demo page I can add job with add button but, when i use nuget package with .net core add button is missing. [Demo]![image](https://user-images.githubusercontent.com/9988911/54924303-2088e880-4f1d-11e9-8c4b-09e1ca15df6e.png) [NetCore Package]![image](https://user-images.githubusercontent.com/9988911/54924402-5cbc4900-4f1d-11e9-87c4-9e8a1b98b57e.png)

Take consideration to add support ISQLQuery Enumerable support currently throws `NotSupportedException("SQL queries do not currently support enumeration")` Linq and hql supports Enumerable so why native sql query does not support....