publish #18
Annotations
1 error and 5 warnings
build (Release)
Process completed with exit code 1.
|
build (Release):
BinaryPasswordGenerator/PasswordGenerator.cs#L36
'PasswordGenerator.IncludeLowercase()' hides inherited member 'Password.IncludeLowercase()'. Use the new keyword if hiding was intended.
|
build (Release):
BinaryPasswordGenerator/PasswordGenerator.cs#L42
'PasswordGenerator.IncludeUppercase()' hides inherited member 'Password.IncludeUppercase()'. Use the new keyword if hiding was intended.
|
build (Release):
BinaryPasswordGenerator/PasswordGenerator.cs#L48
'PasswordGenerator.IncludeNumeric()' hides inherited member 'Password.IncludeNumeric()'. Use the new keyword if hiding was intended.
|
build (Release):
BinaryPasswordGenerator/PasswordGenerator.cs#L54
'PasswordGenerator.IncludeSpecial()' hides inherited member 'Password.IncludeSpecial()'. Use the new keyword if hiding was intended.
|
build (Release):
BinaryPasswordGenerator/PasswordGenerator.cs#L60
'PasswordGenerator.LengthRequired(int)' hides inherited member 'Password.LengthRequired(int)'. Use the new keyword if hiding was intended.
|