Class IgnoreVersionMatchCheckAttribute
Attribute to be used to decorate IAppLifecycleEvent implementors. This will ignore the version match check that is performed to avoid load IAppLifecycleEvent implementors on assembly with a version different from the version of Dnn.PersonaBar.Library.
Implements
Inherited Members
Namespace: Dnn.PersonaBar.Library.AppEvents.Attributes
Assembly: Dnn.PersonaBar.Library.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class IgnoreVersionMatchCheckAttribute : Attribute, _Attribute
Remarks
This has been added as workaround for microservices module and a jira (CONTENT-6958) has been created to review if the version match check can be removed in the future.
Constructors
IgnoreVersionMatchCheckAttribute()
Declaration
public IgnoreVersionMatchCheckAttribute()