Gijsbert ter Horst
Gijsbert ter Horst
I do see those too, note that the third error seems to be a re-parse of the second one, where the `Code` is parsed separately from the `Description` by Visual...
Ok, I managed to find it, and it has to do with a really unexpected twist in how certain values in the android manifest are applied. I followed this thread,...
> ``` > > > > > > > > > > > ``` > > This is how my AndroidManifest.xml looks like and its still not working any ideas?...
I have this for secrets defined only in a certain environment. I have an Android and an iOS build pipeline that only get secrets from their respective appropriate environments injected....
> This is driving me nuts. I am able to add one secret and it is working fine. I add another secret, via VSCode and it doesn't showup on GitHub...
I don't think it was fixed, and as you say, it's unusable. I don't use this any more.
It seems the visual resolution problem is exacerbated by #4 which seems unrelated to the FFT vs. LFT issue. It might be that when that bug is fixed, the resolution...
I think what you're looking for is the `ImageResourceConverter` as [shown in this sample](https://github.com/CommunityToolkit/Maui/blob/main/samples/CommunityToolkit.Maui.Sample/Pages/Converters/ImageResourceConverterPage.xaml). This has been built-in functionality since before this issue was created. I had no trouble finding...
@GlacierFox Apologies, would the [`MediaSourceConverter`](https://github.com/CommunityToolkit/Maui/blob/main/src/CommunityToolkit.Maui.MediaElement/Converters/MediaSourceConverter.cs) work for you? Maybe that's the one I was thinking of. I don't remember, it's been a while.
How does any of this relate to my issue where the build _sometimes_ fails?