aspnetcore/src
N. Taylor Mullen 86beea4269 Fix @namespace directive to handle incomplete directives.
- This involved not using the `First()` method when reading the directives tokens.
- Added two tests to validate an empty directive token and a missed directive token for the `@namespace` directive.

#1268
2017-04-28 17:14:34 -07:00
..
Microsoft.AspNetCore.Mvc.Razor.Extensions Fix @namespace directive to handle incomplete directives. 2017-04-28 17:14:34 -07:00
Microsoft.AspNetCore.Razor
Microsoft.AspNetCore.Razor.Language Change `GetImports` to allow querying of information on non-existent files. 2017-04-28 17:00:24 -07:00
Microsoft.AspNetCore.Razor.Runtime
Microsoft.CodeAnalysis.Razor
Microsoft.CodeAnalysis.Razor.Workspaces
Microsoft.CodeAnalysis.Remote.Razor
Microsoft.VisualStudio.LanguageServices.Razor
RazorPageGenerator