Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publishing to Single-file in .Net Core #52

Merged
merged 12 commits into from Feb 21, 2019

Commits on Feb 7, 2019

  1. Publishing to Single-file in .Net Core

    The documents in this checkin contain a proposal for supporting
    single file distribution in .Net Core.
    
    To support apps published as a single-file, [CoreCLR#20287](https://github.com/dotnet/coreclr/issues/20287)
    proposed extracting out all the embedded dependencies to files at startup.
    However, based on customer feedback through public and private fourms, the design
    proposed here uses a hybrid of in-memory execution and extraction to files.
    
    Further stages of improvements are outlined in staging.md.
    swaroop-sridhar committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    6a34f7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc408ef View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2019

  1. Configuration menu
    Copy the full SHA
    14ed650 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2019

  1. Configuration menu
    Copy the full SHA
    0779add View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2019

  1. Configuration menu
    Copy the full SHA
    af12ca0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e9c8b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7519a3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ffbe135 View commit details
    Browse the repository at this point in the history
  5. Fix a typo

    swaroop-sridhar committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    0f024b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. Telemetry

    This checkin has two changes:
    * Add information about collecting telemetry
    * Clarify the information about implementation repos.
    swaroop-sridhar committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    d37a56c View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

  1. Add a note about SDK tasks for bundler.

    Remove the bundler command line interface, since it is not expected to be used by customers.
    Add a note about how SDK consumes the bundler tool.
    swaroop-sridhar committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    56e5c91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d03395 View commit details
    Browse the repository at this point in the history