Skip to content

Commit 589da6c

Browse files
committed
Updates
1 parent 2cf5209 commit 589da6c

File tree

3 files changed

+8
-19
lines changed

3 files changed

+8
-19
lines changed

aspnetcore/blazor/file-uploads.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -921,8 +921,6 @@ The line that calls <xref:Microsoft.AspNetCore.Components.Forms.IBrowserFile.Ope
921921
922922
Possible causes:
923923

924-
<!-- UPDATE 9.0 HOLD: in versions of ASP.NET Core earlier than 9.0 -->
925-
926924
* Using the [Autofac Inversion of Control (IoC) container](https://autofac.org/) instead of the built-in ASP.NET Core dependency injection container. To resolve the issue, set <xref:Microsoft.AspNetCore.SignalR.HubOptions.DisableImplicitFromServicesParameters%2A> to `true` in the [server-side circuit handler hub options](xref:blazor/fundamentals/signalr#server-side-circuit-handler-options). For more information, see [FileUpload: Did not receive any data in the allotted time (`dotnet/aspnetcore` #38842)](https://github.com/dotnet/aspnetcore/issues/38842#issuecomment-1342540950).
927925

928926
* Not reading the stream to completion. This isn't a framework issue. Trap the exception and investigate it further in your local environment/network.

aspnetcore/blazor/hybrid/class-libraries.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,25 +48,20 @@ For more information, see the following articles:
4848

4949
:::moniker-end
5050

51-
<!-- UPDATE 9.0 Ask Beth on a replacement for this
52-
5351
## Sample app
5452

55-
For an example of the scenarios described in this article, see the .NET Podcasts sample app:
53+
For an example of the scenarios described in this article, see the [eShop Reference Application (AdventureWorks) (`dotnet/eShop` GitHub repository)](https://github.com/dotnet/eShop). The .NET MAUI Blazor Hybrid app is in the `src/HybridApp` folder.
5654

57-
* [GitHub repository (`microsoft/dotnet-podcasts`)](https://github.com/microsoft/dotnet-podcasts)
58-
* [Running sample app (Azure Container Apps Service)](https://dotnetpodcasts.azurewebsites.net/)
55+
For a version of the sample app tailored for Azure hosting, see the [`Azure-Samples/eShopOnAzure` GitHub repository](https://github.com/Azure-Samples/eShopOnAzure).
5956

60-
The .NET Podcasts app showcases the following technologies:
57+
The sample app showcases the following technologies:
6158

6259
* [.NET](https://dotnet.microsoft.com/download/dotnet)
6360
* [ASP.NET Core](https://dotnet.microsoft.com/apps/aspnet)
6461
* [Blazor](https://dotnet.microsoft.com/apps/aspnet/web-apps/blazor)
6562
* [.NET MAUI](https://dotnet.microsoft.com/apps/maui)
66-
* [Azure Container Apps](https://azure.microsoft.com/services/container-apps/)
67-
* [Orleans](/dotnet/orleans/overview)
68-
69-
-->
63+
* [.NET Aspire](/dotnet/aspire/get-started/aspire-overview)
64+
* [Docker](https://docs.docker.com/get-started/docker-overview/)
7065

7166
## Share web UI Razor components, code, and static assets
7267

aspnetcore/blazor/hybrid/reuse-razor-components.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,8 @@ For an example, see <xref:blazor/hybrid/tutorials/maui-blazor-web-app#using-inte
7575

7676
:::moniker-end
7777

78-
<!-- UPDATE 9.0 Ask Beth on a replacement for this
79-
8078
## Additional resources
8179

82-
* .NET MAUI Blazor podcast sample app
83-
* [Source code (`microsoft/dotnet-podcasts` GitHub repository)](https://github.com/microsoft/dotnet-podcasts)
84-
* [Live app](https://dotnetpodcasts.azurewebsites.net/)
85-
86-
-->
80+
* eShop Reference Application (AdventureWorks): The .NET MAUI Blazor Hybrid app is in the `src/HybridApp` folder.
81+
* For Azure hosting: [`Azure-Samples/eShopOnAzure` GitHub repository](https://github.com/Azure-Samples/eShopOnAzure)
82+
* For general non-Azure hosting: [`dotnet/eShop` GitHub repository](https://github.com/dotnet/eShop).

0 commit comments

Comments
 (0)