-
Notifications
You must be signed in to change notification settings - Fork 510
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
Fixed-version distribution aka self-contained #2793
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Learn Build status updates of commit 3364e7c: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
@@ -52,6 +52,8 @@ The Evergreen Runtime is preinstalled onto all Windows 11 devices as a part of t | |||
|
|||
In the _Fixed Version_ distribution mode, you download a specific version of the WebView2 Runtime and package it together with your WebView2 app in your app package. The WebView2 Runtime that you package with your app is used only by your WebView2 app, not by any other apps on the client's machine. | |||
|
|||
The Fixed Version runtime distribution mode is also called a "self-contained" distribution model; the redistributable bits are included with your app. This approach is similar to .NET's "Self-Contained deployment option". |
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.
We don't have special support for .NET self-contained apps to use WebView2. Also, .NET self-contained apps are similar at a high level but different otherwise in practical usage. I don't think we should add this paragraph.
Closing PR w/o merging. per LZ also. |
Rendered article section for review:
This PR fixes #2475
AB#46080354