aspnetcore/test/Microsoft.CodeAnalysis.Razo.../ProjectSystem
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
..
DefaultDocumentSnapshotTest.cs Generated document output persists result to generated code container. 2018-09-10 15:24:35 -07:00
DefaultProjectSnapshotTest.cs
DocumentStateTest.cs
GeneratedCodeContainerTest.cs Generated document output persists result to generated code container. 2018-09-10 15:24:35 -07:00
ProjectStateTest.cs Added a taghelpers and imports overload to Process and ProcessDesignTime 2018-05-22 11:40:21 -07:00