You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test-plan.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,7 +159,7 @@ void Foo(){
159
159
```
160
160
161
161
##### 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.
163
163
164
164
##### TagHelper Quick Info
165
165
* 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:
216
216
* Typing `@layout MainLayout` prompts for completion for the `layout` symbol and the `MainLayout` symbol.
217
217
218
218
##### C# Signature Help
219
-
* Typing `@SetParameters()` prompts for signature help inside of the `()`.
219
+
* Typing `@SetParametersAsync()` prompts for signature help inside of the `()`.
220
220
221
221
##### C# Rename
222
222
* Renaming "someVariable" in `@{var someVariable = true;} @someVariable` results in both locations being changed.
0 commit comments