Scott Norton

Results 10 issues of Scott Norton

## Description This PR moves the details for "### Remove ICodeLoader from @fluidframework/container-definitions" to the proper section

breaking change
base: main

## 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...

area: examples
base: next

## 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 -...

documentation
base: next

## 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) =>...

dependencies
area: tests
base: main

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.

base: main

Bumps server dependencies in client packages to 6.0.0

area: examples
area: framework
area: driver
dependencies
area: tests
area: dds: propertydds
base: main

## Description This PR leverages `minVersionForCollab` in e2e test generations by doing the following: 1. Allows test authors to set `minVersionForCollab` from the `ITestContainerConfig` object. 2. If no `minVersionForCollab` is...

area: tests
base: main

## Description This PR updates our cross-client compat generation matrix to include N-1 and N-2. This is done to align with our new cross-client compat policy. ## Updated Matrix With...

area: tests
base: main

## Description This PR is a follow-up to outstanding requests/improvements for newly introduced features related to `minVersionForCollab`. This PR updates: - Test names to clarify scenarios - `ConfigMap` type to...

area: runtime
base: main