ValidateArgumentsAttribute.Validate method is not abstract
aetos382 opened this issue · 1 comments
aetos382 commented
ValidateArgumentsAttribute.Validate method is actually an abstract method, but it is not abstract in the reference assembly.
So the code that calls the ValidateArgumentsAttribute.Validate method will not produce a compile error, but an exception will be thrown at run time.
PowerShellStandard/src/5/System.Management.Automation-lib.cs
Lines 6775 to 6781 in 3e302f8
JamesWTruher commented
thanks! @aetos382 please let me know if you find more!