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.
Commands class implements EPiServer.Find.Api.ICommands interface and all implemented methods are virtual except few ones:
What is the reason to make for example
method non-virtual?
I'm interesting due to the fact that I have to implement some custom "intercept" logic, use custom implementation of some commands (override Commands class methods) and left other unchanged.