question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Retrieving solution breaks when solution contains a *.deployproj project

See original GitHub issue
using (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:closed
  • Created 4 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
wouterrooscommented, Jun 12, 2019

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.

0reactions
3Fcommented, Jun 14, 2019

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:

@3F https://github.com/3F Any ETA on when this will be available on NuGet?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/3F/MvsSln/issues/14?email_source=notifications&email_token=AAYYT7IIJZHVFW3EOLF6I5DP2OHVFA5CNFSM4HXGNSS2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXWWG3I#issuecomment-502096749, or mute the thread https://github.com/notifications/unsubscribe-auth/AAYYT7K36GUGRSHTHZU2Z73P2OHVFANCNFSM4HXGNSSQ.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found