aspnetcore/src
N. Taylor Mullen ad5bfc5b66 Change `RazorError`s to consistently provide error lengths.
- Updated `TagHelper` errors to no longer highlight the entire tag as an error, instead just the tag name is marked as an error. This is now consistent with nested tags in `@{ ... }` errors.
- Updated `RazorError` and corresponding error logging constructs to disallow creation without providing lengths.
- Updated `TagHelperDescriptorResolver` and related classes to properly determine assembly locations within directives. This allows for exact error locations in the `@addTagHelper` directive.

#386
2015-09-02 12:05:51 -07:00
..
Microsoft.AspNet.Razor Change `RazorError`s to consistently provide error lengths. 2015-09-02 12:05:51 -07:00
Microsoft.AspNet.Razor.Runtime Change `RazorError`s to consistently provide error lengths. 2015-09-02 12:05:51 -07:00
Microsoft.AspNet.Razor.Test.Sources Change `GetHashCode()` for `CaseSensitiveTagHelperDescriptorComparer` to order values. 2015-08-21 15:20:57 -07:00