Skip to content

Commit 6946dc4

Browse files
Copilotgewarren
andcommitted
Fix IDE3000 position in index.md
Co-authored-by: gewarren <[email protected]>
1 parent e396a0d commit 6946dc4

File tree

1 file changed

+2
-1
lines changed
  • docs/fundamentals/code-analysis/style-rules

1 file changed

+2
-1
lines changed

docs/fundamentals/code-analysis/style-rules/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ The following table list all the code-style rules by ID and [options](../code-st
136136
> | [IDE0280](ide0280.md) | Use `nameof` | |
137137
> | [IDE0290](ide0290.md) | Use primary constructor | [csharp_style_prefer_primary_constructors](ide0290.md#csharp_style_prefer_primary_constructors) |
138138
> | [IDE0300](ide0300.md) | Use collection expression for array | [dotnet_style_prefer_collection_expression](ide0300.md#dotnet_style_prefer_collection_expression) |
139-
> | [IDE3000](ide3000.md) | Implement method with Copilot | |
139+
> | [IDE0301](ide0301.md) | Use collection expression for empty | [dotnet_style_prefer_collection_expression](ide0301.md#dotnet_style_prefer_collection_expression) |
140140
> | [IDE0301](ide0301.md) | Use collection expression for empty | [dotnet_style_prefer_collection_expression](ide0301.md#dotnet_style_prefer_collection_expression) |
141141
> | [IDE0302](ide0302.md) | Use collection expression for stackalloc | [dotnet_style_prefer_collection_expression](ide0302.md#dotnet_style_prefer_collection_expression) |
142142
> | [IDE0303](ide0303.md) | Use collection expression for `Create()` | [dotnet_style_prefer_collection_expression](ide0303.md#dotnet_style_prefer_collection_expression) |
@@ -149,6 +149,7 @@ The following table list all the code-style rules by ID and [options](../code-st
149149
> | [IDE0350](ide0350.md) | Use implicitly typed lambda | [csharp_style_prefer_implicitly_typed_lambda_expression](ide0350.md#csharp_style_prefer_implicitly_typed_lambda_expression) |
150150
> | [IDE1005](ide1005.md) | Use conditional delegate call | [csharp_style_conditional_delegate_call](ide1005.md#csharp_style_conditional_delegate_call) |
151151
> | [IDE1006](naming-rules.md) | Naming styles | |
152+
> | [IDE3000](ide3000.md) | Implement method with Copilot | |
152153
153154
> [!NOTE]
154155
> There are some rules that only surface in the Visual Studio IDE, and these regard JSON and regular expression pattern strings. For more information, see [JSON001](/visualstudio/ide/reference/json001), [JSON002](/visualstudio/ide/reference/json002), and [RE0001](/visualstudio/ide/reference/re0001).

0 commit comments

Comments
 (0)