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.
Fixes #31887
I haven't reached security updates yet. Security updates will be handled by a separate issue/PR shortly.
This is going in NOW 🚑🚒🚓 to surface better coverage and the sample apps quickly. I'll be circling around for more updates and to address security guidance for calling web APIs shortly ... by the EOW hopefully 🤞🍀.
The sample apps are here ...
Blazor WASM with a separate backend web API for todo list web API
https://github.com/dotnet/blazor-samples/tree/main/8.0/BlazorWebAssemblyCallWebApi
Blazor Web App with the separate backend todo list web API (uses
HttpClient
server and client to interact with it) AND a separate movie list web API that resides in the server project of the BWA. For movie list interaction, the components use either the client-based service to access the web API withHttpClient
or the server-based service to interact directly with the movie data on the server.https://github.com/dotnet/blazor-samples/tree/main/8.0/BlazorWebAppCallWebApi
Included Dan's sample that performs streaming rendering
https://github.com/dotnet/blazor-samples/tree/main/8.0/BlazorWebAppCallWebApi_Weather
Internal previews