aspnetcore/test/Microsoft.CodeAnalysis.Razo...
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
..
ProjectSystem Generated document output persists result to generated code container. 2018-09-10 15:24:35 -07:00
Shared Add documents, engine, tag helpers to snapshot 2018-04-25 19:05:54 -04:00
Microsoft.CodeAnalysis.Razor.Workspaces.Test.csproj Add a project system 2018-02-19 14:39:19 -08:00
xunit.runner.json