Skip to content

Commit cbc4df3

Browse files
Copilotwadepickett
andcommitted
Fix copilot instructions violations: add frontmatter to include file and update ms.date
Co-authored-by: wadepickett <[email protected]>
1 parent c92a31a commit cbc4df3

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

aspnetcore/includes/validation-package-net10.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
title: .NET 10 validation package information
3+
ai-usage: ai-assisted
4+
ms.author: wpickett
5+
ms.date: 08/28/2025
6+
---
7+
18
<!-- USED in validation docs for .NET 10 -->
29

310
## Validation in .NET 10
@@ -16,6 +23,6 @@ To use the `Microsoft.Extensions.Validation` APIs:
1623

1724
* Register validation services with dependency injection:
1825

19-
```csharp
20-
builder.Services.AddValidation();
21-
```
26+
```csharp
27+
builder.Services.AddValidation();
28+
```

aspnetcore/mvc/models/validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn about model validation in ASP.NET Core MVC and Razor Pages.
55
monikerRange: '>= aspnetcore-3.1'
66
ms.author: tdykstra
77
ms.custom: mvc
8-
ms.date: 05/7/2023
8+
ms.date: 08/28/2025
99
uid: mvc/models/validation
1010
---
1111
# Model validation in ASP.NET Core MVC and Razor Pages

aspnetcore/tutorials/razor-pages/validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Part 8, add validation
33
author: wadepickett
44
description: Part 8 of tutorial series on Razor Pages.
55
ms.author: wpickett
6-
ms.date: 06/23/2024
6+
ms.date: 08/28/2025
77
uid: tutorials/razor-pages/validation
88
---
99
# Part 8 of tutorial series on Razor Pages

0 commit comments

Comments
 (0)