Class NoControllerValidationAttribute
Used to prevent the Neon.Xunit.XunitExtensions.ValidateController<T>()
method from including the tagged method when validating the service controller
against its definining interface. This is useful for rare situations where a
service controller implements some extra endpoints that are not covered by the
generated client.
Namespace: Neon.ModelGen
Assembly: Neon.Common.dll
Syntax
[AttributeUsage(AttributeTargets.Method)]
public class NoControllerValidationAttribute : Attribute