OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.37k stars 1.12k forks source link

TermsPart.Record usage made before the delegate to avoid accessing a lifetime scope which is already disposed. #8766

Closed AndreaPiovanelli closed 6 months ago

AndreaPiovanelli commented 7 months ago

In reference to issue #8765 , terms info is loaded outside of the delegate, to void accessing the LazyField Record later in the execution of the code, potentially throwing the ObjectDisposedException described in the issue.