LocalizationResourceManager.Maui icon indicating copy to clipboard operation
LocalizationResourceManager.Maui copied to clipboard

.net9 Support

Open doerrD opened this issue 1 year ago • 3 comments

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 :)

image

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?

doerrD avatar Nov 20 '24 15:11 doerrD

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! 👍

SirJohnK avatar Nov 20 '24 19:11 SirJohnK

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)

SirJohnK avatar Feb 21 '25 06:02 SirJohnK

any update on .net 9 support ?

mohammedmsadiq avatar Oct 22 '25 09:10 mohammedmsadiq