Skip to content

Conversation

@anthony-murphy
Copy link
Contributor

This change deprecates all the augmented properties on fluid objects and redirects uses to use the utility type FluidObject.

related #8077 #8073

@github-actions github-actions bot requested a review from vladsud November 16, 2021 23:08
import { IProvideRuntimeFactory } from "./runtime";
import { IProvideFluidTokenProvider } from "./tokenProvider";

declare module "@fluidframework/core-interfaces" {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was duplicated for some reason

@github-actions github-actions bot added area: definitions area: framework Framework is a tag for issues involving the developer framework. Eg Aqueduct area: runtime Runtime related issues area: tests Tests to add, test infrastructure improvements, etc labels Nov 16, 2021
@anthony-murphy anthony-murphy requested a review from a team as a code owner November 16, 2021 23:34
@github-actions github-actions bot removed the request for review from a team November 16, 2021 23:35
@github-actions github-actions bot added the public api change Changes to a public API label Nov 16, 2021
@anthony-murphy anthony-murphy requested a review from a team as a code owner November 17, 2021 00:46
@github-actions github-actions bot requested review from ChumpChief and removed request for a team November 17, 2021 00:46
@anthony-murphy anthony-murphy merged commit 06bcf4d into microsoft:main Nov 17, 2021
@anthony-murphy anthony-murphy deleted the deprecate-fo-module-aug branch November 17, 2021 01:06
@anthony-murphy anthony-murphy linked an issue Nov 17, 2021 that may be closed by this pull request
sonalideshpandemsft pushed a commit that referenced this pull request May 16, 2023
…ct (#15570)

This change removes three deprecated items:

1. "localHelp" event on IContainerRuntimeEvents (#15518 followup)
2. PureDataObject.getFluidObjectFromDirectory (#15530 followup)
3. IProvideContainerRuntime (#8299 followup)

For the last one, I also remove the automatic registration of the
container runtime in the BaseContainerRuntimeFactory's dependency
container (this seems inappropriate to me anyway) and removed the
property from `ContainerRuntime` as well. I've proactively removed
usages of the property from the Loop app.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: definitions area: framework Framework is a tag for issues involving the developer framework. Eg Aqueduct area: runtime Runtime related issues area: tests Tests to add, test infrastructure improvements, etc public api change Changes to a public API

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deprecate Internal and uncessary IFluidObject interfaces

2 participants