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

Fixed-version distribution aka self-contained #2793

Closed
wants to merge 5 commits into from

Conversation

mikehoffms
Copy link
Contributor

@mikehoffms mikehoffms commented Aug 21, 2023

Rendered article section for review:

This PR fixes #2475

AB#46080354

@learn-build-service-prod

This comment was marked as outdated.

@learn-build-service-prod

This comment was marked as outdated.

@mikehoffms mikehoffms added the cat: webview2 WebView-related content. label Aug 22, 2023
@mikehoffms mikehoffms marked this pull request as ready for review August 25, 2023 19:50
@learn-build-service-prod

This comment was marked as outdated.

@learn-build-service-prod

This comment was marked as outdated.

@learn-build-service-prod
Copy link

Learn Build status updates of commit 3364e7c:

✅ Validation status: passed

File Status Preview URL Details
microsoft-edge/webview2/concepts/distribution.md ✅Succeeded View

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".
Copy link
Contributor

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.

@mikehoffms
Copy link
Contributor Author

Closing PR w/o merging. per LZ also.
Dave's PR Comment

@mikehoffms mikehoffms closed this Aug 31, 2023
@mikehoffms mikehoffms deleted the user/mikehoffms/fixed-version-self-contained branch January 6, 2024 00:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat: webview2 WebView-related content.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Fixed Version" is commonly called "SelfContained"
2 participants