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

Add FluentAssertions.Analyzers to the project #5187

Open
georgii-borovinskikh-sonarsource opened this issue Jan 22, 2024 · 1 comment
Open
Labels
Infrastructure Project structure, build and release pipeline etc

Comments

@georgii-borovinskikh-sonarsource
Copy link
Contributor

We currently have a lot of places where we use less optimal way of asserting:

sut.SomeString().Contains("value").Should().BeTrue();

vs

sut.SomeString().Should().Contain("value");
@georgii-borovinskikh-sonarsource georgii-borovinskikh-sonarsource added the Infrastructure Project structure, build and release pipeline etc label Jan 22, 2024
@georgii-borovinskikh-sonarsource
Copy link
Contributor Author

We have it in src/SonarLint.Test.props . Maybe we need to update it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Infrastructure Project structure, build and release pipeline etc
Projects
None yet
Development

No branches or pull requests

1 participant