Skip to content

publish

publish #20

Manually triggered September 5, 2023 14:30
Status Success
Total duration 2m 31s
Artifacts

publish.yml

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

Annotations

5 warnings
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.