Skip to content

Commit 5441234

Browse files
committed
remove invalid author name
1 parent ced0592 commit 5441234

File tree

6 files changed

+12
-18
lines changed

6 files changed

+12
-18
lines changed

docs/fundamentals/code-analysis/quality-rules/ca1416.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ helpviewer_keywords:
99
- "PlatformCompatibilityAnalyzer"
1010
- "CA1416"
1111
author: buyaa-n
12-
ms.author: bunamnan
1312
---
1413
# CA1416: Validate platform compatibility
1514

docs/fundamentals/code-analysis/quality-rules/ca1418.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ helpviewer_keywords:
99
- "UseValidPlatformString"
1010
- "CA1418"
1111
author: buyaa-n
12-
ms.author: bunamnan
1312
---
1413
# CA1418: Validate platform compatibility
1514

docs/fundamentals/code-analysis/quality-rules/ca1831.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ helpviewer_keywords:
99
- "UseAsSpanInsteadOfStringRangeIndexer"
1010
- "CA1831"
1111
author: buyaa-n
12-
ms.author: bunamnan
1312
---
1413
# CA1831: Use AsSpan instead of Range-based indexers for string when appropriate
1514

docs/fundamentals/code-analysis/quality-rules/ca1832.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,16 @@ helpviewer_keywords:
99
- "UseAsSpanInsteadOfStringRangeIndexer"
1010
- "CA1832"
1111
author: buyaa-n
12-
ms.author: bunamnan
1312
---
1413
# CA1832: Use AsSpan or AsMemory instead of Range-based indexers for getting ReadOnlySpan or ReadOnlyMemory portion of an array
1514

16-
| Property | Value |
17-
|--|--|
18-
| **Rule ID** | CA1832 |
15+
| Property | Value |
16+
|-------------------------------------|----------------------------------------|
17+
| **Rule ID** | CA1832 |
1918
| **Title** | Use AsSpan or AsMemory instead of Range-based indexers for getting ReadOnlySpan or ReadOnlyMemory portion of an array |
20-
| **Category** | [Performance](performance-warnings.md) |
21-
| **Fix is breaking or non-breaking** | Non-breaking |
22-
| **Enabled by default in .NET 9** | As suggestion |
19+
| **Category** | [Performance](performance-warnings.md) |
20+
| **Fix is breaking or non-breaking** | Non-breaking |
21+
| **Enabled by default in .NET 9** | As suggestion |
2322

2423
## Cause
2524

docs/fundamentals/code-analysis/quality-rules/ca1833.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,16 @@ helpviewer_keywords:
99
- "UseAsSpanInsteadOfStringRangeIndexer"
1010
- "CA1833"
1111
author: buyaa-n
12-
ms.author: bunamnan
1312
---
1413
# CA1833: Use AsSpan or AsMemory instead of Range-based indexers for getting Span or Memory portion of an array
1514

16-
| Property | Value |
17-
|--|--|
18-
| **Rule ID** | CA1833 |
15+
| Property | Value |
16+
|-------------------------------------|----------------------------------------|
17+
| **Rule ID** | CA1833 |
1918
| **Title** | Use AsSpan or AsMemory instead of Range-based indexers for getting Span or Memory portion of an array |
20-
| **Category** | [Performance](performance-warnings.md) |
21-
| **Fix is breaking or non-breaking** | Non-breaking |
22-
| **Enabled by default in .NET 9** | As suggestion |
19+
| **Category** | [Performance](performance-warnings.md) |
20+
| **Fix is breaking or non-breaking** | Non-breaking |
21+
| **Enabled by default in .NET 9** | As suggestion |
2322

2423
## Cause
2524

docs/fundamentals/code-analysis/quality-rules/ca2015.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ helpviewer_keywords:
99
- "DoNotDefineFinalizersForTypesDerivedFromMemoryManager"
1010
- "CA2015"
1111
author: buyaa-n
12-
ms.author: bunamnan
1312
---
1413
# CA2015: Do not define finalizers for types derived from MemoryManager<T>
1514

0 commit comments

Comments
 (0)