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

Decide when an apphost should be created #2553

Closed
sbomer opened this issue Sep 26, 2018 · 2 comments
Closed

Decide when an apphost should be created #2553

sbomer opened this issue Sep 26, 2018 · 2 comments
Assignees
Milestone

Comments

@sbomer
Copy link
Member

sbomer commented Sep 26, 2018

Framework-dependent apphost via /p:UseAppHost=true was implemented in #2282, and #2462 made UseAppHost=true by default. The result is that dotnet publish --self-contained false --rid win-x64, for example, produces a framework-dependent app with an apphost. See some related discussion in dotnet/cli#9460 about exposing this via a --mode option. AFAIK the conclusion was that --self-contained false --rid win-x64 will be the way to get a framework-dependent apphost.

The remaining question is:

This might reduce to

  • Should we set the RID implicitly in some circumstances (wpf/winforms for example)?
@peterhuene
Copy link
Contributor

I'm currently tracking the work to enable this feature in https://github.com/dotnet/cli/issues/10043.

@nguerrera
Copy link
Contributor

I believe this is done. We picked defaults.

wli3 pushed a commit that referenced this issue Feb 7, 2020
….2 (#2553)

- Microsoft.DotNet.Cli.Runtime - 5.0.100-alpha1.19451.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants