aspnetcore/test/Microsoft.VisualStudio.Edit...
N. Taylor Mullen 80f943caef Flow RazorLanguageVersion to RazorEngine.
- Restructured RazorLanguageVersion to be a sealed concrete type to enable things like `RazorLanguageVersion.Latest`; it also allows us to make broader changes in the future. Also, in the future if we want to add support for overriding operators to enable greater than comparisons we can as well.
- Removed version validity checks because we restrict who can construct a `RazorLanguageVersion` now. This way we don't have to check for valid versions all throughout our code.
- Added a simple `ProjectExtensibilityConfiguration` => `RazorLanguageVersion` method in the `DefaultProjectExtensibilityConfigurationFactory` to temporarily enable letting the system operate on the `RazorLanguageVersion`. Eventually that entire class will change.

#1961
2018-01-29 16:08:17 -08:00
..
Editor Assert foreground thread before dispatching events 2017-12-12 16:18:49 -08:00
Infrastructure
BraceSmartIndenterIntegrationTest.cs
BraceSmartIndenterTest.cs
BraceSmartIndenterTestBase.cs
DefaultCodeDocumentProviderTest.cs
DefaultImportDocumentManagerIntegrationTest.cs Refactor `ImportDocumentManager` to not be windows specific. 2017-12-08 16:34:43 -08:00
DefaultImportDocumentManagerTest.cs Refactor `ImportDocumentManager` to not be windows specific. 2017-12-08 16:34:43 -08:00
DefaultRazorDocumentManagerTest.cs Unify how AdhocWorkspace is constructed. 2018-01-12 17:54:53 -08:00
DefaultRazorEditorFactoryServiceTest.cs Add `RazorLanguage.CoreContentType`. 2018-01-09 14:59:01 -08:00
DefaultRazorIndentationFactsServiceTest.cs Make unit test work on linux 2017-12-22 14:33:08 -08:00
DefaultRazorSyntaxFactsServiceTest.cs Added test for DefaultRazorSyntaxFactsService 2017-12-29 17:02:35 -08:00
DefaultTagHelperCompletionServiceTest.cs
DefaultTagHelperResolverTest.cs Add VS agnostic non-OOP DefaultTagHelperResolver. 2017-12-14 11:28:30 -08:00
DefaultTemplateEngineFactoryServiceTest.cs Flow RazorLanguageVersion to RazorEngine. 2018-01-29 16:08:17 -08:00
DefaultTextBufferCodeDocumentProviderTest.cs
DefaultTextBufferProviderTest.cs Unify how AdhocWorkspace is constructed. 2018-01-12 17:54:53 -08:00
DefaultVisualStudioDocumentTrackerTest.cs Unify how AdhocWorkspace is constructed. 2018-01-12 17:54:53 -08:00
DefaultVisualStudioRazorParserIntegrationTest.cs Make SyntaxTree mutations not leak. 2017-12-18 11:50:07 -08:00
DefaultVisualStudioRazorParserTest.cs Make SyntaxTree mutations not leak. 2017-12-18 11:50:07 -08:00
Microsoft.VisualStudio.Editor.Razor.Test.csproj Add VS agnostic non-OOP DefaultTagHelperResolver. 2017-12-14 11:28:30 -08:00
RazorDirectiveCompletionProviderTest.cs Unify how AdhocWorkspace is constructed. 2018-01-12 17:54:53 -08:00
RazorSyntaxFactsServiceExtensionsTest.cs
RazorSyntaxTreePartialParserTest.cs Make SyntaxTree mutations not leak. 2017-12-18 11:50:07 -08:00
RazorTextViewConnectionListenerTest.cs Unify how AdhocWorkspace is constructed. 2018-01-12 17:54:53 -08:00
TextContentChangedEventArgsExtensionsTest.cs
xunit.runner.json Add VS agnostic non-OOP DefaultTagHelperResolver. 2017-12-14 11:28:30 -08:00