MarioJGMsoft

Results 11 issues of MarioJGMsoft

Fixes: [AB#20323](https://dev.azure.com/fluidframework/235294da-091d-4c29-84fc-cdfc3d90890b/_workitems/edit/20323) ## Description When we create a file, we receive the sharing link information from the service in the response. We then use that to set the sharingLink prop...

area: driver
area: odsp-driver
base: main

Fixes: [AB#2309](https://dev.azure.com/fluidframework/235294da-091d-4c29-84fc-cdfc3d90890b/_workitems/edit/2309) ## Description In light of [Remove ability to reject reentrant ops (#20621) · microsoft/FluidFramework@c9d1562 (github.com)](https://github.com/microsoft/FluidFramework/commit/c9d156264bdfa211a3075bdf29cde442ecea234c), updating this to be about finishing the removal of ensureNoDataModelChanges. Search the code...

area: framework
area: runtime
area: tests
public api change
base: main

## Deprecated API Code was deprecated since RC 4.0 Removed some uses of ensureNoDataModelChanges **Context** These were tagged as to be removed in 2.0, but we had to wait until...

triage
api deprecation

Fixes: [AB#6959](https://dev.azure.com/fluidframework/235294da-091d-4c29-84fc-cdfc3d90890b/_workitems/edit/6959) ## Description Yang Gao to detail the specifics and data/incident information in the Feature Description Optimize getDelta / internal service calls to reduce load on Alfred & Riddler...

area: driver
base: main

## Description As mentioned in the comment here: https://github.com/microsoft/FluidFramework/pull/19142#discussion_r1445266736 Make the sensitivityLabelsInfo on join session response non optional once new service code which provides this in the response saturates. This...

area: loader
base: main

## Description Fixes: [AB#19718](https://dev.azure.com/fluidframework/235294da-091d-4c29-84fc-cdfc3d90890b/_workitems/edit/19718) Follow-on to [#17024](https://dev.azure.com/fluidframework/internal/_workitems/edit/17024/) We need to look at Kusto first to confirm our theory that the code to read both the GC op types ("Sweep" and...

area: runtime
area: tests
base: main

## Description Within the repository find a way to access the size of the summary. This can be before or after compression Most probably needs to be done in summaryGenerator.ts...

area: runtime
base: main

## Description A new header variable is necessary when redeeming a share link so that a certain type of user has temporal access to the document to which the link...

area: driver
area: odsp-driver
public api change
base: main

## Description This is the initial change to make sure that while running our end to end tests, we use createTestLogger() instead of using getTestLogger(). ## Reviewer Guidance Please let...

area: framework
area: server
area: runtime
area: build
dependencies
area: website
area: tests
public api change
base: main

The `Loader` class from the `@fluidframework/container-loader` package is deprecated and for internal use only. **Context** The `Loader` class doesn't do much and can easily be replaced with several free functions....

breaking change