aspnetcore/test
N. Taylor Mullen e0e1c39cce Added a LiveShareWorkspaceProvider to enable location of the remote workspace in live share scenarios.
- MEF is the primary means of resolving the new live share provider therefore we allow it to not be registered.
- The new contract is in the Editor.Razor binary so the LiveShare bits don't have to take the dependency on the windows binary in Razor (has a lot of baggage).
- This is specific to live share but providing a generic way to resolve workspaces didn't seem reasonable given the varying expectations in VS4Mac. If we need to make a more generic solution in the future we'll revisit this; for now this is a straight forward inclusion of live share functionality.
- Added tests to validate the new behavior.
- This unblocks the live share scenario of resolving the remote workspace. We can't rely on the projection buffers to provide the correct workspace because that workspace is wired up too late in the process of opening a Razor file.

#2335
2018-05-08 16:54:43 -07:00
..
Microsoft.AspNetCore.Mvc.Razor.Extensions.Test
Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X.Test
Microsoft.AspNetCore.Razor.Design.Test Fixup Razor Sdk tests to work on netcoreapp2.2 2018-05-08 15:22:54 -07:00
Microsoft.AspNetCore.Razor.Language.Test
Microsoft.AspNetCore.Razor.Runtime.Test
Microsoft.AspNetCore.Razor.Test
Microsoft.AspNetCore.Razor.Test.Common
Microsoft.AspNetCore.Razor.Test.MvcShim
Microsoft.AspNetCore.Razor.Test.MvcShim.ClassLib
Microsoft.AspNetCore.Razor.Test.MvcShim.Version1_X
Microsoft.AspNetCore.Razor.Tools.Test
Microsoft.CodeAnalysis.Razor.Test
Microsoft.CodeAnalysis.Razor.Workspaces.Test Reorganize file tracker 2018-05-08 16:27:51 -07:00
Microsoft.CodeAnalysis.Razor.Workspaces.Test.Common
Microsoft.VisualStudio.Editor.Razor.Test Reorganize file tracker 2018-05-08 16:27:51 -07:00
Microsoft.VisualStudio.Editor.Razor.Test.Common
Microsoft.VisualStudio.LanguageServices.Razor.Test Added a LiveShareWorkspaceProvider to enable location of the remote workspace in live share scenarios. 2018-05-08 16:54:43 -07:00
Microsoft.VisualStudio.Mac.LanguageServices.Razor.Test Reorganize file tracker 2018-05-08 16:27:51 -07:00
RazorPageGenerator.Test
testapps Fixup Razor Sdk tests to work on netcoreapp2.2 2018-05-08 15:22:54 -07:00
Directory.Build.props