search
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
That should be it - the contexts are not being deprecated. You can use them until further notice (which will not happen anytime soon)
Hi all,
I have this old code that finds a MetaClass name by Id:
var metaClassName = Mediachase.MetaDataPlus.Configurator.MetaClass.Load(CatalogContext.MetaDataContext, _content.MetaClassId)?.Name ?? string.Empty;
So I was wondering -- is there a way to do this using Epi Repository objects? I have heard that "contexts" are deprecated.
Thanks,
- Ken