Richard Werkman

Results 34 issues of Richard Werkman

**Is your feature request related to a problem? Please describe.** The following code (in the switch expression) should be mutated but is not: ``` cs public void ListPatterns() { decimal...

🚀 Feature request

**Describe the bug** ``` cs Math.Floor(5.5); // mutated using static System.Math; Floor(5.5); // not mutated ``` **Expected behavior** I'd expect the second Floor method to be mutated as well. **Additional...

🐛 Bug
good first issue

Currently, we track our releases in a markdown file. But GitHub has a nice page to track releases including release notes, contributors, and reactions 🎉 https://docs.github.com/en/repositories/releasing-projects-on-github/about-releases I'd like to investigate...

🚀 Feature request