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
Infrastructure
BraceSmartIndenterIntegrationTest.cs
BraceSmartIndenterTest.cs
BraceSmartIndenterTestBase.cs
DefaultCodeDocumentProviderTest.cs
DefaultImportDocumentManagerIntegrationTest.cs
DefaultImportDocumentManagerTest.cs
DefaultRazorDocumentManagerTest.cs Unify how AdhocWorkspace is constructed. 2018-01-12 17:54:53 -08:00
DefaultRazorEditorFactoryServiceTest.cs
DefaultRazorIndentationFactsServiceTest.cs
DefaultRazorSyntaxFactsServiceTest.cs
DefaultTagHelperCompletionServiceTest.cs
DefaultTagHelperResolverTest.cs
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
DefaultVisualStudioRazorParserTest.cs
Microsoft.VisualStudio.Editor.Razor.Test.csproj
RazorDirectiveCompletionProviderTest.cs Unify how AdhocWorkspace is constructed. 2018-01-12 17:54:53 -08:00
RazorSyntaxFactsServiceExtensionsTest.cs
RazorSyntaxTreePartialParserTest.cs
RazorTextViewConnectionListenerTest.cs Unify how AdhocWorkspace is constructed. 2018-01-12 17:54:53 -08:00
TextContentChangedEventArgsExtensionsTest.cs
xunit.runner.json