Dropping 8.0 Blazor tracking (#33256)

pull/33260/head
Luke Latham 2024-08-05 15:33:23 -04:00 committed by GitHub
parent c4dde7a3fe
commit b9e7c8443a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 22 deletions

View File

@ -479,7 +479,7 @@ dotnet aspnet-codegenerator blazor -h
---
<!-- UPDATE 8.0 Uncomment link after
<!-- UPDATE 9.0 Uncomment link after
https://github.com/dotnet/AspNetCore.Docs/pull/32747
merges.

View File

@ -406,26 +406,6 @@ In Blazor Web Apps, client-side validation requires an active Blazor SignalR cir
All of the [data annotation built-in validators](xref:mvc/models/validation#built-in-attributes) are supported in Blazor except for the [`[Remote]` validation attribute](xref:mvc/models/validation#remote-attribute).
<!-- UPDATE 8.0 HOLD for post-RC2 or post-RTM
The intention is to link to a few of the
framework test assets that include great
additional examples for inspection.
## Additional form examples
The following additional form examples are available for inspection in the [ASP.NET Core GitHub repository (`dotnet/aspnetcore`) forms test assets](https://github.com/dotnet/aspnetcore/tree/main/src/Components/test/testassets/Components.TestServer/RazorComponents/Pages/Forms).
* <xref:Microsoft.AspNetCore.Components.Forms.EditForm> examples
* xxx
* xxx
* HTML forms (`<form>`) examples
* xxx
* xxx
[!INCLUDE[](~/includes/aspnetcore-repo-ref-source-links.md)]
-->
## Additional resources
:::moniker range=">= aspnetcore-8.0"

View File

@ -207,7 +207,7 @@ Use the `-h|--help` option for help:
dotnet aspnet-codegenerator blazor -h
```
<!-- UPDATE 8.0 Uncomment link after
<!-- UPDATE 9.0 Uncomment link after
https://github.com/dotnet/AspNetCore.Docs/pull/32747
merges. This is tracked by a comment on the
tutorial PR.