aspnetcore/test
N. Taylor Mullen a01fa1c5b6 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-25 09:17:37 -08:00
..
Microsoft.AspNetCore.Mvc.Razor.Extensions.Test Update samples and tests to target netcoreapp2.1 2017-11-14 09:45:28 -08:00
Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X.Test Update samples and tests to target netcoreapp2.1 2017-11-14 09:45:28 -08:00
Microsoft.AspNetCore.Razor.Language.Test Flow RazorLanguageVersion to RazorEngine. 2018-01-25 09:17:37 -08:00
Microsoft.AspNetCore.Razor.Performance Pin tool and package versions to make builds more repeatable 2017-11-01 18:12:08 -07:00
Microsoft.AspNetCore.Razor.Runtime.Test Update samples and tests to target netcoreapp2.1 2017-11-14 09:45:28 -08:00
Microsoft.AspNetCore.Razor.Test.Common Update samples and tests to target netcoreapp2.1 2017-11-14 09:45:28 -08:00
Microsoft.AspNetCore.Razor.Test.MvcShim Update samples and tests to target netcoreapp2.1 2017-11-14 09:45:28 -08:00
Microsoft.AspNetCore.Razor.Test.MvcShim.Version1_X Update samples and tests to target netcoreapp2.1 2017-11-14 09:45:28 -08:00
Microsoft.CodeAnalysis.Razor.Test Update samples and tests to target netcoreapp2.1 2017-11-14 09:45:28 -08:00
Microsoft.CodeAnalysis.Razor.Workspaces.Test Flow RazorLanguageVersion to RazorEngine. 2018-01-25 09:17:37 -08:00
Microsoft.VisualStudio.Editor.Razor.Test Flow RazorLanguageVersion to RazorEngine. 2018-01-25 09:17:37 -08:00
Microsoft.VisualStudio.Editor.Razor.Test.Common Move indentation service to VS.Editor.Razor and export it. 2017-11-14 15:42:40 -08:00
Microsoft.VisualStudio.LanguageServices.Razor.Test Prevent Razor Core from running in non-core scenarios. 2017-11-16 16:23:24 -08:00
RazorPageGenerator.Test Update samples and tests to target netcoreapp2.1 2017-11-14 09:45:28 -08:00
Directory.Build.props Update samples and tests to target netcoreapp2.1 2017-11-14 09:45:28 -08:00