Retrieving solution breaks when solution contains a *.deployproj project
See original GitHub issueusing (var sln = new Sln(solutionPath, SlnItems.All & ~SlnItems.ProjectDependencies))
{
}
Above code breaks when solution contains a *.deployproj project (used for Azure Resource Group deployments).
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Incompatible project type .deployproj (Visual Studio 2019)
I have a solution that contains a .deployproj type of project. It seems that Visual Studio 2019 is not able to load that...
Read more >dotnet publish solution with ARM template project fails #8869
Steps to reproduce Create a VS 2017 solution with an Azure Resource Group project and add an empty ARM template. Run the following...
Read more >Newest 'projects-and-solutions' Questions - Stack Overflow
I have a solution that contains a .deployproj type of project. It seems that Visual Studio 2019 is not able to load that...
Read more >Azure Devops Build fail with .deployproj with missing ...
Build starting failing since release 1.4 on October 12 using SonarScanner for MSBuild 4.4.1. When solution is compiled in CI pipeline, builds ...
Read more >Projects keep getting skipped - Developer Community
We have only been able to fix this issue by remaking the sln file from scratch, however, comparing changes between a “broken” (skipping)...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi,
I created #15 to fix the issue, the project type guid for .deployproj files is not known within your library. I also added the correct guid for Service Fabric (.sfproj) project since I will be needing that as well for my project.
planned for 2.3 (see related milestone)
I’ve plan to fix this to the end of this week. This is a very trivial but major error. Or you can. Then I will just raise the release for all public channels ASAP.
Currently you also can use this via CI-builds on GHR
On 14.06.2019 15:49, Wouter Roos wrote: