Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PH2115 "Put every lambda on separate line" CodeFixer... #680

Open
bcollamore opened this issue Oct 8, 2023 · 1 comment
Open

PH2115 "Put every lambda on separate line" CodeFixer... #680

bcollamore opened this issue Oct 8, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@bcollamore
Copy link
Member

... just creates a blank line for this violation:
_mockProvider.Verify(x => x.StoreCertificate(It.Is<CertificateInfo>(c => c.SerialNumber == _embeddedPrimaryClient.SerialNumber)), Times.Once);

@bcollamore bcollamore added the bug Something isn't working label Oct 8, 2023
@bcollamore
Copy link
Member Author

Found in version 1.2.32.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants