GuilhermeStracini / POC-dotnet-Predicate-Expression

🔬 Proof of Concept of Predicate / Expression pattern in .NET
https://guilhermestracini.github.io/POC-dotnet-Predicate-Expression/
MIT License
2 stars 0 forks source link

[BUG] Fix 7 Maintainability issues in PredicateTests\Program.cs #13

Closed codefactor-io[bot] closed 1 month ago

codefactor-io[bot] commented 5 months ago

CodeFactor found multiple issues:

The code must not contain multiple blank lines in a row.

Insert parentheses within the conditional AND and OR expressions to declare the operator precedence.

A C# document may only contain a single class at the root level unless all of the classes are partial and are of the same type.

A closing curly bracket must not be preceded by a blank line.

gitauto-ai[bot] commented 4 months ago

Pull request completed! Check it out here https://github.com/GuilhermeStracini/POC-dotnet-Predicate-Expression/pull/16 🚀