Johan Svensson
Johan Svensson
Until a final solution is made for this, have I created a replacement library for .NET MAUI. :smiley: [https://github.com/SirJohnK/LocalizationResourceManager.Maui](https://github.com/SirJohnK/LocalizationResourceManager.Maui)
@hansmbakker , I like the idea to extract the ```ILocalizationResourceManager``` interface to enable reference without the dependency on MAUI! Solution: - New ```LocalizationResourceManager.Maui.Core``` NuGet. - For backwards compability, still use...
@hansmbakker , I think I have found a really nice solution for this! 😄 - Created [LocalizationResourceManager.Maui.Core](https://github.com/SirJohnK/LocalizationResourceManager.Maui/tree/Specific_ResourceManager/LocalizationResourceManager.Maui.Core) ([Prerelease: 1.0.0-alpha.1](https://www.nuget.org/packages/LocalizationResourceManager.Maui.Core/)) - Extracted ```ILocalizationResourceManager``` interface. - Split ```LocalizedString``` into [Maui.LocalizedString](https://github.com/SirJohnK/LocalizationResourceManager.Maui/blob/Specific_ResourceManager/LocalizationResourceManager.Maui/LocalizedString.cs) and [Core.LocalizedString](https://github.com/SirJohnK/LocalizationResourceManager.Maui/blob/Specific_ResourceManager/LocalizationResourceManager.Maui.Core/LocalizedString.cs)...
@hansmbakker, if you have the time, please test it out and report back your findings. Would be great to have some feedback before I will go live with this version!
Yes, I know that would solve the exception. BUT the real question, that I want to know, is WHY the "FileNotFoundException" occurs in the first place!? Can you reproduce it...
Great, I will try it out! BUT is it not strange that the file is not found? It is part of the solution. Maybe it actually is some other underlying...
Yeah, that makes sense! I have been thinking for some time to remove that line because of the reported issues. I have a mayor update (v1.3.0) coming soon with support...
Hi! I assume this is the **Syncfusion BusyIndicator**. I added it to the Sample project (see below) without any issues. ```csharp ``` 
Maybe it is a visual thing. Do you mind sharing your entire XAML view? (Also, my test was made on a physical Android device)
Strange. I have tried to recreate this, but I can not find any scenario where I get that exception. Closest I have come is when using File based ResourceManager with...