aspnetcore/test/Microsoft.AspNetCore.Blazor...
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
..
Razor Rewrite of HTML handling for Blazor 2018-05-03 21:56:03 -07:00
TestFiles Fix 773 2018-05-08 12:39:18 -07:00
BindRazorIntegrationTest.cs Rewrite of HTML handling for Blazor 2018-05-03 21:56:03 -07:00
ComponentDiscoveryRazorIntegrationTest.cs Rough cut at async events 2018-04-26 13:31:28 -07:00
ComponentRenderingRazorIntegrationTest.cs In Blazor cshtml, auto-reference Microsoft.AspNetCore.Blazor and .Components (#751) 2018-05-05 17:55:08 +01:00
DeclarationRazorIntegrationTest.cs In Blazor cshtml, auto-reference Microsoft.AspNetCore.Blazor and .Components (#751) 2018-05-05 17:55:08 +01:00
DesignTimeCodeGenerationTest.cs Fix 773 2018-05-08 12:39:18 -07:00
DiagnosticRazorIntegrationTest.cs Rewrite of HTML handling for Blazor 2018-05-03 21:56:03 -07:00
DirectiveRazorIntegrationTest.cs Encourage encapsulation of component parameter properties (#713) 2018-05-01 10:08:01 +01:00
FilePathRazorIntegrationTest.cs
IndexHtmlWriterTest.cs
Microsoft.AspNetCore.Blazor.Build.Test.csproj Rough cut at async events 2018-04-26 13:31:28 -07:00
RazorBaselineIntegrationTestBase.cs
RazorIntegrationTestBase.cs Rough cut at async events 2018-04-26 13:31:28 -07:00
RenderingRazorIntegrationTest.cs In Blazor cshtml, auto-reference Microsoft.AspNetCore.Blazor and .Components (#751) 2018-05-05 17:55:08 +01:00
RuntimeCodeGenerationTest.cs Fix 773 2018-05-08 12:39:18 -07:00
RuntimeDependenciesResolverTest.cs
TypingTest.cs Fix 773 2018-05-08 12:39:18 -07:00
WorkingDirectoryRazorIntegrationTest.cs Fixup project templates to handle project names with dashes (#692) 2018-04-30 21:27:22 -07:00