Skip to:
Short scenario:
Execution:
Will throw exception:
System.InvalidCastException : Unable to cast object of type 'namespace.Person' to type 'System.Object[]'.
Same for
The bug actually lies is in MultipleQueriesCacheAssembler Disassemble method.
The remaining part is now obsoleted, and its replacement does not have the bug.
Moved here.
#1718 has fixed the future case of this issue. Multi-criteria/query still have the trouble.
Commit with failing tests:https://github.com/itmagination/nhibernate-core/commit/0ef5918660cabb062913125bab667f59f4be0277
Short scenario:
Execution:
Will throw exception:
Same for
The bug actually lies is in MultipleQueriesCacheAssembler Disassemble method.