N. Taylor Mullen
44b4bf6bc6
Cleanup legacy and unintentionally public bits.
...
- Made `RazorTemplateEngineFactoryService`, `TagHelperResolver`, `RazorDiagnosticJsonConverter` and `RazorLanguageServiceException` internal.
- Deleted all items in the Legacy folder in VisualStudio.LanguageServices.Razor and `RazorLanguageServiceException`.
#1762
2017-11-14 15:42:40 -08:00
Ryan Nowak
f3fecabe04
Bump Roslyn to a 2.6.0 build
...
Fixes #1654
2017-08-30 15:30:57 -07:00
N. Taylor Mullen
8fac9141d8
Revert Roslyn dev dependency increase.
...
- This is needed for the Razor editor to work inside of VS. Once a version of VS is published that supports 2.6 + then we can undo this change.
2017-07-19 09:56:51 -07:00
Pranav K
c812f9d885
Update to RoslynDev 2.6.0-* packages
2017-07-12 14:06:43 -07:00
N. Taylor Mullen
0618bae3bd
Rename Microsoft.AspNetCore.Razor.Evolution => Microsoft.AspNetCore.Razor.Language.
...
- Also updated corresponding test project to go from Evolution => Language.
- Regenerated test files to reflect new file paths.
#1169
2017-04-10 10:20:04 -07:00
Ryan Nowak
615d8e71d6
ifdef all the Razor Info window code
...
We don't want to ship this in VS yet :) Now the Razor Info window will
only be available in debug builds.
2017-02-23 11:03:25 -08:00
N. Taylor Mullen
f3a0ee5bdb
Add `RazorLanguageServiceException` to capture unexpected exceptions.
...
- Consumers will then be able to catch the `RazorLanguageServiceException`s directly and log them as needed.
2017-02-16 14:50:35 -08:00
Ryan Nowak
c31475af4e
Move the LanguageServices package to src
...
Moves the LanguageServices package to src so it will build on the CI.
2017-01-20 16:43:21 -08:00