nhibernate / nhibernate-core

NHibernate Object Relational Mapper
https://nhibernate.info
GNU Lesser General Public License v2.1
2.11k stars 921 forks source link

collection [CollectionKey[]] not located in load context #3498

Closed Vzzbux closed 2 months ago

Vzzbux commented 3 months ago

https://github.com/nhibernate/nhibernate-core/blob/0c3c705cf46a43e459e539e612c3677bae64ef57/src/NHibernate/Engine/Loading/LoadContexts.cs#L242

I was trying to debug an issue and I noticed these messages in the debug log file. Unless I've misunderstood something it looks like the "located" / "not located" strings are the wrong way around for the null check?

fredericDelaporte commented 2 months ago

Actually, thanks.