aspnetcore/test
N. Taylor Mullen 99010aaea4 Change EditorSettingsManager to not be per-workspace.
- Lifted `DefaultEditorSettingsManagerInternal`s state / event handling functionality into its `DefaultEditorSettingsManager`.
- Re-purposed `EditorSettingsManagerInternal` into a less-API heavy middleman `WorkspaceEditorSettings` for any workspace services concerned with editor settings to consume.
- Moved `DefaultEditorSettingsManagerInternal` into the Editor.Razor assembly and renamed it to `DefaultWorkspaceEditorSettings` since it needed the `EditorSettingsManager` API to function properly. The contract still exists at the `CodeAnalysis.Razor.Workspace` level.

#1982
2018-01-30 16:01:55 -08:00
..
Microsoft.AspNetCore.Mvc.Razor.Extensions.Test Add MVC support for RazorProjectEngine. 2018-01-25 12:26:11 -08:00
Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X.Test Add MVC support for RazorProjectEngine. 2018-01-25 12:26:11 -08:00
Microsoft.AspNetCore.Razor.Design.Test Modified integration test infrastructure to test build server 2018-01-30 15:55:17 -08:00
Microsoft.AspNetCore.Razor.Language.Test Update RazorProjectEngine to use RazorConfiguration. 2018-01-29 16:08:17 -08:00
Microsoft.AspNetCore.Razor.Runtime.Test
Microsoft.AspNetCore.Razor.Test
Microsoft.AspNetCore.Razor.Test.Common Add MVC support for RazorProjectEngine. 2018-01-25 12:26:11 -08:00
Microsoft.AspNetCore.Razor.Test.MvcShim
Microsoft.AspNetCore.Razor.Test.MvcShim.Version1_X
Microsoft.AspNetCore.Razor.Tools.Test Modified integration test infrastructure to test build server 2018-01-30 15:55:17 -08:00
Microsoft.CodeAnalysis.Razor.Test
Microsoft.CodeAnalysis.Razor.Workspaces.Test Flow RazorLanguageVersion to RazorEngine. 2018-01-29 16:08:17 -08:00
Microsoft.CodeAnalysis.Razor.Workspaces.Test.Common Unify how AdhocWorkspace is constructed. 2018-01-12 17:54:53 -08:00
Microsoft.VisualStudio.Editor.Razor.Test Change EditorSettingsManager to not be per-workspace. 2018-01-30 16:01:55 -08:00
Microsoft.VisualStudio.Editor.Razor.Test.Common Unify how AdhocWorkspace is constructed. 2018-01-12 17:54:53 -08:00
Microsoft.VisualStudio.LanguageServices.Razor.Test Unify how AdhocWorkspace is constructed. 2018-01-12 17:54:53 -08:00
Microsoft.VisualStudio.Mac.LanguageServices.Razor.Test Unify how AdhocWorkspace is constructed. 2018-01-12 17:54:53 -08:00
RazorPageGenerator.Test
testapps Make testapps run without deployment 2018-01-29 18:12:35 -08:00
Directory.Build.props