Use a repo-root `.editorconfig` to configure free .NET analyzer and style rules.
dotnet skills install analyzer-config
Use the free official JetBrains ReSharper Command Line Tools for .NET repositories. Use when a repo wants powerful `jb inspectcode` inspections, `jb cleanupcode` cleanup profiles, solution-level `.DotSettings` enforcement, or a stronger CLI quality gate for C# than the default SDK analyzers alone.
jb inspectcode or jb cleanupcodejb cleanupcode when working at solution scope.jb inspectcode first to surface issues before editing anything broad.jb cleanupcode with an explicit cleanup profile:- Built-in: Full Cleanup - Built-in: Reformat Code - Built-in: Reformat & Apply Syntax Style - or a checked-in custom profile
.DotSettings file when policy changes.jb inspectcode after cleanup or fixes, then run the repo's normal quality pass and tests.jb inspectcode and jb cleanupcode commandsjb inspectcode output is reviewed and acted onreferences/resharper-clt.mdreferences/commands.mdreferences/config.mdUse a repo-root `.editorconfig` to configure free .NET analyzer and style rules.
dotnet skills install analyzer-config
Use Biome in .NET repositories that ship Node-based frontend assets and want a fast combined formatter-linter-import organizer for JavaScript, TypeScript, CSS, JSON, GraphQL, or…
dotnet skills install biome
Use Chous in .NET repositories that ship sizeable frontend codebases and want file-structure linting, naming convention enforcement, and folder-layout policy as a CLI gate.
dotnet skills install chous