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.
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.
I'm trying to use the MEF Import and Export attributes to get property injection working.
It seems to work ok from a controller within the main project, but when I do the same in referenced project the injection never happens.
SatisfyImportsOnce seems to be called for all constructed controllers, so I can't see why it fails.
Any ideas?