aspnetcore/src/Microsoft.VisualStudio.Lang...
N. Taylor Mullen da935bfa95 Generated document output persists result to generated code container.
- Prior to this we had a `BackgroundDocumentGenerator` that would constantly be updating generated code containers. With this changes we've changed the details in how a `GeneratedCodeContainer` can be mutated. It can now be touched from any thread and is updated when an underlying `DocumentSnapshot` has available content. However, if a generated output comes through that's older then the last seen output we no-op.
- Removed `BackgroundDocumentGenerator` SetOutput logic.
- Updated tests to react to new behavior of `GetGeneratedOutputAsync`.
- Added new test to verify getting generated output results in the setting of the host documents output.
2018-09-10 15:24:35 -07:00
..
Documents Track the open/closed state of documents 2018-05-11 08:18:08 -07:00
Editor
ProjectSystem Add generated documents to workspace 2018-08-15 10:54:32 -07:00
Properties
Serialization Enable serialization of `TagHelperDescriptor`s. 2018-05-22 16:48:26 -07:00
BackgroundDocumentGenerator.cs Generated document output persists result to generated code container. 2018-09-10 15:24:35 -07:00
DefaultVisualStudioWorkspaceAccessor.cs Added a LiveShareWorkspaceProvider to enable location of the remote workspace in live share scenarios. 2018-05-08 16:54:43 -07:00
Microsoft.VisualStudio.LanguageServices.Razor.csproj Add generated documents to workspace 2018-08-15 10:54:32 -07:00
OOPTagHelperResolver.cs Add documents, engine, tag helpers to snapshot 2018-04-25 19:05:54 -04:00
OOPTagHelperResolverFactory.cs Merge branch 'rel/vs15.8' into dev 2018-05-21 10:48:16 -07:00
Resources.resx
VisualStudioErrorReporter.cs
VisualStudioErrorReporterFactory.cs
VisualStudioForegroundDispatcher.cs
VsSolutionUpdatesProjectSnapshotChangeTrigger.cs Add documents, engine, tag helpers to snapshot 2018-04-25 19:05:54 -04:00