Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make ImageSourcePartExtensions public #16633

Merged
merged 3 commits into from
Aug 16, 2023
Merged

Make ImageSourcePartExtensions public #16633

merged 3 commits into from
Aug 16, 2023

Conversation

jsuarezruiz
Copy link
Contributor

@jsuarezruiz jsuarezruiz commented Aug 9, 2023

Description of Change

Make ImageSourcePartExtensions public.

Fixes

@jsuarezruiz jsuarezruiz added area-image Image loading, sources, caching t/housekeeping ♻︎ labels Aug 9, 2023
@@ -6,7 +6,7 @@

namespace Microsoft.Maui.Platform
{
internal static class ImageSourcePartExtensions
public static class ImageSourcePartExtensions
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 change aligns all platforms (in Tizen this extension method was already public in .NET 7) and allows a way to load images without dependencies on the VirtualView.

@@ -7,7 +7,7 @@

namespace Microsoft.Maui.Platform
{
internal static class ImageSourcePartExtensions
public static class ImageSourcePartExtensions
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Feedback on making these methods public for .NET 8? We must also add a property to allow set the ImageSource of the ImageSourcePartLoaded?

@jsuarezruiz jsuarezruiz added the i/regression This issue described a confirmed regression on a currently supported version label Aug 9, 2023
@PureWeen PureWeen self-requested a review August 16, 2023 14:42
@PureWeen PureWeen marked this pull request as ready for review August 16, 2023 20:05
@PureWeen PureWeen requested a review from a team as a code owner August 16, 2023 20:05
@PureWeen PureWeen merged commit 8b5c996 into main Aug 16, 2023
39 checks passed
@PureWeen PureWeen deleted the fix-16367 branch August 16, 2023 20:05
mattleibow added a commit that referenced this pull request Aug 21, 2023
PureWeen pushed a commit that referenced this pull request Aug 21, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Dec 7, 2023
@Eilon Eilon added area-controls-image Image control and removed area-image Image loading, sources, caching labels May 10, 2024
@samhouts samhouts added the fixed-in-8.0.0-rc.1.9171 Look for this fix in 8.0.0-rc.1.9171 label Aug 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-controls-image Image control fixed-in-8.0.0-rc.1.9171 Look for this fix in 8.0.0-rc.1.9171 i/regression This issue described a confirmed regression on a currently supported version t/housekeeping ♻︎
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[regression/8.0.0-preview.5.8529] Provide API to set ImageSource to the ImageSourcePartLoader
5 participants