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.

Would be good to ignore non CSharp projects.

See original GitHub issue

I have solution files which include SSDT sqlproj files. And dotnet outdated failed on these projects

error MSB4019: The imported project "C:\Program Files\dotnet\sdk\6.0.100-preview.1.21103.13\Microsoft\VisualStudio\v11.0\SSDT\Microsoft.Data.Tools.Schema.SqlTasks.targets" was not found. Confirm that the expression in the Import declaration "C:\Program Files\dotnet\sdk\6.0.100-preview.1.21103.13\\Microsoft\VisualStudio\v11.0\SSDT\Microsoft.Data.Tools.Schema.SqlTasks.targets" is correct, and that the file exists on disk.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:2
  • Comments:6

github_iconTop GitHub Comments

2reactions
BenjaminBrienencommented, Dec 2, 2022

@kant2002 Thank you so much!!! The file: image Before: image After: image

1reaction
kant2002commented, Dec 2, 2022

@BenjaminBrienen you can try create slnf file where you will not include undesirable projects. More about them here https://learn.microsoft.com/en-us/visualstudio/msbuild/solution-filters?view=vs-2022

Read more comments on GitHub >

github_iconTop Results From Across the Web

What should I ignore in a C# project when I am using git?
GitHub has a repository with pre-defined .gitignore files. The one for C# (i.e. Visual Studio, see this file) should be a good starting ......
Read more >
Exclude projects from a build - Visual Studio (Windows)
On the menu bar, choose Build > Configuration Manager. In the Project contexts table, locate the project you want to exclude from the...
Read more >
dotnet build should either build or ignore sqlproj SQL ...
Have a visual studio solution with two projects, one asp.net core project ( *.csproj ) and ... Would be good to ignore non...
Read more >
Ignore Specific files for a target framework on C# | Medium
I wanted to ignore some .cs file when I compile net461 binary. Oh! Yes. ... When I compiled the project, I can see...
Read more >
Explicitly Ignoring Exceptions in C# - Rick Strahl's Web Log
In this stupid pet tricks post, I describe a few scenarios where not catching any exceptions makes sense along with a couple of...
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