roslynator icon indicating copy to clipboard operation
roslynator copied to clipboard

Roslynator is a set of code analysis tools for C#, powered by Roslyn.

Results 152 roslynator issues
Sort by recently updated
recently updated
newest added

Probably a race condition as the extensions get installed somewhat simultaneously. ## Reproduce devcontainer.json ```jsonc // For format details, see https://aka.ms/devcontainer.json. For config options, see the README at: // https://github.com/microsoft/vscode-dev-containers/tree/v0.238.1/containers/dotnet...

**Product and Version Used**: **Visual Studio Code:** Version: 1.68.1 (user setup) Commit: 30d9c6cd9483b2cc586687151bcbcd635f373630 Date: 2022-06-14T12:48:58.283Z Electron: 17.4.7 Chromium: 98.0.4758.141 Node.js: 16.13.0 V8: 9.8.177.13-electron.0 OS: Windows_NT x64 10.0.22000 **Roslynator:** 4.1.1 **Problem...

Current [Linq `Any()`](https://source.dot.net/System.Linq/R/8788153112b7ffd0.html) has been updated to include a check for `is ICollection`. Therefore `Any()` is as performant as `count != 0` would be. Using `Any()` is now preferred because...

Area-Analyzers