[.net11] Use the new webworker template instead of samples#36871
Merged
ilonatommy merged 2 commits intomainfrom Mar 13, 2026
Merged
[.net11] Use the new webworker template instead of samples#36871ilonatommy merged 2 commits intomainfrom
ilonatommy merged 2 commits intomainfrom
Conversation
…n refer to sample apps etc.
Collaborator
|
Thanks @ilonatommy ... Points of clarification for the updates that I just made ...
Other changes I made are just super NITs. |
guardrex
approved these changes
Mar 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In dotnet/aspnetcore#65037 we introduced
webworkerlibrary that contains a simple, out-of-the box support for any existing client app that needs heavy work done without connecting to the server. We used to have pretty long docs with samples and they are still valid but from .net11 using the template is a faster and easier equivalent.As usually, this PR is just a proposal, either close it and make your own one or push here.
Internal previews