File tree Expand file tree Collapse file tree 6 files changed +12
-18
lines changed
docs/fundamentals/code-analysis/quality-rules Expand file tree Collapse file tree 6 files changed +12
-18
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ helpviewer_keywords:
99 - " PlatformCompatibilityAnalyzer"
1010 - " CA1416"
1111author : buyaa-n
12- ms.author : bunamnan
1312---
1413# CA1416: Validate platform compatibility
1514
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ helpviewer_keywords:
99 - " UseValidPlatformString"
1010 - " CA1418"
1111author : buyaa-n
12- ms.author : bunamnan
1312---
1413# CA1418: Validate platform compatibility
1514
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ helpviewer_keywords:
99 - " UseAsSpanInsteadOfStringRangeIndexer"
1010 - " CA1831"
1111author : buyaa-n
12- ms.author : bunamnan
1312---
1413# CA1831: Use AsSpan instead of Range-based indexers for string when appropriate
1514
Original file line number Diff line number Diff line change @@ -9,17 +9,16 @@ helpviewer_keywords:
99 - " UseAsSpanInsteadOfStringRangeIndexer"
1010 - " CA1832"
1111author : 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
Original file line number Diff line number Diff line change @@ -9,17 +9,16 @@ helpviewer_keywords:
99 - " UseAsSpanInsteadOfStringRangeIndexer"
1010 - " CA1833"
1111author : 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
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ helpviewer_keywords:
99 - " DoNotDefineFinalizersForTypesDerivedFromMemoryManager"
1010 - " CA2015"
1111author : buyaa-n
12- ms.author : bunamnan
1312---
1413# CA2015: Do not define finalizers for types derived from MemoryManager< ; T> ;
1514
You can’t perform that action at this time.
0 commit comments