Could 'Web Access' be hidden for untracked sources?
See original GitHub issueAnything that <EmbedUntrackedSources>
would affect should not get a ‘Web Access’ link:
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (8 by maintainers)
Top 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 >
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 Free
Top 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
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.
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