From @lzybkr #2492 > it seems like we should have `ValidatePositive` and `ValidateNonNegative` attributes. as replacement of `[ValidateRange((int)1, Int32.MaxValue)] ` and `[ValidateRange((int)0, Int32.MaxValue)] `
From @lzybkr #2492
as replacement of
[ValidateRange((int)1, Int32.MaxValue)]and[ValidateRange((int)0, Int32.MaxValue)]