Csharp.Code.Analyzer
0.0.7
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global Csharp.Code.Analyzer --version 0.0.7
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local Csharp.Code.Analyzer --version 0.0.7
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Csharp.Code.Analyzer&version=0.0.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Csharp.Code.Analyzer --version 0.0.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Tool use to analyze C# code files and output the property, class, method, and field that are used in the code file.
Release as a nuget package
- package the project:
dotnet pack -c Release
-local install and test:
dotnet tool install --global --add-source ./bin/Release Csharp.Code.Analyzer
-update the tool using local package:
dotnet tool update --global --add-source ./bin/Release Csharp.Code.Analyzer
- test the tool:
ccanalyzer {codeFileAbsolutePath}
check the tool:
dotnet tool list --global
nuget install package?
- install latest version
dotnet tool install --global Csharp.Code.Analyzer
- install specific version
dotnet tool install --global Csharp.Code.Analyzer --version 1.0.1
update the tool:
dotnet tool update --global Csharp.Code.Analyzer
uninstall the tool:
dotnet tool uninstall --global Csharp.Code.Analyzer
Release as single exe:
dotnet publish -c Release --output ../../csharp-ut-core/tools/codeanalyzer
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.0.23 | 3,259 | 4/9/2026 |
| 0.0.21 | 107 | 4/9/2026 |
| 0.0.20 | 103 | 4/8/2026 |
| 0.0.19 | 98 | 4/8/2026 |
| 0.0.18 | 110 | 4/7/2026 |
| 0.0.17 | 94 | 4/7/2026 |
| 0.0.16 | 144 | 4/3/2026 |
| 0.0.15 | 232 | 3/5/2026 |
| 0.0.14 | 98 | 3/5/2026 |
| 0.0.13 | 96 | 3/5/2026 |
| 0.0.12 | 369 | 10/22/2025 |
| 0.0.11 | 297 | 8/5/2025 |
| 0.0.10 | 165 | 7/28/2025 |
| 0.0.9 | 458 | 7/25/2025 |
| 0.0.8 | 517 | 7/24/2025 |
| 0.0.7 | 102 | 7/19/2025 |
| 0.0.6 | 162 | 7/15/2025 |
| 0.0.5 | 172 | 7/10/2025 |
| 0.0.4 | 168 | 7/7/2025 |
| 0.0.3 | 171 | 7/6/2025 |
Loading failed