Skip to content

Commit a2717e7

Browse files
authored
Merge pull request #4835 from MicrosoftDocs/master637179049931449042
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 4d57f6f + fd62cc4 commit a2717e7

File tree

2 files changed

+52
-52
lines changed

2 files changed

+52
-52
lines changed

docs/ide/reference/generate-usings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This code generation applies to:
2020

2121
**What:** Lets you immediately add the necessary imports or [using directives](/dotnet/csharp/language-reference/keywords/using-directive) for copy-and-pasted code.
2222

23-
**When:** It's common practice to copy code from different places in your project or other sources and paste it in to new code. This Quick Action finds missing imports directives for copy-and-pasted code and then prompts you to add them.
23+
**When:** It's common practice to copy code from different places in your project or other sources and paste it in to new code. This Quick Action finds missing imports directives for copy-and-pasted code and then prompts you to add them. This code fix can also add references from project to project.
2424

2525
**Why:** Because the Quick Action automatically adds necessary imports, you don't need to manually copy the `using` directives that your code needs.
2626

0 commit comments

Comments
 (0)