aspnetcore/test
N. Taylor Mullen 95d41507fc Add `ProjectPathProvider` abstract for document tracker creation.
- First iteration of live share replaced the document tracker factory entirely; however, this will be prone to breaking changes in the future when me make changes to document tracker to not rely on a file path. To pre-emptively prevent breaking changes I added a project path provider that can be overridden in the live share case. Note that one big difference here between old and new is that instead of being a MEF service implementation for the project path resolution we're bringing that to the Workspace service level.
- Added tests to validate the two flows of the default project path provider.
2018-05-17 15:28:20 -07:00
..
Microsoft.AspNetCore.Mvc.Razor.Extensions.Test
Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X.Test
Microsoft.AspNetCore.Razor.Design.Test Add a Razor design time build 2018-05-14 09:41:15 -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 Track the open/closed state of documents 2018-05-11 08:18:08 -07:00
Microsoft.CodeAnalysis.Razor.Workspaces.Test.Common
Microsoft.VisualStudio.Editor.Razor.Test Add `ProjectPathProvider` abstract for document tracker creation. 2018-05-17 15:28:20 -07:00
Microsoft.VisualStudio.Editor.Razor.Test.Common Track the open/closed state of documents 2018-05-11 08:18:08 -07:00
Microsoft.VisualStudio.LanguageServices.Razor.Test Track the open/closed state of documents 2018-05-11 08:18:08 -07:00
Microsoft.VisualStudio.Mac.LanguageServices.Razor.Test Track the open/closed state of documents 2018-05-11 08:18:08 -07:00
RazorPageGenerator.Test
testapps Add some benchmarks for project system 2018-05-16 13:21:39 -07:00
Directory.Build.props