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

Add a parameter to pass through the initial assembly name #53599

Merged

Commits on May 27, 2021

  1. Configuration menu
    Copy the full SHA
    5c9bcea View commit details
    Browse the repository at this point in the history
  2. Add a property to pass through the initial assembly name

    Right now we don't get the command line string for options until the
    full design time build has completed; however the project system can
    still give us the evaluated string which is likely to be close
    enough. This allows features that want to get symbol names for source
    to have a better chance of having something that they can use and
    look up in caches or in the cloud.
    jasonmalinowski committed May 27, 2021
    Configuration menu
    Copy the full SHA
    bb7f615 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2388e7 View commit details
    Browse the repository at this point in the history