Ionide.ProjInfo.Tool
0.71.2
dotnet tool install --global Ionide.ProjInfo.Tool --version 0.71.2
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local Ionide.ProjInfo.Tool --version 0.71.2
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Ionide.ProjInfo.Tool&version=0.71.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Ionide.ProjInfo.Tool --version 0.71.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Ionide.ProjInfo.Tool
A .NET SDK tool that allows for quick parsing of projects and solutions.
Broadly, the tool has three kinds of arguments:
Loading args
--project <PATH> the path to a project file to load
--solution <PATH> the path to a solution file to load
How to load a project
By default you will use the standard MSBuild loader, but specifying --graph
will use the MSBuild graph loader.
What to parse the results into
By default you will get a structured text version of the Ionide project options for the project(s). If you want, you can get the FCS ProjectOptions versions by adding the --fcs
flag. Finally, you can get project JSON with --serialize
as well.
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 is compatible. 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.71.2 | 138 | 6/1/2025 |
0.71.1 | 102 | 5/17/2025 |
0.71.0 | 103 | 5/17/2025 |
0.70.2 | 173 | 2/18/2025 |
0.70.1 | 204 | 2/15/2025 |
0.70.0 | 184 | 2/13/2025 |
0.68.0 | 167 | 11/19/2024 |
0.67.0 | 200 | 10/2/2024 |
0.66.1 | 183 | 9/2/2024 |
0.66.0 | 188 | 8/17/2024 |
0.65.0 | 183 | 5/15/2024 |
0.64.0 | 196 | 4/21/2024 |
0.63.0 | 230 | 2/6/2024 |
0.62.0 | 421 | 8/21/2023 |
0.62.0-nightly001 | 345 | 6/27/2023 |
0.61.3 | 423 | 4/1/2023 |
0.61.2 | 444 | 2/20/2023 |
0.61.1 | 432 | 12/9/2022 |
0.61.0 | 465 | 11/7/2022 |
0.60.3 | 552 | 10/20/2022 |
0.60.2 | 524 | 10/3/2022 |
0.60.1 | 518 | 9/10/2022 |
0.60.0 | 561 | 8/21/2022 |
0.59.2 | 595 | 8/5/2022 |
0.59.1 | 561 | 4/17/2022 |
0.59.0 | 532 | 4/16/2022 |
0.58.2 | 598 | 4/4/2022 |
0.58.1 | 568 | 4/3/2022 |
0.58.0 | 605 | 4/3/2022 |
0.57.2 | 609 | 3/20/2022 |
0.57.1 | 615 | 3/20/2022 |
0.57.0 | 546 | 3/20/2022 |
0.55.4 | 984 | 11/19/2021 |
0.55.3 | 913 | 11/19/2021 |
0.55.1 | 434 | 11/16/2021 |
0.55.0 | 467 | 11/5/2021 |
0.54.2 | 508 | 11/2/2021 |
0.54.1 | 521 | 10/17/2021 |
0.54.0 | 419 | 8/12/2021 |
### Fixed
* - Solution Explorer fixes [#233](https://github.com/ionide/proj-info/pull/233) [#234](https://github.com/ionide/proj-info/pull/234) [#235](https://github.com/ionide/proj-info/pull/235) (thanks @Numpsy)