Daniel Draghici
Daniel Draghici
This PR fixes #11199 Added ObjectGraphTypes for SeoMetaPart and needed to add one for MetaEntry, too. I'm not sure if OrchardCore.Seo is the right place for the ObjectGraphType for MetaEntry...
Fixes #13715 Added an edit/view button to the ContentPickerField.Edit view which allows to open the selected content item in a separate tab. Example:  Dont know if this is enough...
I noticed that DefaultQuery still has a TODO [here](https://github.com/sebastienros/yessql/blob/aa058f436d1655abc411f7f159f8caea554d2b36/src/YesSql.Core/Services/DefaultQuery.cs#L1317) about updating it when Dapper supports `IAsyncEnumerable`. Since [this](https://github.com/DapperLib/Dapper/pull/1912) PR was merged last year, it seems like it should support everything...