Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #10402 - GetCropUrl Url extension has duplicate signatures and …
…results in error This is a breaking change for people using `GetCropUrl` to get local crops from the media picker v3. In order to disambiguate the extension method an make it a bit clearer what it does, I propose the method name change, after which there is no need to have the first argument being the local crops, but it can be the whole MediaWithCrops object, since the method name already makes clear you're not trying to get the global crops.
- Loading branch information