Skip to content

Commit 0e17478

Browse files
authored
Fix invalid ms.author part 2 (#35849)
1 parent e217ae2 commit 0e17478

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+105
-105
lines changed

aspnetcore/data/scaffold_RP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Scaffold a data model with dotnet scaffold in a Razor Pages project
33
description: Scaffold a data model with dotnet scaffold in a Razor Pages project
4-
author: rick-anderson
5-
ms.author: riande
4+
author: wadepickett
5+
ms.author: wpickett
66
monikerRange: '>= aspnetcore-9.0'
77
ms.date: 04/24/2025
88
ms.topic: article

aspnetcore/fundamentals/aot/request-delegate-generator/rdg-ids.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: ASP.NET Core Request Delegate Generator (RDG) diagnostics
33
description: Provides a list of diagnostic emitted by the ASP.NET Core Request Delegate Generator (RDG) for Native AOT
4-
author: rick-anderson
5-
ms.author: riande
4+
author: tdykstra
5+
ms.author: tdykstra
66
monikerRange: '>= aspnetcore-8.0'
77
content_well_notification: AI-contribution
88
ms.date: 9/23/2023

aspnetcore/fundamentals/aot/request-delegate-generator/rdg.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: ASP.NET Core Request Delegate Generator (RDG) for Native AOT
33
description: Turn Map methods into request delegates with the ASP.NET Core Request Delegate Generator (RDG) for Native AOT.
4-
author: rick-anderson
5-
ms.author: riande
4+
author: tdykstra
5+
ms.author: tdykstra
66
content_well_notification: AI-contribution
77
monikerRange: '>= aspnetcore-8.0'
88
ms.topic: article

aspnetcore/fundamentals/change-tokens.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Detect changes with change tokens in ASP.NET Core
3-
author: rick-anderson
3+
author: tdykstra
44
description: Learn how to use change tokens to track changes.
55
monikerRange: '>= aspnetcore-2.1'
6-
ms.author: riande
6+
ms.author: tdykstra
77
ms.date: 10/07/2019
88
uid: fundamentals/change-tokens
99
---

aspnetcore/fundamentals/file-providers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: File Providers in ASP.NET Core
3-
author: rick-anderson
3+
author: tdykstra
44
description: Learn how ASP.NET Core abstracts file system access through the use of File Providers.
55
monikerRange: '>= aspnetcore-2.1'
6-
ms.author: riande
6+
ms.author: tdykstra
77
ms.custom: mvc
88
ms.date: 04/06/2020
99
uid: fundamentals/file-providers

aspnetcore/fundamentals/localization-extensibility.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Localization Extensibility
3-
author: hishamco
3+
author: wadepickett
44
description: Learn how to extend the localization APIs in ASP.NET Core apps.
55
monikerRange: '>= aspnetcore-2.1'
6-
ms.author: riande
6+
ms.author: wpickett
77
ms.custom: mvc
88
ms.date: 08/03/2019
99
uid: fundamentals/localization-extensibility

aspnetcore/fundamentals/localization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Globalization and localization in ASP.NET Core
3-
author: rick-anderson
3+
author: wadepickett
44
description: Learn how ASP.NET Core provides services and middleware for localizing content into different languages and cultures.
5-
ms.author: riande
5+
ms.author: wpickett
66
monikerRange: '>= aspnetcore-3.1'
77
ms.date: 06/20/2025
88
uid: fundamentals/localization

aspnetcore/fundamentals/localization/make-content-localizable.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Make an ASP.NET Core app's content localizable
3-
author: rick-anderson
3+
author: wadepickett
44
description: Learn how to make an ASP.NET Core app's content localizable to prepare the app for localizing content into different languages and cultures.
5-
ms.author: riande
5+
ms.author: wpickett
66
monikerRange: '>= aspnetcore-5.0'
77
ms.date: 06/20/2025
88
uid: fundamentals/localization/make-content-localizable

aspnetcore/fundamentals/localization/provide-resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Provide localized resources for languages and cultures in an ASP.NET Core app
3-
author: rick-anderson
3+
author: wadepickett
44
description: Learn how to provide localized resources for localizing content of an ASP.NET Core app into different languages and cultures.
5-
ms.author: riande
5+
ms.author: wpickett
66
monikerRange: '>= aspnetcore-5.0'
77
ms.date: 06/20/2025
88
uid: fundamentals/localization/provide-resources

aspnetcore/fundamentals/localization/select-language-culture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Strategies for selecting language and culture in a localized ASP.NET Core app
3-
author: rick-anderson
3+
author: wadepickett
44
description: Learn how to select a language and culture when localizing content into different languages and cultures in an ASP.NET Core app.
5-
ms.author: riande
5+
ms.author: wpickett
66
monikerRange: '>= aspnetcore-5.0'
77
ms.date: 06/20/2025
88
uid: fundamentals/localization/select-language-culture

0 commit comments

Comments
 (0)