Skip to content

Commit 2f0088c

Browse files
authored
Fix invalid ms.author values part 4 (#35877)
1 parent 34f66f1 commit 2f0088c

File tree

105 files changed

+188
-188
lines changed

Some content is hidden

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

105 files changed

+188
-188
lines changed

aspnetcore/client-side/using-grunt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Use Grunt in ASP.NET Core
3-
author: rick-anderson
3+
author: wadepickett
44
description: Use Grunt in ASP.NET Core
5-
ms.author: riande
5+
ms.author: wpickett
66
ms.date: 12/05/2019
77
uid: client-side/using-grunt
88
---

aspnetcore/diagnostics/asp0003.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "ASP0003: Do not use action results with route handlers"
33
description: "Learn about analysis rule ASP0003: Do not use action results with route handlers"
44
author: safia
55
monikerRange: '>= aspnetcore-6.0'
6-
ms.author: riande
6+
ms.author: wpickett
77
ms.date: 03/27/2025
88
uid: diagnostics/asp0003
99
---

aspnetcore/diagnostics/asp0004.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "ASP0004: Do not use action results with route handlers"
33
description: "Learn about analysis rule ASP0004: Do not use action results with route handlers"
44
author: safia
55
monikerRange: '>= aspnetcore-6.0'
6-
ms.author: riande
6+
ms.author: wpickett
77
ms.date: 03/27/2025
88
uid: diagnostics/asp0004
99
---

aspnetcore/diagnostics/asp0005.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "ASP0005: Do not place attribute on method called by route handler lambda
33
description: "Learn about analysis rule ASP0005: Do not place attribute on method called by route handler lambda"
44
author: safia
55
monikerRange: '>= aspnetcore-6.0'
6-
ms.author: riande
6+
ms.author: wpickett
77
ms.date: 03/27/2025
88
uid: diagnostics/asp0005
99
---

aspnetcore/diagnostics/asp0006.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "ASP0006: Do not use non-literal sequence numbers"
33
description: "Learn about analysis rule ASP0006: Do not use non-literal sequence numbers"
44
author: safia
55
monikerRange: '>= aspnetcore-6.0'
6-
ms.author: riande
6+
ms.author: wpickett
77
ms.date: 03/27/2025
88
uid: diagnostics/asp0006
99
---

aspnetcore/diagnostics/asp0007.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "ASP0007: Route parameter and argument optionality is mismatched"
33
description: "Learn about analysis rule ASP0007: Route parameter and argument optionality is mismatched"
44
author: safia
55
monikerRange: '>= aspnetcore-6.0'
6-
ms.author: riande
6+
ms.author: wpickett
77
ms.date: 03/27/2025
88
uid: diagnostics/asp0007
99
---

aspnetcore/diagnostics/asp0013.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: "ASP0013: Suggest switching from using Configure methods to WebApplicationBuilder.Configuration"
33
description: "Learn about analysis rule ASP0013: Suggest switching from using Configure methods to WebApplicationBuilder.Configuration"
4-
author: rick-anderson
4+
author: wadepickett
55
monikerRange: '>= aspnetcore-7.0'
6-
ms.author: riande
6+
ms.author: wpickett
77
ms.date: 03/27/2025
88
uid: diagnostics/asp0013
99
---

aspnetcore/diagnostics/asp0027.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ms.date: 03/25/2025
44
description: "Learn about analysis rule ASP0027: Unnecessary public Program class declaration"
55
author: benhopkinstech
66
monikerRange: '>= aspnetcore-10.0'
7-
ms.author: riande
7+
ms.author: tdykstra
88
uid: diagnostics/asp0027
99
---
1010
# ASP0027: Unnecessary `public Program` class declaration

aspnetcore/diagnostics/mvc1000.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "MVC1000: Avoid using IHtmlHelper.Partial"
33
description: "Learn about analysis rule MVC1000: Use of IHtmlHelper.Partial should be avoided"
44
author: pranavkm
55
monikerRange: '>= aspnetcore-3.1'
6-
ms.author: riande
6+
ms.author: tdykstra
77
ms.date: 10/21/2021
88
uid: diagnostics/mvc1000
99
---

aspnetcore/diagnostics/mvc1004.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "MVC1004: Rename model bound parameter"
33
description: "Learn about analysis rule MVC1004: Rename model bound parameter"
44
author: pranavkm
55
monikerRange: '>= aspnetcore-3.1'
6-
ms.author: riande
6+
ms.author: tdykstra
77
ms.date: 03/27/2025
88
uid: diagnostics/mvc1004
99
---

0 commit comments

Comments
 (0)