-
-
Notifications
You must be signed in to change notification settings - Fork 730
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add dotnet sln and list commands #3817
Conversation
8a7302f
to
4fc2ee3
Compare
@megakid are you in a position to look at the failing CI builds, and to figure out what the issues with them are? In addition, we discussed this internally, and we feel that this PR would be broken into two, one for the |
if there is no response from the author, let's create 2 issues (one for the sln command, and one for the list command) and I will try to prepare PRs |
4fc2ee3
to
b3c6f92
Compare
I would love to see this merged, do you have any updates here? |
b3c6f92
to
57d7cb7
Compare
@DmitryLukyanov This PR currently waiting for issuer feedback as there are still some issues and missing tests with the proposed code that will need to be corrected before it can be merged. In Cake 4.1 added dotnet list reference and list package with
So there's some overlap here already available in Cake, that also needs to be taken into account. Unsure if @megakid has the cycles/opportunity to do so, if not we're open to reviewing alternative PRs. |
Hi @DmitryLukyanov, @devlead I suppose this PR can be closed |
This adds some additional commands for inspection and manipulation of solution and csproj files using the
dotnet
SDK CLI.