Skip to content

Commit f4021d6

Browse files
authored
SetParameters -> SetParametersAsync (#5684)
1 parent ae0878b commit f4021d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test-plan.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ void Foo(){
159159
```
160160

161161
##### C# Diagnostics
162-
* Typing `@ThisDoesNotExist` results in an error being created and squiggled in the .cshtml file. NOTE: This error squiggly will be misaligned due to known issues.
162+
* Typing `@ThisDoesNotExist` results in an error being created and squiggled in the .cshtml file.
163163

164164
##### TagHelper Quick Info
165165
* Typing `<environment></environment>` then hovering the mouse over the opening tag results in a window about that TagHelper that should read something like `EnvironmentTagHelper ITagHelper implementation targeting <environment> elements that conditionally renders content based on the current value of IHostingEnvironment.EnvironmentName...`.
@@ -216,7 +216,7 @@ To setup a test project to verify on you can do:
216216
* Typing `@layout MainLayout` prompts for completion for the `layout` symbol and the `MainLayout` symbol.
217217

218218
##### C# Signature Help
219-
* Typing `@SetParameters()` prompts for signature help inside of the `()`.
219+
* Typing `@SetParametersAsync()` prompts for signature help inside of the `()`.
220220

221221
##### C# Rename
222222
* Renaming "someVariable" in `@{var someVariable = true;} @someVariable` results in both locations being changed.

0 commit comments

Comments
 (0)