Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

elinor-fung
Copy link
Member

@elinor-fung elinor-fung commented Jul 11, 2024

  • Add placeholder value in apphost for .NET install search options. Format:
    • <search_location_flags> /0 <app_relative_dotnet_path>
  • Make apphost conditionally look at app-local, app-relative, environment variables, and global locations based on configured behaviour
    • Default (placeholder not changed) is to look at app-local, environment variables, and global locations.
  • Update error and tracing messages to include information about any configured search options
  • Allow specifying search options in HostWriter.CreateAppHost
  • Add unit/integration tests

Part of https://github.com/dotnet/designs/blob/main/proposed/apphost-embed-install-location.md.
There still needs to be a corresponding change on the SDK side to allow configuration via AppHostDotNetSearch and AppHostRelativeDotNet properties.

cc @dotnet/appmodel

Copy link
Contributor

Tagging subscribers to this area: @vitek-karas, @agocke, @VSadov
See info in area-owners.md if you want to be subscribed.


public AndConstraint<CommandResultAssertions> ExitWith(int expectedExitCode)
{
// Some Unix systems will have 8 bit exit codes
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this is a POSIX standard. No need for update, just FYI.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants