brunoAltinet

Results 6 issues of brunoAltinet

I'm seeing a lot of these errors when developing with orchard and there's not much help about it. So i decided to add a safeguard and some context when error...

Needs Triage

I've added a nicer homepage that showcases module and admin functionalities after setup is complete

What I could see is that With is translated to "INNER JOIN". How can i get it to translate to "LEFT JOIN"? I need to query against different types which...

This type of query ``` var includeDraft = true; _session.Query(x => (x.Published || includeDraft)); ``` Gets translated in SQL Server into ``` exec sp_executesql N'SELECT DISTINCT [Document].* FROM [Document] INNER...