-
Notifications
You must be signed in to change notification settings - Fork 6k
[.NET 9 rc1] Add docs for configuring .NET install search behaviour in published apphost #42397
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
[.NET 9 rc1] Add docs for configuring .NET install search behaviour in published apphost #42397
Conversation
…n published apphost
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Co-authored-by: Genevieve Warren <[email protected]>
Just looking at this again. Did this get included in "What's new" @gewarren? Perhaps I missed it. |
No, doesn't look like it @richlander. If it wasn't in the release-notes-drafts files, then it wouldn't have been on my radar for the What's new. I can file an issue. |
Summary
In .NET 9 RC1, we allow publishing an executable with configured .NET install search options. This updates our docs with information about the new properties that can be used.
Design doc: https://github.com/dotnet/designs/blob/main/proposed/apphost-embed-install-location.md
Implementation: dotnet/runtime#104749, dotnet/sdk#42455
cc @dotnet/appmodel @AaronRobinsonMSFT @richlander @vitek-karas
Internal previews