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.

Could 'Web Access' be hidden for untracked sources?

See original GitHub issue

Anything that <EmbedUntrackedSources> would affect should not get a ‘Web Access’ link:

image

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
KirillOsenkovcommented, Apr 24, 2021

Basically all I’m saying is we need to be careful otherwise we’ll accidentally write a project system here 😃 Maybe worth looking if we should switch to Buildalyzer from MSBuildWorkspace, I haven’t investigated this.

Need to decide whether all of this is even worth the trouble in the first place.

1reaction
KirillOsenkovcommented, Apr 24, 2021

Unfortunately I don’t think MSBuildWorkspace exposes any direct access to the MSBuild evaluation and the results of design-time builds. We may need to evaluate separately to retrieve this info, and that opens a whole 'nother can of worms.

Here’s an old sample on how to do evaluation: https://github.com/KirillOsenkov/MSBuildTools/blob/8ce8b1d1f88346726822b5160ba0c478d680fce5/src/MSBuildDumper/MSBuildDumper.cs#L17

But this might slow down the tool significantly. Also need to properly dispose of these to not leak memory. It’s all a bit tricky unfortunately. I also recently wrote this quick overview doc: https://github.com/KirillOsenkov/Bliki/wiki/Quick-overview-of-MSBuild

Read more comments on GitHub >

github_iconTop Results From Across the Web

Repo has untracked source files : r/klippers
This may be a stupid question but I'm new to klipper and don't know how to delete files. Could you please walk me...
Read more >
How to remain completely anonymous and hidden online
These are the steps you can take and the tools you'll need to remain anonymous and hidden online. Tor, VPN, burner emails, bitcoin,...
Read more >
How to Do an Anonymous Search Without Tracking
Internet privacy has never been more important, and sometimes doing an anonymous search without tracking is your best bet.
Read more >
How do you git show untracked files that do not exist in . ...
You can explicitly list what is being tracked and untracked as follows to see if Git is seeing and honoring your .gitignore ....
Read more >
Privacy concerns with SourceLink and AssemblyAttributes ...
The untracked sources, as you can see, are generated files. They aren't checked into the code (hence untracked), and need to be included...
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