Rename support in VS Code and other fixes (dotnet/aspnetcore-tooling#1336)

* Rename support in VS Code and other fixes

* feedback

* more feedback
\n\nCommit migrated from 5e2a8c7924
This commit is contained in:
Ajay Bhargav Baaskaran 2019-11-20 11:05:30 -08:00 committed by GitHub
parent d5bf4f3f93
commit fefb8a56ae
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,9 @@
namespace MvcWithComponents
{
public class Test
{
public static string Foo { get; set; }
public static string Bar { get; set; }
}
}

View File

@ -1,2 +1,4 @@
@Test.Foo @* Used in a test. Don't remove *@
NavMenu content