Scott Norton
Scott Norton
## Description This PR moves the details for "### Remove ICodeLoader from @fluidframework/container-definitions" to the proper section
## Description This PR integrates `TaskManager` into the migration flow of the schema upgrade demo. Previously, all clients would race to migrate the container while checking to see if another...
## Description This PR adds a document overviewing TaskManager to the "Data Structures" section of fluidframework.com. ## Reviewer Guidance I would appreciate feedback on: - Document structure / flow -...
## Description This PR adds an eslint rule to check for incorrect usage of `describeCompat`. The following pattern can lead to unexpected/incorrect behavior: ```ts describeCompat("Outer Block", "NoCompat", (getTestObjectProvider, apis) =>...
Makes API trimming optional in RC5 Cherry pick of https://github.com/microsoft/FluidFramework/commit/23c2373b25dafc5952203352abb58eb1ed175de6
## Description This PR skips two tests that are currently broken (see [pipelines](https://dev.azure.com/fluidframework/internal/_build?definitionId=80&_a=suammary)). An [ADO repair item](https://dev.azure.com/fluidframework/internal/_workitems/edit/13967) has been opened to fix this.