Class ValidatedNotNullAttribute
Indicates to static code analyzers that a parameter is guaranteed not to be null after a method returns.
The presence of this attribute on a method parameter also relaxes null-validation requirements, thus suppressing the CA1062 warning on the parameter.
Namespace: EmbedIO.Utilities
Syntax
public sealed class ValidatedNotNullAttribute : Attribute