LocalizationResourceManager.Maui
LocalizationResourceManager.Maui copied to clipboard
.net9 Support
Hi, i am using the library in a project that I just moved to .net9 and it is still working.
The only thing is that since .net9.0 IMarkupExtension need specific Attribute -> https://github.com/dotnet/docs-maui/issues/2486 - and without the Attribute i am getting 120 Warnings in my small project :)
So it would be nice if there could be a new .net9 version of the library. I can create PR for it if it helps?
Hi, @doerrD! I can really see the problem with that! (I wouldn't want so many warnings either!) 😄 The 1.3.0.0 version of this library is really(!) overdue and I am in the final stage of releasing it and that version targets NET 8. At the same time I will release a NET 9 version (1.4.0.0) of the library. Plan is to get this out very soon! 😅
Thanks for bringing this to my attention!
I really appreciate that you take the time to make this a better library! 👍
Fix for this is out NOW! (Release 1.2.2 version, NuGet 1.2.2)
Sorry for this taking so long time to fix!
For anyone wondering, the 1.3.0 version with support for specific resource managers and more, will still come but I had a major setback due to Microsoft changing .NET MAUI in .NET 9. (See Issue)
any update on .net 9 support ?