Class ControllerValidationAttribute
Used to have the Neon.Xunit.XunitExtensions.ValidateController<T>()
method including the tagged method when validating the service controller
against its definining interface. This is useful for rare situations where a
service controller inherits from another class that implements some endpoints.
note
By default, Neon.Xunit.XunitExtensions.ValidateController<T>()
only considers service methods implemented directly in the service controller
during validation.
Namespace: Neon.ModelGen
Assembly: Neon.Common.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class ControllerValidationAttribute : Attribute