@staff0rd/assist 0.124.0 → 0.125.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/index.js +312 -222
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -113,6 +113,7 @@ After installation, the `assist` command will be available globally. You can als
|
|
|
113
113
|
- `assist dotnet inspect [sln]` - Run JetBrains inspections on changed .cs files to find dead code
|
|
114
114
|
- `assist dotnet inspect [sln] --ref <ref>` - Inspect .cs files changed in a specific commit (default: HEAD)
|
|
115
115
|
- `assist dotnet inspect [sln] --base <ref>` - Inspect all .cs files changed since diverging from a base ref (e.g. `--base main` for a full PR)
|
|
116
|
+
- `assist dotnet inspect [sln] --roslyn` - Use Roslyn analyzers via msbuild instead of JetBrains
|
|
116
117
|
- `assist dotnet inspect [sln] --swea` - Enable solution-wide error analysis (slower but more thorough)
|
|
117
118
|
- `assist dotnet check-locks` - Check if build output files are locked by a debugger
|
|
118
119
|
- `assist dotnet deps <csproj>` - Show .csproj project dependency tree and solution membership
|