Hello, i have created a module that compile a dll with Roslyn on platform .net core, that use NHIbernate to execute query.It's works but during a test checking sql profiler the where condition it's missing, but the filter was done in memory by nhibernate becouse the result on my code was filterd.If i try to compile the same code with VisualStudio 2019 it's ok becouse the same query on sql profiler has the where condition.Have you idea why ?
-- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nhusers/764a2692-33af-4932-8de8-fc920ec233f7n%40googlegroups.com.
