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.

Single-file: Consider better names for options that extract files to disk

See original GitHub issue

The following non-default optional settings for publishing single-file apps cause the host to extract certain files to disk at run-time.

IncludeNativeBinariesInSingleFile IncludeAllContentInSingleFile IncludeSymbolsInSingleFile

These property names suggest the benefit (bundling more files) but not the cost (extraction). Consider renaming these options to suggest that content will be extracted.

This work is in lieu of, and probably better than https://github.com/dotnet/sdk/issues/12095

@samsp-msft can you please take a look into this?

CC: @agocke @vitek-karas

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:11 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
agockecommented, Jul 30, 2020

@sbomer I think this is ready for a PR when you get a chance.

0reactions
agockecommented, Jul 23, 2020

Libraries sounds fine to me

Read more comments on GitHub >

github_iconTop Results From Across the Web

Consider better names for options that extract files to disk ...
These property names suggest the benefit (bundling more files) but not the cost (extraction). Consider renaming these options to suggest that ...
Read more >
Untar single file to desired name
extract A into tmp ). I was trying to do this using mv : $ tar -xvjf $1 | mv $1 tmp. That...
Read more >
Create a single file for application deployment - .NET
Learn what single file application is and why you should consider using this application deployment model.
Read more >
6 Choosing Files and Names for tar
Certain options to tar enable you to specify a name for your archive. Other options let you decide which files to include or...
Read more >
How would I extract a single file (or changes to a file) from ...
The simplest concept to understand, although maybe not the best, is you have three files changed and you want to stash one file....
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