aspnetcore/test
Ryan Nowak 3f5d25d314 Fix 773
We weren't handling a few cases that can occur during typing correctly.
Our passes that look at the content of attributes need to be prepared
for it to be empty in cases where the attribute has been partially
typed in the editor.

I added a smoke test for this that attempts to simulate typing and found
another issue to fix.

The end result of this is that the design for this kind of code is
simpler and takes a more 'brute-force' approach to understanding
attributes. I think this is a good change based on the problems with how
this code has been written today, there are too many possible cases to
try and have the code express and document them all.
2018-05-08 12:39:18 -07:00
..
Microsoft.AspNetCore.Blazor.Analyzers.Test Encourage encapsulation of component parameter properties (#713) 2018-05-01 10:08:01 +01:00
Microsoft.AspNetCore.Blazor.Browser.Test
Microsoft.AspNetCore.Blazor.Build.Test Fix 773 2018-05-08 12:39:18 -07:00
Microsoft.AspNetCore.Blazor.E2ETest remove inadvertant test code 2018-05-02 11:07:52 +01:00
Microsoft.AspNetCore.Blazor.Razor.Extensions.Test Rewrite of HTML handling for Blazor 2018-05-03 21:56:03 -07:00
Microsoft.AspNetCore.Blazor.Test camelCase all the JSONs (#746) 2018-05-04 16:14:38 +01:00
shared
testapps In Blazor cshtml, auto-reference Microsoft.AspNetCore.Blazor and .Components (#751) 2018-05-05 17:55:08 +01:00