Skip to content

publish

publish #18

Manually triggered September 5, 2023 14:06
Status Failure
Total duration 2m 34s
Artifacts

publish.yml

on: workflow_dispatch
Matrix: build
Fit to window
Zoom out
Zoom in

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.