You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love this project since it solves such an important issue that I've always had with NHibernate: querying inside of the domain model without access to NHibernate.
I have a fourth coming pull-request that attempts to do a few of things:
Fix the .gitignore so that it'll ignore SQLite's DLLs after package restore.
Fix an issue I was having when running the tests "Operation could no destabilize the runtime" - which might be a compiler bug.
Optimize the reflection-based method calls so that they use lambdas and we increase performance.
Fix a bug where I was getting the following exception when a particular query order was specified (failing test included).
System.ArgumentException : The type or method has 3 generic parameter(s), but 2
generic argument(s) were provided. A generic argument must be provided for each
generic parameter.
Are these things something you're interested in including and pushing? I'm just getting started with the project but plan to use it throughout all of our applications.
Cheers,
TheCloudlessSky
The text was updated successfully, but these errors were encountered:
I can't guarantee a release date, but I'll certainly do my best to include them. Make sure there are unit tests for all issues (if possible, one commit with the failing test, another with the fix)
Thanks
TheCloudlessSky
added a commit
to TheCloudlessSky/NHibernate.Diegose
that referenced
this issue
Aug 15, 2013
Hi @diegose !
I love this project since it solves such an important issue that I've always had with NHibernate: querying inside of the domain model without access to NHibernate.
I have a fourth coming pull-request that attempts to do a few of things:
.gitignore
so that it'll ignore SQLite's DLLs after package restore.Are these things something you're interested in including and pushing? I'm just getting started with the project but plan to use it throughout all of our applications.
Cheers,
TheCloudlessSky
The text was updated successfully, but these errors were encountered: