Richard Werkman
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...
**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...
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...