Mark Ivan Basto

Results 8 comments of Mark Ivan Basto

Yes. It only runs when not compiling with .NET Native toolchain. I have also checked what is different with the icons with bugs from the ones that work correctly, and...

@punker76 > But it's working on WPF. You can see it in action with the [IconPacks browser](https://github.com/MahApps/IconPacks.Browser). Yes. Maybe the string limitation is only enforced in .NET Native? Or .NET...

> Interesting finding. Do you think source generators may be helpful in that case? If the source generators will only generate the same classes with the same static strings as...

> @MarkIvanDev I will try and look if the resx can help here. If there is anything I can help with, I'd love to.

These are the limitations I see in UWP file-access APIs besides the ones that are pointed out above ### 1. The `broadFileSystemAccess` capability limitations - **`StorageLibrary `APIs**. You still cannot...

Hi, will SilenceAudioSource be implemented for iOS or StreamAudioSource will be the way forward? Thank you

I hope that `SilenceAudioSource` gets implemented for iOS too as that is so easy to use. Also, I still haven't cracked the code on how to implement this through `StreamAudioSource`....

It's brittle since the duration is decoupled from the `StreamAudioSource`. My use case also lets the user pause or play when playing the silence. I have to manage the timer...