We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was tring it from document.It seems not works for me. Xaml
<StackPanel> <TextBlock Text="Hello, world!" HorizontalAlignment="Center" VerticalAlignment="Center"/> <labs:AsyncImage PlaceholderSource="/Assets/avalonia-logo.ico" Width="80" Source="https://avatars.githubusercontent.com/u/14075148?v=4" Height="80" /> <labs:AsyncImage Background="Yellow" Width="80" Source="https://avatars.githubusercontent.com/u/14075148?v=4" Height="80" /> <labs:AsyncImage PlaceholderSource="/Assets/avalonia-logo.ico" Width="40" Source="file://G:\\0.jpg" Height="40" /> </StackPanel>
Run Example
The text was updated successfully, but these errors were encountered:
See the samples in source please. Also you already have a discussion open, so not needed to open another issue.
Sorry, something went wrong.
@syuhung Just tested it and indeed seems to be broken. Seems like the URI isn't converted from string anymore, earlier versions worked.
Successfully merging a pull request may close this issue.
I was tring it from document.It seems not works for me.
Xaml
Run Example
![Image](https://private-user-images.githubusercontent.com/28619269/409896851-0a62ca5b-2749-425f-abb5-7447f0e87fa5.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5MzgyOTMsIm5iZiI6MTczODkzNzk5MywicGF0aCI6Ii8yODYxOTI2OS80MDk4OTY4NTEtMGE2MmNhNWItMjc0OS00MjVmLWFiYjUtNzQ0N2YwZTg3ZmE1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDE0MTk1M1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTA5MTIzM2UyZDYyOTFhNTI0OWZkMmJiZWIyYmNjYmE3YTJhMjBiMWYwZGQwNGQxNmYyZDBiZjkwODI5MDBmOGQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.KWZmnfxc6U-kVdxv9OmH2FYkg6_S5Aj0C-N5WdlX8z8)
The text was updated successfully, but these errors were encountered: